Malte H
Malte H
Additionally to #94 i would love to see some more formatting options for the irc-bot in general: - [sauerbraten-fork] Travis CI - build #181 passed. (fohlen/nightly @ c170880) http://git.io/-ghzoQ -...
Maybe this would be possible by using elm-pointer-events instead of mouse events directly? This could also remove some manual decoding
As mentioned in slack, I just took some notes for myself reading through the code (where I also learnt a lot!) and afterwards thought I could share them here :)...
it confused me that "DnDList" is not called "DndList". I thought that elms naming convention is ignoring that stuff is an uppercase abbrevation and instead camelcases everything. Led to some...
the ghoststyles do not include ∘ the offset of the mouse click to the upper left corner of the item ∘ z-index (so artifacts appear like dragging the item "behind"...
As discussed in slack I shortly write down my review suggestions reading the docs. Already mentioned: the reason I write this is, that for me as novice user (without any...
For me running the example yields the error mentioned here: https://github.com/sveltejs/svelte/issues/3165 In the linked ticket it is mentioned that it will work as soon as you do not use the...
According to https://stackoverflow.com/questions/28629351/is-addvectoredexceptionhandler-a-replacement-for-setunhandledexceptionfilter AddVectoredExceptionHandler gets notified **every time** an exception gets thrown and does not take into account whether that exception actually gets handled by the program. What we want...
Hey @ir4y when testing out the lib I created two ellies: List Sorting (including some modifications in order to make it look a bit more like a list): https://ellie-app.com/bbmzpJtgNTYa1 Table...