flip111
flip111
``` /home/flip111/javascript/html-differ/node_modules/coa/lib/cmd.js:243 UTIL.error(msg); ^ TypeError: UTIL.error is not a function at process. (/home/flip111/javascript/html-differ/node_modules/coa/lib/cmd.js:243:14) at Object.onceWrapper (node:events:510:26) at process.emit (node:events:390:28) Node.js v17.3.0 ```
I saw there is already a mandelbrot [implementation](https://github.com/diku-dk/futhark-benchmarks/tree/master/accelerate/mandelbrot) though that one seems to have some additional stuff to it like a GUI and keyboard controls. It would be great to...
When the client doesn't have cookies disabled no warning message is shown. Expected message: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php#L142 Some assumptions i've made: No session can be started without cookie support. Redirect serves a...
A lot of functions like delete require an index. A lot of times that index was not stored (which would also get updated as the array would change) but has...
Can `mapWithKey` be added for the times that you want to keep all items (opposed to `mapMaybeWithKey`)?
As an example of another module `Data.HashMap` it says > Note that this is an unordered collection. https://pursuit.purescript.org/packages/purescript-unordered-collections/1.0.1/docs/Data.HashMap Such information would also be useful for the data structures in this...
Checklist after RFC - [ ] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)") - [ ] Linked...
Could a function like this be added? https://hackage.haskell.org/package/base-4.19.0.0/docs/Data-Functor-Classes.html#v:liftCompare In which module should such function go?
* `takeEnd :: Int -> String -> String` * `dropEnd :: Int -> String -> String` Could these functions be added?
## Problem Since a few weeks, maybe even months i'm see slow results and frequent 502 Bad Gateway not available. I asked on discord and other people also have problems....