Stephen Paul Weber
Stephen Paul Weber
I would like to have both, yeah. Especially so edit can still work until/unless there is a rich text edit option
prototype https://github.com/singpolyma/Chat/commit/c9803cc40354419d0742082ec1aba6e05ee8e61e
This change makes sense to me, though the other way to go would be to require SASL mechanisms to implement challenge and the HT-* could just throw in there. I...
This turned out to be most of the solution: ``` cpp.NativeGc.setMinimumFreeSpace(500000); cpp.NativeGc.setTargetFreeSpacePercentage(5); ```
Should https://github.com/sqlite/sqlite-wasm/blob/main/node.mjs be removed then since it references a file that does not exist?
fixed the test
> Tests should be updated so that a test would fail before the fix and pass after the fix. Yes, that's what I did. The test previously had a too-long...
I'm also seeing this on-device with ios18 the counter never goes up when I tap the microphone, it's always zero long
Hmm. It seems this may be fixed in the latest github release. Any plans to update the haxelib release?
For context, we use threads as defined in https://www.rfc-editor.org/rfc/rfc6121#section-5.2.5