Slavcho Nikolov

Results 2 issues of Slavcho Nikolov

Consider a web request for 1 or more of 3 keys that are known ahead of time - foo, bar, cow. ``` curl "http://host/getme?key=foo,cow" {"foo": "val1", "cow": "val2"} # bar...

I don't know if this is the right place to report this. Tried to use codellama for the purpose of analyzing code used for metric collection similar to how major...