Jelle Besseling

Results 13 issues of Jelle Besseling

On a debian powerpc64le virtual machine, Zig release 0.6.0: ``` Scanning dependencies of target zig0 [ 98%] Building CXX object CMakeFiles/zig0.dir/src/main.cpp.o [ 98%] Building CXX object CMakeFiles/zig0.dir/src/stage2.cpp.o [ 99%] Linking...

As can be seen in https://github.com/hashicorp/consul/blob/91ee7990ccf27ab7fccff746f8df0df65c3c583d/api/api.go#L390 the API also defaults to localhost:8500, however it can also use the environment variable CONSUL_HTTP_ADDR which is useful when fabio is run with nomad....

This is similar to [Envoys external authorization](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto), and can be used for example in combination with [Ory Oathkeeper](https://www.ory.sh/oathkeeper/docs/reference/api#access-control-decision-api).

need response

The README currently reads "xml-rs based deserializer for Serde (compatible with 0.9+)", while the project description says "xml-rs based deserializer for Serde (compatible with 1.0+)"

I'm not sure if this is possible but it would be useful to add a package which sets 2 smaller pages on 1 bigger page such that you can send...

enhancement

I have this issue with multiple packages, but here is an example where it fails for MarkupSafe: Nix build logs ``` Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pip-build-hook Using...

**Is your feature request related to a problem? Please describe.** LMTP support could be used in [vSMTP](https://github.com/viridIT/vSMTP) to deliver to MDA's **Describe the solution you'd like** A Transport (builder) struct....

type:feature
component:transport

**Is your feature request related to a problem? Please describe.** I would like to use CUE in a context where users are partially trusted. **Describe the solution you'd like** A...

Documentation
FeedbackWanted

My situation: I have made modifications to sqlx, they live in [my branch](https://github.com/jelle-bigbridge/sqlx/tree/add-local-infile). sqlx is a workspace project In my own project, I depend on sqlx via git. My own...