Jack Mordaunt

Results 21 comments of Jack Mordaunt

Am I going crazy, or was `print_error_panic` removed? I can't find it, or an equivalent, anywhere.

Hi tcurdt, I have no plans to push this to homebrew myself, but I won't stop anyone else from doing so! 😉

I had same issue and fixed it by changing this line: "yield from response.read_and_close(decode=False)" to this: "yield from response.text()" In the "async_mode.py" file. After that I was getting a ClientResponseError...

I have created a tap you can use with brew: ``` brew tap jackmordaunt/homebrew-tap brew install icnsify ```

Hmmm. There _is_ a bug where during a restart we try to rebuild. Need to tell it not to do that. However, setting breakpoints works for me.

@sinni800 @andlabs I have created a very simple example of declaratively creating the UI, including basic event handling. Thoughts? Do you think this is a feasible way to go about...

For what it's worth, lack of support for kakoune or helix style bindings is holding me back from truly using lapce - though I really want to! I just can't...

Hi @gothicx, you can supply the largest size image to `icnsify` and it will build the smaller images for you. If you have a specific requirement that your pre-sized icons...

Hi Ged, The `preview` tool is unversioned to allow the compilation to be decoupled. That way we can cross compile the main library (`preview` cannot cross compile since Gio cannot...