nicoo

Results 53 issues of nicoo

Subressource Integrity is a standard feature of HTML, that lets a webpage specify a hash when loading a ressource (say, a script, a CSS stylesheet, ...). Currently, `mkdocs`' default themes...

Enhancement

The [CPython images] provide `rc` and `rc-slim` tags to refer to whatever is the current development version, in addition to `3` / `latest`. Would it be possible to have those...

Request

- [x] Replace `httpredir.debian.org` with the CDN-backed `deb.debian.org` during initial install. `httpredir.d.o` is currently unmaintained and tends to have consistency issues. - [x] After install, use [the official onion services](http://5nca3wxl33tzlzj5.onion/)...

### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...

question

@jankaifer Could you confirm this resolves #219 ?

### Description Add a module for `nix-your-shell`, a wrapper for `nix develop` and `nix-shell` to run the same shell inside the environment (instead of always Bash) ### Checklist - [x]...

status: stale

`pydantic` fails to generate a schema for `typing.Never`; I ran into this in a model generic over a `TypeVar` whose bound involved `Never`. ## Error encountered > pydantic.errors.PydanticSchemaGenerationError: Unable to...

unconfirmed

I noticed when trying to update a project to `quickcheck` 1.x, that [`Gen`] is now an opaque struct and users implementing `Arbitrary` can only use `Gen::choose` to get randomness. This...

enhancement

Would it be possible to expose the pubkey the user was authenticated with? I am considering writing a `setgid` program that authenticates the user (using PAM) before atomically modifying an...

A process running as a given user can (in most cases) modify `~/.ssh/authorized_keys`, for instance to add a new key they control before invoking whatever is using `pam_rssh`, subverting the...