jade
jade
Add a setting to allow anonymous access to individual gists while still RequireLogin everywhere else
This is a middle ground between the existing setting "Require Login", which requires login to do anything at all, and having it off, which shows a public list of gists...
Currently, there seem to be two behaviours coupled together in the "require login" button: "hide everything on the discovery page" and "only give access to individual gists given the url...
Hi! OpenGist currently doesn't support PKCE for OAuth2, the lack of which is not super secure. I have gone looking at the underlying library and it does support it since...
I ssh'd into my freshly created Azure Ubuntu 18.04 VM, run this script with the default options as in the Vultr section and observed that it rendered the system unbootable....
I have apparently been beaten to the punch by minutes on updating it in nixpkgs, but I just noticed this also: https://github.com/NixOS/nixpkgs/pull/281911 cc @mistydemeo `cargo-dist/tests/cli-tests.rs` depends on a Git repo...
``` 00000000000f7c10 : f7c10: c3 ret ... 00000000000f7c20 : f7c20: 55 push %rbp ``` This is: https://github.com/frida/frida-gum/issues/273 (from 2018). I don't have the energy to fix this upstream. Don't intercept...
This is really dirty, but maybe it's a good idea. See https://github.com/metalbear-co/mirrord/blob/f117e3373df415a4223b51a4a6c7b34a90e889df/mirrord/cli/src/extract.rs#L34-L41
Tracking issue for the upstream issues: - [ ] https://github.com/rust-lang/cargo/issues/9096 - used by test suites as well as clipper to get clipper_inject - [ ] fn_ptr_trait, no tracking issue >:(...
This feature is *possible*, but I don't have a Mac, so someone else would have to do it. Also CI would be needed. Big caveat: if this is something using...
So I tried running Clipper on Python `requests` and to my surprise it did not work! But, this is actually revelatory of a missing feature: `clipper_inject` does not catch dynamic...