Guillermo Estrada

Results 24 comments of Guillermo Estrada

> and then inserted the ids as keys as big endian byte slices then you'd get much better performance: ``` import "encoding/binary" ... func getKey(id int) []byte { key :=...

I was reading this on the gonuts group. Having a formal spec of Gypsy would be nice to have people using it. I would love to have config files in...

> **This approach works perfectly for me:** I tried this and Bull still tries to connect to the default Redis instance in my tests. I'm using `proxyquire` and mocking the...

Yes, I'm planning on importing code for P5.js sketches, p5 library itself (even if on assets I don't want it to load on every post), and custom WASM modules I'll...

Which external page? the whole purpose of having this, is to keep the code files used inside the post directory for reference as those are on Github for everyone to...

I kinda made it work, but no luck on Mac. It revolves around destroying the Webview and Creating it each time. A simple Hide on the web view window would...

@tduccuong I don't know if you are still looking into this. This is how I made it work: https://github.com/phrozen/webview-systray-example Only tested it on windows, and webview is extremely buggy, sometime...

Than you! I use SQLite a lot. I have found myself using it lately for anything that requires persistent storage, virtually everything.

I've been testing the ones in the wiki and this one has an amazing performance/features/ease of use. http://scilua.org/ljsqlite3.html

I dunno if this solution is Go idiomatic, but many frameworks (Rails one of them) use a RespondTo or RespondWith method and just respond with the encoding when asked with...