Waranyoo Butsingkorn

Results 5 comments of Waranyoo Butsingkorn

Actually, I could add more related thing. Or let me know if I misunderstood something. According to http://package.elm-lang.org/packages/fbonetti/elm-phoenix-socket/2.2.0/Phoenix-Channel : `Value` of any function that begins with _on_ e.g. `onClose`, `onError`,...

Question: Does this mean a photo or video taken will be encrypted on-the-fly and put it to the vault? If no, is it possible to prompt cryptomator after a photo...

Not sure it's worth open another issue, but I'd come up with the same title "multiDragKey does not work" among the same named group. Multi-select another item from another list...

On "one per line" topic, this following makes me come to this issue. And it's more like a general case for long **List**: ```elm board : List (List Multiplier) board...

I found this works, perf sounds ok (pasting 20k rows takes about 3 secs) . Would love to eliminate unnecessary re-renders if this logic can be tweaked/implemented internally. ```tsx const...