Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Getting A Super Weird Error. Everything Works Fine On Local, When Trying To Run On Remote, Getting This Error Failing To Apply The Git Diff

Getting a super weird error. Everything works fine on local, when trying to run on remote, getting this error failing to apply the git diff
could not apply diff: 'latin-1' codec can't encode character '\u201c' in position 15570: ordinal not in range(256)

Diff is invoked by trains, not me. It seems like it fails to apply git diff on an .ipynb notebook (the trains code is not in that notebook)

  
  
Posted 3 years ago
Votes Newest

Answers 4


Failing when passing the diff to the git command...

  
  
Posted 3 years ago

Committing that notebook with changes solved it, but I wonder why it failed

  
  
Posted 3 years ago

WackyRabbit7 I'll make sure it is fixed

  
  
Posted 3 years ago

WackyRabbit7 hmmm seems like non regular character inside the diff.
Let me check something

  
  
Posted 3 years ago
517 Views
4 Answers
3 years ago
one year ago
Tags