George Antoniadis

Results 44 comments of George Antoniadis

Since the internal `Col.Insert()`, `Col.Update()`, `Col.Delete()` methods already take care of the atomicity of the transactions why is it required to re-implement the locking mechanisms? I'm trying to wrap my...

A very (very very) quick and dirty solution should solve most of these issues. https://github.com/geoah/ink-haiku/commit/b1d69e96d7b79e256ce6736fe04cdd5bfb893de3 I know that I'm shooting performance in the head (twice) as everything is being locked...

pps. It's kinda late so I might not be making much sense... by "rainbow tables" I actually was referring to the way rainbow tables are sometimes (I think?) stored. eg...

I'm having some similar issues with some of my audiobooks. I assume it has something to do with wrong id3 metadata, but even after making sure all metadata are exactly...

@pchampio thanks so much for the update example. --- I do agree with the idea of delegating the detection to the developers. The plugin is minimal enough that an example...

This is literally a 2min mash of @pchampio's example and the gist linked above. Flutter takes a couple more seconds than native flutter but works as expected. ```go package plugin...

Not important enough to warrant its own ticket but relevant to this: Go supports multiple paths in `GOPATH`, such as `/path1:/path2` which some people use to separate vendor packages (first...

Hey, not sure that will solve anything. Were you able to replicate this by any chance? Might just be something on my setup.

That is correct, but usually you should be able to get the latest version by doing `go get github.com/ostafen/clover/v2@main` to pull from a specific branch. That works fine for branches...