tildebyte
tildebyte
Dunno if you have a good file_regex in there, but this works for me ``` json "file_regex": "^(...*?):([0-9]*):?([0-9]*)?:? (.*)$" ``` which prints e.g. `error: variable used within its own initial...
I ran into this in a traceback in a code repo. AFAICT, this happens when paths go too deep, e.g. `{pythonista root}/Code/foo1/foo2/foo3/ERROR` `ERROR` doesn't get synced and throws the traceback....
Sanitizing the directory names would be a lot of work, but suffice to say that all of the file/folder names for this particular tree are plain ASCII and well within...
Beauty! brew librsvg as well as the adwaita theme, for icons, and it's good!
I was afraid that you might say that >_> I tend to do a lot of goofing around with this and that, so I don't know *exactly* what the prereqs...
@keredson Homebrew's Python install(s) provide pip (as @pchaganti pointed out). I don't have much experience app-ifying Python code, but I understand that it works pretty well. @pchaganti LOL, I forgot...
Not to overload this thread too much (maybe a new issue just for OSX support?), but it looks like `pyinstaller` is a better option. Right now I'm stuck trying to...
'dbus' is a gnome desktop thing. You'll need to check in homebrew for that, iirc.
Sorry, in the interim I got re-interested in gaming, so had to trade (notice that I don't *necessarily* say "up" ;p ) to a Windows laptop. @keredson That pyinstaller log...
Maybe I'm misunderstanding the issue, but [warps ui source...](https://github.com/AndrewBelt/eurorack/blob/eb6c8e9a5728a109ebe559aa78c4023be0b710e8/warps/ui.cc#L44) It looks like some assignment/interpolation happens further down in `Ui::Poll()` It'll clearly take some codesurfing and calculation to get exact colors......