Results 717 comments of OvermindDL1

@jackalcooper For note, Elm does have the same kind of issues, a few examples: https://github.com/elm-lang/virtual-dom/issues/24 https://groups.google.com/forum/#!topic/elm-discuss/HdOGC6mpDMI And a whole variety of other things ranging from various attributes, properties, events, and...

I broke API and bumped version to 0.2.0 to allow a `'msg` type as an event and changed the events that can use it to use it. I've not touched...

Brunch has been going through some edits lately. First of all, what node version are you running? What brunch version? Also, the brunch plugin is going to be phased out,...

Yeah the bucklescript manual talks about bsb and how to set up a project. :-) Once it is set up with bsb you can quite literally just copy/paste the files...

0.6.0 would be nice, but for now everyone can just use this repo directly: ``` elixir {:gproc, git: "https://github.com/uwiger/gproc.git", tag: "0.6"} ``` Updating hex would still be very nice... ^.^

Wait it doesn't? Is that a mix bug or a design decision to not bring in git links?

For note, the tuple in init for :stop is: {:stop, reason} Thus no state is needed.

True, I just like consistency in how functions visually flow, and some control functions ending in tuples and some ending in functions is just a touch jarring, but I am...

Wouldn't be at all hard to have a backend block type that maps to wasm for server scripting or so, displays on the client as another block (or armor stand...

It shouldn't be in `/.local/share/Craft` either as that can and will fail in certain situations, it should follow the [XDG Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) if it wants to work on everything.