Connor Elsea
Connor Elsea
I'd absolutely love to use this with Sublime, which I use primarily in full screen. Currently hyperterm-overlay does not work properly with full screen windows on OSX. I'd love to...
I'd love to have a real debounce option here somehow. Separating throttle and debounce would make a lot of sense. Also core-decorators seems to have deprecated their debounce and throttle...
I am attempting to throw an error inside of a resolver by doing throwing an error created using apollo-errors ``` const UserDoesntExistError = createError("UserDoesntExist", { message: "A user with this...
@GarrettAlbright Thank you for the tip to pkill the process, I was so confused after I attempted and failed to install these fonts and found the Font Validator using an...
I ran into cases where slight confusing came from using all lowercase (using glamor through glamorous and the glamorous-displayname babel plugin). For example, repetitive letters distinguished by a difference in...
I should have mentioned this, but I had originally tried the install on the host with NPM instead of PNPM, but I was using Node 20 and NVM. Just did...
Just tested that approach and am getting the same result. It was a fresh git clone of the project so only the `pnpm-lock` was present. I also tried force deleting...
Thanks so much for the detailed help! That worked and the API is able to run locally with all the services running in the container. Got the following when running...
I think I may have found a solution! I have the API working now inside the container and no need for host to install dependencies anymore to run the container....
I tried that originally and it didn't work but I don't remember what the result was so I did a few more tests. When I try to first edit the...