Annaia Danvers

Results 54 comments of Annaia Danvers

I'm currently working on a library for generating die rolls, for which this would be very useful indeed, especially with one-sided bounds. Dice can't, for obvious reasons, have a negative...

Hmm. I get a similar result to you: ``` C:\Users\jarca>where code C:\Users\jarca\AppData\Local\Programs\Microsoft VS Code\bin\code C:\Users\jarca\AppData\Local\Programs\Microsoft VS Code\bin\code.cmd C:\Users\jarca>code.exe 'code.exe' is not recognized as an internal or external command, operable program...

I [cloned this to Github](https://github.com/jarcane/cljs-on-glitch) and tested it locally on my machine, and was able to get it to compile (though that's not the same as working, hyperapp still doesn't...

on advisement from IRC, I tried a much simpler module, to eliminate as many variables as possible. I can confirm this works offline with the versions above, but not on...

I've also opened a topic on the Glitch Discourse, as this seems more and more like it's probably specifically related to how Glitch handles npm dependencies. https://support.glitch.com/t/lumo-cljs-and-glitch-pnpm-issue/5283

OK, I can now reproduce this locally under Ubuntu/WSL. The issue seems to be caused by however pnpm handles modules that differs from normal npm. The compiler also throws a...

The pnpm folks [suggested a workaround](https://github.com/pnpm/pnpm/issues/1350#issuecomment-417654837) that works locally, though we've [yet to solve it](https://support.glitch.com/t/lumo-cljs-and-glitch-npm-dependencies-issue/5283/14) for Glitch. The pnpm issue suggests its the result of some of the lumo dependencies:...

The utter hostility here strikes me as completely beyond the pale, and rather at odds with what I've come to expect from the Racket community. This project is clearly labeled...

Found this while googling, apparently pretty had the same problem and this is how they fixed it: https://github.com/AvisoNovate/pretty/pull/29