Jefferson González
Jefferson González
> ``` > ... > realpath: .run: No such file or directory > ``` > there's no `.run` dir anywhere... I do have the binary on `build/src/pragtical` but that then...
Ok, made another set of changes on #134: * Disabled the "hardware renderer" by default for macOS because the fonts on scales >=2 seems to be off (which looks ugly)...
> And it's just spot-on: Wohoo! :partying_face: that means we can now run on software renderer on macOS which is faster than the half baked hacky "hardware renderer" which was...
Understandable, I hope v3.4.4 should be now on a better state. I tested on Gnome Wayland/X11 at 2X scale (switching back and forward between 1X - 2X while pragtical was...
I haven't hit this issue but the culprit could be this change: https://github.com/pragtical/pragtical/commit/86fa90a76b878b4682d3be3d8f60f0953f8ec0f2 Maybe you could try reverting that and see if it fixes it.
Returning back to this, could you share a file that triggers the crash?
If I understand correctly... It seems that nano calculates the amount of characters before a `\t` sequence and sets the tab size dynamically based on that (eg: `(tab_size - (tab_position...
For this we would need: * `system.open_file_dialog(cwd string, mode string) -> string?,errmsg?` that basically wraps the native open file dialog of current os with implementation for at least Linux, Mac...
> Also saw that it may not work with pragtical since I built it for lite-xl, wouldn't mind any help to make it work for both Adapted the plugin to...
If still of interest, updated the image generator to also support building images using a x86_64 host https://github.com/archdroid-org/alarm-image-generator/pull/8. Since mainline kernel support has improved for these boards the generated images...