Paige Thompson

Results 53 comments of Paige Thompson

This is interesting, not a lot of info on this subject ATM, but definitely interested

There's an ongoing PR open for this: https://github.com/authzed/examples/pull/5

something I saw in the issue backlog that is kind of relevant: https://github.com/mastodon/mastodon/issues/20804

LinkedIn at its core is a microblogging platform. Connections are essentially following/follower subscriptions so I'm not sure that it's distinct as far as microblogging is concerned. The various other features...

Hey @vltmn IMA/EVM is a topic that I'm particularly interested in. This is cool that you're working on TPM support for Firecracker. I'm curious if you've given any consideration to...

@episage the latter works for me, took me a min to figure out wtf was going on then I realized how counter intuitive it was to comma separate parameters if...

@sjossi you might consider using poetry instead it. You can actually use pyproject with setuptools but I haven't tried to. At some point I settled on poetry over that option....

also @netspooky if you want to deploy this on pypi, you can use this github workflow: https://github.com/paigeadelethompson/ruledownloader/blob/master/.github/workflows/python-pypi.yml If you don't have an account setup, create one, enable 2fa for login...

Oh hey I think I figured this out now, I was on the right path, you just have to make sure to require it for those variables to work: ```...