FirelightFlagboy

Results 122 comments of FirelightFlagboy

# Install OpenSC ## Ubuntu 24.04 ```shell sudo apt install opensc ``` ## Configure `opensc` on `firefox` Based on: https://github.com/OpenSC/OpenSC/wiki/Installing-OpenSC-PKCS11-Module-in-Firefox,-Step-by-Step 1. Open 2. Scroll to `Security > Certificates` and click...

while doing some outgoing research, I found a draft that exactly what we want: https://wicg.github.io/web-smart-card/ but since it's a draft, it not implemented for now

After doing some research, it seems not possible today to use a PKI in the same way as Windows (and in the future Linux & MacOS). To interact with a...

I'm gonna need that PR real soon, so reopening + merge it

Quick summary: - The Mac used for testing has the latest update installed from apple (15.x) et macfuse (4.9.1) - It's confirmed that the issue is reproducible on that machine...

## Installing prior version report - Current macOS version: 15.3.2 (Sequoia) - Before installing a new macFuse version, the previous one is uninstalled from the system, confirmed when trying to...

## Things to tries - [x] Implement a filesystem that handle (at least `getxattr`, `listxattr`, `setxattr`) > The impl (`fuse-memfs`) now support `xattr` call, but during test only `getxattr` reach...

> It seems that something is missing. Did you forget to commit something ? Or maybe a step was missed during code generation ? Need to be more clear about...

After looking how the information is retreive on starship side, it seems that the dependency [`gix`] does not support `reftable`. My reasoning for that is the branch name is retrieve...