issuefiler

Results 40 comments of issuefiler

https://github.com/whatwg/fetch/issues/304 WHATWG’s fetch also preserves the case.

Dumb computers treat `Googlebot` and `tobegoGtlo` the same because they all consist of letters. I’d say “nearly impossible in traditional ways.” But let me try: ## Detect numbers–letters–numbers (e. g....

But, how is `(?:\b)`, a non-capturing group on an empty word boundary, _the latest format_ of `\b`? Doesn’t it do the same? As far as performance is concerned, `(?:\b)` would...

I suggest the following. ``` INPUT OUTPUT "" {} "a" {a: null} "a=" {a: ""} "a=null" {a: "null"} "a[0]" (arrayFormat: "indices") {a: []} "a[0]=" (arrayFormat: "indices") {a: [""]} "a[]" (arrayFormat:...

Have a look at https://github.com/justadudewhohacks/opencv4nodejs/issues/860 for how to add maintainers to the NPM package or transfer the ownership, @justadudewhohacks.

The comparison is already being performed in UTF-8. https://github.com/LionC/express-basic-auth/blob/dd17b4de9fee9558269cdc583310bde5331456e7/index.js#L7-L17

Since `Buffer.from("\uD800").equals(Buffer.from("\uDFFF"))`, `node-bencode` can produce multiple dictionary entries with the same key, which is invalid.

> Just a side question: is there any way to read the motor current from the TMC5160? Since it can limit the current allowed to the motor I guess there...

> @teemuatlut: coolstep is not an easy feature you can turn on and expect it to work right away. You'll need to monitor the stallGuard and current values to tune...

Sorry, accidentally pressed the `Comment` button. ----- Another good option would be claiming the ownership of [the `opencv` package](https://www.npmjs.com/package/opencv). This can be done by contacting the NPM support with an...