jaen

Results 73 comments of jaen

Hi, I'd like to be able to use bitwarden to store my https://github.com/99designs/aws-vault credentials and sync them between my machines – this would require implementing writing secrets and showing a...

Thanks, I have received the passwords and tests seem to work with them. I'll possibly look into adding a docker with bitwarden-rs later, so there's no need for this and...

Docker is probably the simplest to implement and use (at least for me), but if working with a binary in `$PATH` is something you care about, I can take that...

I've came across the app just now and want to try it for the offline playback capability. I've used Gelli so far (a fork of Phonograph) and while finamp's UI...

This would be very useful to me, as I usually keep AWS stuff in a directory scoped to a project using direnv and AWS SSO util kind of ignores that.

@james-d-elliott I would like to see this feature merged, especially if it supports the invite-only mode. My knowledge of go is mostly limited to "it's just C with a garbage...

I need this quite badly (API I'm writing client for uses this pattern), badly enough to volunteer for updating this PR if it would mean it getting merged. Would just...

@dtolnay I actually got the PR rebased (well, squashed and rebased, it was simpler that way) and compiling, but I had problems getting tests to work. I ended up writing...

@dtolnay It's what I have right now – https://github.com/jaen/serde/pull/1/files. It compiles, but has some issues with deserialization tests – as I understand the deserializer produces a stream of tokens that...

I had a similar failure when I discovered two projects (ruby and node) from the same `relPath`. I think this should be supported, as it's not that unusual to have,...