Steve Fan

Results 197 issues of Steve Fan

### Is your feature request related to a problem? Please describe. I have a controller+worker node that is overwhelmed and want it to be served as controller only. Right now,...

enhancement

Is there anyway to not use the ASP.NET Core CLI parser but Cocona instead, as it would greatly help to integrate https://github.com/buehler/dotnet-operator-sdk to use just one hosted app instead of...

It would be very useful if we can do it like Hashicorp style, i.e. each option has an corresponding environmental variable as an input source so that we can control...

It would be nice if we can just create a Cocona based project just like with ASP.NET Core in Visual Studio startup page, but I have no experience regarding how...

I wonder if we can use the emitted code statically, so we can save the JIT code into an object file for caching (for example). This means the codegen should...

I read the source code and documents and I'm still confused why do we need emit_put_label instead of just emit_label.

Hi, I'm making a Rust wrapper to SLJIT, and I want to have type safe definition of opcode emission using Rust as well for high-level bindings, but I'm not sure...

https://github.com/al8n/caches-rs/blob/ab7fd3c1bd8837b8659d16dcee72a831d7ad6244/src/lru/adaptive.rs#L384 Seems to be buggy. ``` running 1 test thread 'limited_cache::test::test_get_or_insert_default_and_edit_evicts_old_items_to_meet_capacity' panicked at C:\Users\steve\scoop\persist\rustup\.cargo\git\checkouts\caches-rs-f5b438d840965066\ff4eb24\src\lru\adaptive.rs:384:66: called `Option::unwrap()` on a `None` value stack backtrace: 0: std::panicking::begin_panic_handler at /rustc/58eefc33adf769a1abe12ad94b3e6811185b4ce5/library\std\src\panicking.rs:617 1: core::panicking::panic_fmt at /rustc/58eefc33adf769a1abe12ad94b3e6811185b4ce5/library\core\src\panicking.rs:67...

bug
help wanted

**Describe the feature you'd like to have.** At this moment you can't seem to install the krew plugin in Windows: ``` > kubectl krew install volsync Updated the local copy...

enhancement

Wouldn't it be good if we can just download it on the workshop instead of manually downloading it from Github ourselves?

enhancement