Olaf Tomalka

Results 11 comments of Olaf Tomalka

Some initial work was done in the [`ritave/fix-ts`](https://github.com/joincivil/Civil/tree/ritave/fix-ts) branch. It's a good starting point

@Mic92 I'm also having the same problem, I have set both the user and the group. ```nix let goerliUser = "goerli"; in { sops.secrets."goerli.jwt" = { owner = goerliUser; group...

@Mic92 I confirm the issues go away on the second deploy. I'm working from nixpkgs#master branch, so any fixes that are there, are not fixing the problem yet. I'll try...

On the topic of JWTs and to add some context, MetaMask Snaps was surprised that we had a request to [expose ability to sign JWTs](https://github.com/MetaMask/SIPs/pull/65). We didn't see the use-case,...

Wouldn't you prefer to use something already built instead of rebuilding a new one? I've written a re-usable markdown linter for SIPs, which operates on Abstract Syntax Tree of markdown...

I'm good with whichever if we're reusing and not writing one anew again.

I sure can, though I'm having hard time understanding the expected business logic output of `entries`, `validator` and `refiner`. Also while I can do that, rest of my team will...

Hello from an engineer working on [MetaMask Snaps](https://metamask.io/snaps/). There have been quite a few requests to us for different cryptographic primitives and signature schemes, including JWT tokens, Bitcoin signatures, IPLD...

@FrederikBolding yes, it's fine if it just redirects to GitHub directory view instead.

I've investigated the cause. 1. We use webpack to watch the filesystem including the manifest 2. We run the webpack plugin to update the manifest outside of webpack build process....