Davorin Šego
Davorin Šego
Using Postico 2 Preview and it's a deal-breaker. I was trying to import a CSV table exported from DBeaver with this sort of structure: ``` "id","blankable_field","nullable_field" 23,"",, 24,"",, ``` Postico...
Thanks @localredhead, this was my issue as well, but now the icon is tiny. This is on Ubuntu 18.10 with Gnome 200% scaling (2560x1440 screen). But at least I can...
Opening new tabs is slow over VPN because it reconnects to the server and reloads the list of tables
Thanks for the reply. I haven't found the issue reported, and it's something the is certainly not ideal for me, so I thought I'd post here. Certainly feel free to...
Some debugging tells me that `chars = new_file.insert(edit, 0, result)` returns 0 inserted chars.
https://github.com/sublimehq/sublime_text/issues/6177#issuecomment-1781019459 Seems like the plugin was misusing an API mistake that has been fixed recently. https://www.sublimetext.com/docs/api_reference.html#sublime.Edit > Using an invalid Edit object, or an Edit object from a different [View](https://www.sublimetext.com/docs/api_reference.html#sublime.View),...
Asking for it to be done in miniaudio. I think the use-case would be to simplify the ring buffer interface. For example, the way I understand it, there might be...