R Gibim
R Gibim
I'm excited to get this change released: https://github.com/rakshasa/rtorrent/commit/14d7121185a9efb66949e11a476e78e6933e857b Just stumbled today on this issue: https://github.com/rakshasa/rtorrent/issues/874
@sj26 any chance we can get this one on a new release? :)
Just adding that this is still the case - I stumbled on this issue today trying to add documentation for some class methods added through meta-programming: ![Screenshot 2024-03-12 at 12...
Just faced this issue today - I don't think there's currently a good way to document `formData` parameters using OAS 3.0 🤔 Looking forward to this change :)
Still relevant!
Possibly duplicate of https://github.com/hanami/router/issues/256
Got this workaround for setting a middleware at the route level without a namespace: ```ruby class BasicAuthActionBuilder def self.call(action) action_proc = ->(env) { Hanami.app["actions.#{action}"].(env) } Rack::Auth::Basic.new(action_proc) do |username, password| username...
I guess this is perhaps related to this issue... But coercion doesn't seem to be working as expected on 2D (and possibly N-dimensional) arrays. See: Given: ```ruby point = ['23',...
@softprops can we merge this? would fix the following warning ("not include valid file") always being thrown whenever input_files is not defined. 
Hey guys 👋 I have a similar problem to the one described on this issue - hope I'm not hijacking the discussion :-) While migrating a project to Hanami 2...