rauan
rauan
References https://github.com/ZennerIoT/ex_audit/issues/19
> Hi! Any updates on this one? :-) I am waiting on @narrowtux feedback here https://github.com/ZennerIoT/ex_audit/pull/63#discussion_r615435576
you can try: ```` def process begin send_message(text: @message) rescue Telegram::Bot::Exceptions::ResponseError return end end ````
This is the way: https://github.com/devinus/poison/pull/207
VSCode allows moving up and down using bindings in the file tree as well. I would like the same for the Zed Left Dock.
Any updates on this? I have been facing a similar error frequently: ``` [ElixirLS WorkspaceSymbols] Updating index... Starting build with MIX_ENV: test MIX_TARGET: host [ElixirLS WorkspaceSymbols] 2 modules need reindexing...
you can do it with keymaps: ``` { "context": "Editor && VimControl && !VimWaiting && !menu", "bindings": { // put key-bindings here if you want them to work in normal...
@JosephTLyons I have the same behavior with all themes: https://github.com/zed-industries/zed/assets/14976415/5d1181fc-a584-44cb-b830-eb27c9a24c5c Also, I reinstalled Zed and the issue is the same 😞
@JosephTLyons I noticed that the whitespaces config is not working as well (same behaviour with other themes):  This is the entire settings that I am using: ```json { "preferred_line_length":...
Thanks a lot @JosephTLyons! I will apply your suggestions 👍🏽.