Jake Pittis

Results 13 issues of Jake Pittis

As discussed in https://github.com/yaa110/rust-iptables/issues/4, the current implementation does not return an error when the process does not have permission to use iptables. Fortunately, iptables returns a special status code for...

IMO it's unreasonable to have the `Start` / `Connect` and all the other commands not namespaced. Seems like that makes it easy to conflict with other plugins / isn't obvious...

Now that I've added the plugin to my nvim config, every time I boot nvim I get the following prompt before entering the editor: ```` Press ENTER or type command...

When using the Go client as follows, toxics are not added to a proxy. Given `var p []toxiproxy.Proxy` with toxics. ``` Go proxy := client.NewProxy(&p) proxy.Create() ``` This does not...

https://github.com/Shopify/toxiproxy/issues/159 describes a bug where deleting a toxic through the HTTP API permanently blocks until TCP timeout. As suggested in the issue, we should have a "timeout and recovery of...

It looks like if you have a message with nested messages, prost will compile these into a rust module named after the parent message. For example prost compiles Envoy's xDS...

This PR proposes an intuitive way to configure `:error_threshold` for Semian HTTP configurations. The user configures a `:capacity` option as a percentage and the `:error_threshold` is calculated based upon a...

Because we can now disable bulkheads or circuit_breakers for a protected_resource, we should raise an exception trying to access methods of a nil delegate. For example, with `bulkhead: false`, `resource.count`...

TLDR: I want to be able to allocate multiple entries of a slab in a single go so I can have the entries reference each other. Imagine you want to...

Ran into some "unable to translate function" errors when trying to use [liburing](https://github.com/axboe/liburing): ``` ./zig-cache/o/yQ6K25ocH8MNArGcIQfQgEaYDzM-vpeJWZlivEDNea4714ETWd35K3XZmZyX1Uuy/cimport.zig:1558:33: error: unable to translate function pub const __io_uring_peek_cqe = @compileError("unable to translate function"); ^ ./zig-cache/o/yQ6K25ocH8MNArGcIQfQgEaYDzM-vpeJWZlivEDNea4714ETWd35K3XZmZyX1Uuy/cimport.zig:1564:11:...

translate-c