Serhii Khoma

Results 186 comments of Serhii Khoma

throws this error even with `pyproject.toml` in dir 😭

still significant have this error on installing ``` { pkgs ? import {} }: let pypi2nix = import (pkgs.fetchgit { url = "https://github.com/nix-community/pypi2nix"; # adjust rev and sha256 to desired...

Another chord identifier (for inspiration) https://www.bfx.qsx.mybluehost.me/chordieapp/

@erikd could you suggest how to approach this issue, I would like to make pr ____ I think this is related to https://github.com/erikd/language-javascript/issues/115

> What's going on with the stack overflow in your output? the file `/tmp/cst-integration-5IqNY6/.spago/p/react-icons-1.1.4/src/React/Icons/Bs.purs` is too big - `npm run parse-file -- /tmp/cst-integration-5IqNY6/.spago/p/react-icons-1.1.4/src/React/Icons/Bs.purs --tokens` fails - this file is from...

> I didn't notice the `--tokens` flag. As long as a full parse works OK, then I'm going to assume that the `--tokens` bench is naive in some way. yes,...

finished @natefaubion

had the same confusion when tried to listen redux-logic, debounce was actually causing whole application to freeze ```js import * as R from 'ramda' import { createLogic } from 'redux-logic'...

error in deps, maybe will work if restarted

maybe even (I didnt think too much) ```purs type Effect = ST (global :: Global) ``` ```purs type MyEffect = ST (global :: Global, mutableArray1 :: STMutableArray, mutableArray2 :: STMutableArray)...