Skip to content
Snippets Groups Projects
  1. Jul 31, 2018
  2. Jul 10, 2018
  3. Jun 12, 2018
  4. May 29, 2018
  5. May 14, 2018
  6. Apr 25, 2018
  7. Apr 23, 2018
  8. Apr 03, 2018
  9. Mar 21, 2018
  10. Feb 28, 2018
  11. Feb 21, 2018
  12. Feb 01, 2018
  13. Jan 24, 2018
  14. Jan 15, 2018
  15. Jan 11, 2018
  16. Jan 05, 2018
  17. Jan 03, 2018
  18. Dec 14, 2017
  19. Dec 03, 2017
  20. Oct 17, 2017
  21. Oct 07, 2017
  22. Sep 26, 2017
  23. Sep 20, 2017
  24. Sep 14, 2017
  25. Sep 06, 2017
  26. Sep 05, 2017
  27. Aug 08, 2017
    • Lin Jen-Shin's avatar
      Add a test to show that threshold 40 would corrupt · d831e8e1
      Lin Jen-Shin authored
      If we set `ENCODING_CONFIDENCE_THRESHOLD` to 40,
      this test case would not pass. If we raise to 50,
      this would pass.
      
      Note that if in the future rugged didn't return
      corrupt data, this would be less relevant. But still
      icu recommend the threshold to be 50, we should just
      stick with 50.
      d831e8e1
  28. Aug 04, 2017
  29. Aug 03, 2017
  30. Aug 02, 2017
  31. Aug 01, 2017
  32. Jul 27, 2017
  33. Jul 26, 2017
    • Sean McGivern's avatar
      Fix saving diffs that are not valid UTF-8 · 396b8f91
      Sean McGivern authored
      Previously, we used Psych, which would:
      
      1. Check if a string was encoded as binary, and not ASCII-compatible.
      2. Add the !binary tag in that case.
      3. Convert to base64.
      
      We need to do the same thing, using a new column in place of the tag.
      396b8f91
Loading