riki
riki
Currently, I'm working on porting rapid to SDL2. This means that porting to Android should be more or less straightforward, but I currently don't have plans on supporting it, because...
Transferred this issue to aglet's repository, as rapid doesn't deal with low-level stuff such as platform support anymore.
This seems like a nimterop bug, I'll try to reproduce this and talk about this to @genotrance. Meanwhile, make sure that you're running latest nimterop and regex, they have caused...
Unfortunately nimterop does not have ARC support yet, you'll have to use a different GC for the time being.
@genotrance, right. I already encountered at least two more issues where euwren triggered some edge case in the compiler in the past, I may be able to debug this myself...
Some linters aren't really fast enough for this, so I'd make this a per-linter setting. ```lua local config = require "core.config" local lintplus = require "plugins.lintplus" config.lint = {} config.lint.realtime_delay...
@VarLad Not yet, I was just making a little sketch of what the API may look like :stuck_out_tongue:
Another possibility: make rapid detect underruns and adjust the audio latency accordingly
Issue mostly resolved, except on Windows the latency is unacceptably huge (up to 8s (!) on a lowend laptop).
I'm currently working on an editorconfig support plugin for lite. There is a bit of hackery involved with supporting config options like `indent_size`, `tab_type`, etc. per document, and I thought...