Florent Monbillard

Results 13 issues of Florent Monbillard

When I use a Sinatra::Base class to create my App like for example: myapp.rb ``` require 'sinatra/base' require 'sinatra/sequel' class MyApp < Sinatra::Base configure do set :sessions, true set :database,...

Hi, currently, the help of the subcommands doesn't show the global flags/arguments of the parent. Taking the following example: ```ruby equire "admiral" class ParentCmd < Admiral::Command class ChildCmd < Admiral::Command...

When I run my specs on this [gem](https://github.com/EppO/rolify), the tmp directory used to test the generator remains after spec finishes, and contains app, config and db folders, along with the...

**What would you like to be added**: ### Kubeadm control plane mode `kubeadm join` is the recommended way for non-first control plane nodes and worker nodes. We should set `kubeadm_control_plane`...

kind/feature
lifecycle/rotten

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

when starting your fruit example app: ``` => Booting Thin => Rails 2.3.4 application starting on http://0.0.0.0:3000 /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/core_ext/class/attribute_accessors.rb:37:in `erb_trim_mode=': can't modify frozen class/module (TypeError) from /home/eppo/git/excel/vendor/plugins/excellent/lib/excellent/xerb.rb:10 from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from...

in the README, you write ``` gem install xmlsimple ``` xml-simple is the correct gem name so it should be: ``` gem install xml-simple ```

Add annotations on Kubernetes Runner service and deployment to support Workload Identity - Add documentation how to setup with Azure Managed Prometheus

needs-review

Hi, When running `bru` CLI, it displays the following warning message: ```bash $ bru run (node:31248) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use...

on http://christophercliff.github.com/sausage/examples/couchdb.html, using iOS 4.3.1, scrollbar keeps at the top when scrolling/swiping up/down. And when I click on a scrollbar section, nothing happens (no jump to the section)