Jesse Warden
Jesse Warden
I've managed to get elm-git-install to install a component library from Gitlab. However, it expects it to be in root/src. The idea was this Elm UI component library we're building...
Crazy edge case I know, but causes a null pointer. I'm setting up a new Mac and forgot to install Elm, lol... so that means `elm-live` is like "waaaat...". Line...
When I put a Kafka client inside of a Result.Ok, it fails to console.log and throws an exception from debug-representation. ### Steps to reproduce `npm i kafka-node folktale` Then: ```javascript...
Question
What's the justification around the no-exceptions rule? If I want to create pure functions, there are a few functions that throw, and I need to catch to ensure the function...
On line 176 of SoundcloudDelegate, you copy the oauth parameters to the requestParmeters. However, if the request is a GET, you don't actually copy the requestParameters to the URLLoader's data...
I ran the compiled Dart unit tests through vanilla jasmine, and it seemed to report each test out. Although it didn't really work, I could at least see logs of...
I installed this, can see basic tailwind styles, but it seems to not be able to see tailwind.config.js. I can use `w-24` or `bg-red-600` and see them in the generated...