Vianney Stroebel
Vianney Stroebel
Firefox freezes (with max cpu usage) on any Amazon product page when NoSquint is enabled. Apparently, I am not the only one having this problem: https://addons.mozilla.org/en-US/firefox/addon/nosquint/reviews/776591/ An error message appears...
### Just an idea As someone pointed out (#130), a **faster** Datascript implementation is needed for applications with a lot of entities. Moreover, it would be great to have a...
https://github.com/graphile/postgraphile/blob/7d2906c1c23d29f7ad4932779aaccb8604e065e3/examples/servers/koa/vanilla.ts#L2
Your algorithm is not the Dice coefficient. It counts all bigram duplicates, whereas the Dice coefficient only counts distinct bigrams (as defined in Wikipedia). As an example, let's compare two...
There are a few "magic numbers" in the code, such as in https://github.com/RocketChat/Rocket.Chat/blob/a1c41a16c550968761dd0be84673318e7bc63b10/app/lib/server/functions/saveUser.js#L231 In this example, is there a reason why `260` has not been replaced by something like `settings.get('Accounts_MaxBioLength')`?...
On the first paragraph of this page: http://medialab.github.io/artoo/jquery/, the word "useless" should probably be replaced by "useful": "It would be an understatement to say that jQuery is useless when it...
There seems to be a bug in the donut chart with rounded line caps: https://toomuchdesign.github.io/react-minimal-pie-chart/index.html?selectedKind=Donut%20Chart&selectedStory=custom%20%22lineWidth%22%20%2B%20%22rounded%22&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel In the example, the yellow sector should end with a rounded cap in the other...
Error on `(reload-config)` on a new project `+devcards`. These commands execute without any error message: ``` lein new reagent new-reagent+devcards +devcards cd new-reagent+devcards rlwrap lein figwheel devcards ``` Then: ```...
## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron...
I've been reading the code and I'm confused by line 118 : https://github.com/TimonKK/clickhouse/blob/216a068cab04267e5a01a9a255c494ab2c78e797/index.js#L118 Shouldn'it be `str = ...` ?