amadanmath
amadanmath
javascript: let foo = "bar\nbaz"; currently erroneously renders as let foo = "bar baz"; I believe the backslash in HTML (or JavaScript) should be passed literally, not interpreted as string...
I read in other issues the opinion that there should be one configuration file, and the rest be data. I have a counterexample to that. I currently need user-switchable configurations...
If an entity is not found in a test example, a line such as this is generated: test-163 fb:m.0qg9698 fb:music.release_track.release fb:m.0fvs6bh what album was chicago released on ['O', 'O', 'O',...
Currently, if either entity or relation `top_retrieval.py` are invoked with `--no_cuda`, it breaks with the following error: RuntimeError: Expected object of backend CUDA but got backend CPU for argument #3...
One obstacle to implementing Overlap measure is the fact that the original implementation gives max size for that measure as [`INT_MAX`](https://github.com/chokkan/simstring/blob/6209ea86d84f7043f8e19029d83299f458665ec5/include/simstring/measure.h#L137). To solve this, one can only [restrict this](https://github.com/chokkan/simstring/blob/6209ea86d84f7043f8e19029d83299f458665ec5/include/simstring/simstring.h#L650) at...
I wish to start with Codeium disabled globally, but to still allow me to enable it on a buffer-by-buffer basis. I thought `vim.g.codeium_enabled = false` would do it, but after...
I must be missing something, as I can't figure out how to use `hybrid` in a browser setting. Following the instructions in the README, ``` { start: function() {}, end:...
Using this code as an example (verified on [basedpyright.com](http://basedpyright.com/)): class Foo: pass Foo(1) There is an `reportUnusedCallResult` and `reportCallIssue` on line 2. Attaching `# pyright: ignore[reportCallIssue]`, the remaining `reportUnusedCallResult` is...
Some docs: https://developers.google.com/recaptcha/docs/display
> Seeing these average clear times is actually helpful since they aren't included on the Raidar pages. -- [/u/charrikayu](https://www.reddit.com/r/Guildwars2/comments/6zmvmo/just_some_raid_data_wwwgw2raidarcom/dmwweid/) Maybe do a comparison bar chart for this as well...