grepsuzette

Results 16 issues of grepsuzette

keep general limit of 300 for other types of channels ### Description of code - what bug does this fix / what feature does this add? - [X ] -...

**Describe the bug** While I encounter no problems with TRADE, it is different with CANDLES. I am getting this `'code': 509, 'data': 'exceed max permits per 10 seconds'` error. ```...

bug

I'd like to keep the date when a card is moved to the Done column. Both for timeframe and even more to help prepare reports. Once they all disappeared entries...

enhancement
pondering

Would it be possible that whenever `taskell.md: Could not parse file.` is shown we also put a line number where it failed, to help fixing it? I like to use...

bug
pondering

Spent the weekend figuring out the ALSA, pulseaudio, Jack, fluidsynth, qsynth settings and it finally works. I finally can hear a major chord. I normally don't do music on Linux...

Not a bug. Codi is so cool. And on the other hand, using vim command line or wincmd (q;) is not that practical. I was wondering if there was a...

Consider this snippet (Haxe 4.1.3 and 4.1.4): ```haxe class T { public static function main() { var a = haxe.io.Bytes.ofString(""); var b = haxe.io.Bytes.ofString(""); trace( 'Lengths: ${a.length} VS ${b.length}' );...

See https://github.com/HaxeFoundation/hxcpp/issues/933 It does not solve the underlying questions, but this has to do with hxcpp internals and for the time being I think a fix is important.

Hi I get this targeting HashLink on Haxe 4 RC 5 ``` yaml/Parser.hx:2002: characters 9-81 : Compilation target not supported due to lackof Unicode RegEx support ``` Will HashLink be...

Hi Michael, I'm in need of the positional feature (eg "%2$s" for second parameter) and encounter this error on run-time (from the example you gave): ``` $ neko test.n Called...