Silas Davis

Results 70 comments of Silas Davis

Something like this would be really useful. Also thank you for groovy-ssh (and the gradle plugin), I really like how they are done. A few suggestions: - Supporting both local...

> I'm not sure how to provide this on nixOS Hm, nor am I, at leas `journalctl /run/current-system/sw/bin/gnome-shell` does not work. I'm using version from main: ``` ❯ git rev-parse...

I fully removed pop-shell since the logs mention it and the same issue: ``` Aug 24 22:29:27 mifla .gnome-shell-wr[251922]: -------------- Aug 24 22:29:27 mifla .gnome-shell-wr[251922]: INIT EXTENSION Aug 24 22:29:27...

> not block hash which introduces determinism problems I don't follow. Why would picking a block number not give you a deterministic value for the code at a particular height?

> Not sure why nobody's come along to let this thread know, but apparently you can use dynamic imports in CJS apps still: https://github.com/ipfs/js-ipfs/blob/master/docs/upgrading/v0.62-v0.63.md This did not work for me,...

I'll add a makefile target. Would we prefer `!nosqlite` as a tag? + more explicit about what support is being turned off (though perhaps less about why you would want...

I have used this redis library: https://github.com/vmihailenco/taskq along with some dispatch code to replace the webhook senders. Chiefly for email sending. Let me get round to putting it in a...

Here is a stripped down repo containing the bits pertinent to workers: https://github.com/silasdavis/pericyte-workers Core implementation here: https://github.com/silasdavis/pericyte-workers/blob/master/workers/dispatcher.go Which returns a function you can fire password reset request messages into. We...

>Eventually I'd like to also support delivered codes (email or SMS) A bit like in #94 this makes me wonder about more general ways for authn to 'push back' on...

When you say onboarding APIs, to what are you referring, just to be clear?