Results 509 comments of Martin Tournoij

It looks like their policy on this changed https://brave.com/faq/#unclaimed-funds > Publishers must verify ownership of their properties with Brave in order to receive contributions from Brave users. If a publisher...

> One concern: the data structure is going to grow until it hits the LocalStorage limit, then probably silently fail to write, so the feature will appear to be permanently...

Would you mind taking a look if you have any time @pushcx? No hurries, but I think it would be fairly useful/convenient 😅

I did some work on s/select2/choices/: https://github.com/Carpetsmoker/lobsters/tree/choices Can't say I'm too impressed with it. The API is annoying. The documentation isn't very well written, and several things are non-obvious how...

Thanks. I spent some time with that as well, and eventually just gave up. I did some other work using "pure" JavaScript a while ago, and the experience wasn't a...

Hm, not sure why those show now. I have several examples that are not being updated at all though; for example: - https://godoc.org/github.com/teamwork/utils – doesn't show several subdirs; those that...

It seems to me that `spell_enabled` is a personal setting, like "auto indent", "insert closing parens", "display width of editor", etc. Personally, I wouldn't be too happy if my editor/IDE...

This library ships with SQLite 3.33.0; so update the go-sqlite3 version to get SQLite 3.33.0. You can't update it otherwise, unless you fork it.

It looks like `cgo` isn't correctly working on your system. Check the installation of your C compiler and/or Go.

The error is: > go build github.com/mattn/go-sqlite3: C:\Program Files\Go\pkg\tool\windows_amd64\cgo.exe: exit status 2 No error output at all(?) I don't know; I don't use Windows; maybe try installing Go to a...