Stéphan Kochen

Results 82 comments of Stéphan Kochen

I've updated the original comment, checked off Node.js and PHP with links to libraries. I did investigate generic OAuth2 and OIDC libraries for Node.js and PHP, but I'm not sure...

In addition to this, I was asked for an RSS / Atom feed on news and updates. Maybe whatever mailing list service we'll use can provide this for us? But...

This also works nicely in Safari, so I've added an Xcode project. Though, to publish it, someone will have to be in the (paid) Apple developer program. To test locally,...

The metadata server stuff is interesting. The other major factor is just loading all of the Python code, I think. I time ~0.85s for `aws eks get-token ...`, compared to...

I'd be happy work on this. From what I can tell: - Feature `native-tls` already uses the system store. - Feature `boring-tls` uses OpenSSL locations. (I believe that's the system...

I've been thinking about this for a bit, coming from [Yarn workspaces](https://yarnpkg.com/features/workspaces). I've tried to skim the node2nix code before, but don't yet have a good understanding, so hopefully I'm...

The very last point is interesting, and is also something I came up against in the PoC. There are two possible contexts for node2nix here: 1. Subpackage context, when run...

We have the same issue in a project. The 'possibly infinite' notice takes roughly 1 hour to appear in CI. Our project was pinned to TypeScript 4.8.2. This seems to...

I currently use a convenience script like: ```sh #!/bin/bash pid="$(systemctl show --property MainPID --value myapp.service)" exec sudo nsenter -t "$pid" -a --wd=/opt/myapp -e -S follow -G follow bash ``` Two...

I actively maintain it and use it for work. I keep on top of dependencies and security issues, but I'm not actively working on new features. So if the current...