Drew O'Meara

Results 41 comments of Drew O'Meara

Looks like a lot of interest for generics, plus a great crew and vibes here! Shoutout to @emirpasic and all the others here who have dealt in on this awesome...

The ancient Romans used uuid I believe, but eventually what we know today as "roman numerals" took over as it was regarded as "disruptive tech" at the time.

For example, in our project, we get the redirect URL pass to us as a string, so `func (a Authenticator) Token()` is not usable if it only accepts a `http.Request`...

Hi @pedroelbanquero, Thanks for catching me up. Your work, attitude, and attentiveness speaks for itself. Indeed, a Unity version would be a lovely gift to the world and allow people...

HI @bezo97, thanks for interest! > * mb3d is really old - parts are written in asm and graphics is outdated. What it really needs is a complete rewrite, not...

> Exactly as bezo97 says. There already were multiple attempts, which usually started asking me a lot of questions, and taking me a lot of time to answer. And then,...

> It's important to note here that .m3f files are _not_ presets. Point taken on no camera info, but semantics otherwise.

I don't want to twist any arms, so need to entertain further discussion. If anyone *is* interested in a helping with a modest fractal vis in a forthcoming Unity-based media...

Something like: ```golang type FilterKeySeekPrefix struct { SeekPrefix string } func (f FilterKeySeekPrefix) Filter(e Entry) bool { return e.Key >= f.SeekPrefix } ``` and ```golang func NaiveQueryApply(q Query, qr Results)...

> That will just act like `Prefix`. This one will have to _skip_ everything until `SeekPrefix`. It also needs to be applied after any ordering. Let's say we have entries...