btrepp
btrepp
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...
## Steps to reproduce ``` cargo func new-app myapp docker build -t domain/app . ``` ## Expected behavior Docker build would create a dockerfile ## Actual behavior Rust in the...
From conversations in https://github.com/btrepp/rust-midi-stomp/pull/1 with @perlindgren Figured it might be better to discuss this in it's own issue. Ultimately the summary is that to me it makes sense that this...
I have a Web project and a Test Project. I'm using webapi in the web project and MVCRoute tester in the second. Test is ``` [TestFixture] class TestApiRoute { HttpConfiguration...
I'm developing an API thats internal use only, and placing swagger-ui under a /swagger endpoint (so its self contained and run-able). I've just discovered swagger-ui is posting my swagger definition...
So I was feeling adventurous and tried to see how far I could get on windows. I figure this is way outside of the short term goals, but in case...
First off Amazing library!. I stumbled upon it when writing my own proc macros to try a similar goal, so very happy a much better solution already existed. One thing...
I have a ruby app i've written that runs on the commandline. It works perfectly when running via jruby -S ``` jruby -S bin/myapp --args > outputfile ``` However when...
I'm trying to use a rails 4 application warified in glassfish, but it doesn't seem to work. ``` Exception loading extension `JopensslService`: java.lang.IllegalStateException: Stream handler unavailable due to: null from...
This took me awhile to figure out when copying the triangle example and working on it my own. It seems if you omit ``` fn depth_stencil(&self) -> Option { None...