Michal Nazarewicz

Results 142 comments of Michal Nazarewicz

https://nearhelp.zendesk.com/agent/tickets/5840

Thanks. It’s gonna be no sooner than the next release so no need for too much hurry.

> However, no automated test catches a manual modification to this file. This isn’t true. We’re running `update_res.py check` as part of presubmit tests.

Alternatively get rid of the environment variable all together and have `--log-level` command-line option.

@abhijeetbhagat, sure, though this might need some more discussion of what we want the end state to be. Just when it comes to specifying the level: 1. Do we want...

@abhijeetbhagat, I think at this point this isn’t the best Issue to pick up since I don’t think we have consensus on how we want logging to be configured in...

> We are increasing the OS limit (using rlimit) - but maybe that didn't work on your machine. Opening the database should have failed if we cannot set NOFILE to...

> In general, copying MathJax output would only be reliable with the simplest of expressions (nothing involving super- or subscripts, fractions, roots, arrays, multi-character stretchy delimiters, accents, etc.), so this...

https://en.wikipedia.org/wiki/Color_difference#CIEDE2000

There are two cases: 1. I have a String which I want to decode into Vec. With decode_inline I can do it with zero allocations reusing String’s internal vector. 2....