Miles Frain
Miles Frain
No objections to optimizing by using a temporary JS array. I think the existing version was chosen just to keep the code concise at the cost of performance. Another issue...
> Is there a problem with depending on quickcheck? It's a discoverability problem. If you just need to generate random data, but aren't using this data for testing purposes, then...
Having issues reproducing the CI failure locally. Don't know why. I believe versions are the same: ```bash $ pulp --version Pulp version 15.0.0 purs version 0.14.1 using /home/miles/.nvm/versions/node/v14.9.0/bin/purs $ pulp...
A legend for what the blue/gold colors represent (and possibly more colors / categories) would be helpful.
I'm seeing the same `ch.ntb.usb.USBException: LibusbJava.usb_set_configuration: could not set config 1: Operation not permitted` error on Ubuntu 18.04. Couldn't figure out a workaround. I have two libusb versions. Not sure...
Found a fix to the `ch.ntb.usb.USBException: LibusbJava.usb_set_configuration: could not set config 1: Operation not permitted` error. This can be resolved by creating the appropriate udev rules entry. The `10-owon` file...
I now realize there might be a dilemma with the "Spellcheck on Save" suggestion: If you want to be able to verify that flagged typos are being fixed in real-time,...
Here's one of the files: https://github.com/milesfrain/purescript-book/blob/ch10-rewrite/text/chapter10.md
User Settings: ```json "cSpell.userWords": [ "adt", "adts", "arities", "effectful", "foldr", "forall", "imag", "inlines", "lebab", "lmap", "newtype", "newtypes", "parametricity", "purescript", "purs", "spago", "typechecker", "typeof", "uncurried" ], "cSpell.enableFiletypes": [ "purescript" ], "cSpell.enabled":...
Nice! Didn't see that. Might be good to add to the CPU performance issues [checklist](https://github.com/streetsidesoftware/vscode-spell-checker/issues/431#issuecomment-586713840). This is a major improvement. Still a pretty significant blip on CPU usage whenever it...