Barnaby Keene

Results 182 comments of Barnaby Keene

Could be done with scraping the [archive](http://forum.sa-mp.com/archive/index.php/f-17.html) page since as far as I can tell this is sorted by thread date not last post date.

Actually, it might be cool to just scrape every release and run analytics on them ("10 'AFK' filterscripts released during January!") but then have a keyword blacklist for releases that...

Dynamic, so admins can add/remove terms from the admin channel. If we notice a particular type of release is popping up too often we can just opt to ignore them.

I like this suggestion, unfortunately admins aren't always around and abuse like this can suck if you're having a genuine conversation. At the same time, I don't want to completely...

Yes that sounds fine, you can use `time.Parse` to turn the SA:MP forums date format into a timestamp.

Run into this suddenly this week, 10.3.0 isn't working either. Is there a canonical advised development stack? Happens with dlv too: ``` ==34372==ERROR: ThreadSanitizer failed to allocate 0x000003061000 (50728960) bytes...

> With no other apparent change in the toolchain, Go 1.19 seems to solve for me. maybe it was this? even though the changes don't affect windows, perhaps some minor...

Updated to 1.19 and new error... ``` Build Error: go test -c -o d:\Work\odin\odin\api\src\services\deal\__debug_bin.exe -gcflags all=-N -l -v -race . # runtime/cgo In file included from c:\program files\x86_64-w64-mingw32-native\lib\gcc\x86_64-w64-mingw32\11.2.1\include-fixed\limits.h:34, from c:\program...

> Seems like maybe something is out of whack with your gcc installation. I forgot this even used gcc haha I'm not sure which version I have installed, I always...

This worked for me, I have a browser extension in one directory and a Next.js website in another. Next.js was using React refresh 0.8.3 and the browser extension (which uses...