Kevin McCormack
Kevin McCormack
Did a slightly different benchmark using predictable coordinates instead of random. Nice performance improvement! ```rb iterations = 1000 Benchmark.bmbm do |x| x.report("lookup!") do iterations.times do |i| lat = (75 -...
I threw together a gem that wraps a Rust implementation that seems to be quite a bit faster: https://github.com/HarlemSquirrel/tzf-rb https://gist.github.com/HarlemSquirrel/701f83783486794001a75cb8cf5576ba Benchmarked with WhereTZ v0.0.6 ``` Rehearsal -------------------------------------------------- WhereTZ.lookup 13.960516 0.140053...
Thanks for your awesome library! I thought you might like this small addition I'm using for a page that changes as the user filters the table or hides/reveals some elements.
I was able to get a bit farther by modifying the PKGBUILD with ```sh build() { cd ${srcdir}/${pkgname}-${pkgver} for filename in src/*.c; do echo "==> FILE: $filename" [ -e "$filename"...
@pixeltrix it would be awesome if you could spare a moment to review this. Thank you in advance!
Was able to build and install locally but so far unable to connect to KeeWeb from extension when built from this branch.
Well for some reason tonight when I rebuilt it now it's working :sweat_smile:
I'd like to test the chrome extension but haven't yet. That's it
Having trouble connecting to Chrome with local built extension. I think it may be due to the extension ID being different but updating https://github.com/keeweb/keeweb/blob/master/desktop/scripts/const/extension-ids.js and running keeweb locally doesn't solve...
Still not working with node 16 or 18 on master branch, last tag, or this branch. I'm clearly missing something.