Adrian Madrid
Adrian Madrid
Adds support for all stream related commands in value mode. Mostly porting the code from the ruby driver. _Note:_ Still need to investigate how to support futures for pipelining.
When using the generator it creates invalid ruby code for specs and bad routes. For example: ```ruby rails g graphiti:resource LocaL::User username:string ``` Generates specs with fixtures names `:local/user` and...
How do you include the order id in a purchase?
Because of an error in my code I ended up passing a bad hash as a value: ``` ruby data = { :type => :counter, :value => { :value =>...
What the easiest way to integrate iced into the rails asset pipeline? I've tried a couple of things but didn't get it to work.
How do you show mutltiple response examples? I want to show a successful response and an error response. But the scaffold seems to mix all the responses from my tests...
### What is your feature idea? I'd like to be able to onboard a running (bare) k3s cluster that is running locally or hosted. The UI would be nice, but...
**Environment Information** ``` ❯ \jruby -v jruby 9.4.9.0 (3.1.4) 2024-11-04 547c6b150e OpenJDK 64-Bit Server VM 17.0.14+7 on 17.0.14+7 +jit [arm64-darwin] ❯ uname -a Darwin cortazar.local 23.6.0 Darwin Kernel Version 23.6.0:...
I was hoping to use inline documentation to generate proper type signatures, but it doesn't seem to be working at the moment. I have a PR with everything set up...