Bence Monus
Bence Monus
Hi, Building the library fails as follows: ``` go-mruby git:(master) go build # github.com/mitchellh/go-mruby ./array.go:15:13: could not determine kind of name for C.mrb_ary_len ``` A commit to MRuby from 2017...
steps to recreate: 1. post a youtube link to a channel 2. click play on the embedded player 3. move the mouse over the video controls and the video area...
Hi, Any particular reason why the hyper-v boxes are all generation 1?
Hi, ``` irb(main):012:0> puts Slim::Template.new { '.test data={false: false, true: true}' }.render ``` Wondering if it's somehow related to rendering certain value-less attributes (eg: readonly, checked). The obvious workaround is...
Right now there is no way to get the output of root terraform modules that doesn't involve running terraform manually. It would be nice if there was an `astro output`...
I'm having trouble TDD-ing a Kemal app. When a runtime error happens Kemal renders the exception helper page, which gives a pretty poor testing experience: `response.body.should eq "[]"` For example,...
Good day everyone, hope this PR finds you well. When adding support for additional Linux Mint versions, I found the test suite in the project a bit cumbersome to use....
I'm running Mint 21.1, which is based on ubuntu 22.04 but the os selector picks `ubuntu_18.04` for all linuxmint versions.
Hello, it's me again! Now that oroku_saki has a new version out, any chance you could bump the dependency and release a new version of this gem as well? :)
Kamal v2.2.2 Running `kamal server exec` with the interactive flag doesn't execute the pre-connect hook ``` $ kamal server exec -d qa -i /bin/bash Running '/bin/bash' on x.x.x.x interactively... [email protected]:...