KnowZero

Results 28 comments of KnowZero

I've created a way to do this actually and have been using it for years. Once I am done with my next project I don't mind packaging it up as...

Is there a problem with my approach of overwriting _insert_HASHREF? or is it better to make a seperate bulk_insert function maybe?

I haven't tried the C version, but doing a quick benchmark of 100,000 all that is here Baseline = EXPLAIN ANALYZE SELECT uuid_generate_v4() FROM generate_series (1,100000) AS g; Execution Time:...

@safinaskar @mat-gas I was looking into seeing how Rust performance was for sha256 and out of curiosity ran your tests (I have an AMD processor though) and I am getting...

Ah, I see I though that it was part of SSE, but didn't realize there was a new SHA-NI extension added to processors a few years back. Tried it on...

I pushed a fix, tell me if the fix still gets any errors

Sorry for the delay, got locked out by 2FA. There is a video of an older version in Krita, albeit it doesn't show some of the new features that were...

It is because FromSql/ToSql has been changed to Decode/Encode. It would be nice to have it updated for latest sqlx In the meantime I made a wrapper based on uuid...

Hi, the issue is that the CKEditor was mostly used as an example for the flexibility of the languagetool js library, but I have not updated the CKEditor plugin example...

I uploaded the changes to ck.html, to confirm first does this work for you: https://knowzero.github.io/tinymce4-languagetool/ck.html Though to note if you plan to do a pull request with removal of jquery,...