woonki
woonki
@cknitt Let me test with small repo project before merging. I'd like to check whether the deprecation msg seems too annoying for user.
@cknitt When I ran it on a small-scale test project, a lot of warnings appeared. Unless I disable the warnings, it seems like it would be quite annoying. Is this...
I have a few questions. 1. was this code built in a version prior to v0.2.2? ```res @spice type mystring = option let encoding = (str): Js.Json.t => { str->mystring_encode...
It makes sense to me. How about the signatures of encoder/decoder functions: ```res type encoder result type decoder ```
> So this means that encoding `undefined` would give `Spice.encodeError`, and encoding anything else would give a `Js.Json.t` (with no option)? Exactly, yes.
@cristianoc any guess about the implementation?
> Without creating additional files, this can be done directly from the Gnome Keyboard Custom Shortcuts configuration by setting the command to `sh -c "QT_QPA_PLATFORM=wayland flameshot gui"` > > This...