Kyle Plump
Kyle Plump
`Process.fork` is only supported on *nix operating systems: https://ruby-doc.org/core-2.6.2/Process.html#method-c-fork But, spawning new processes off of the main thread is still supported using `spawn()` This fix handles `fork` not being implemented...
Tried to start developing on a windows machine and running into the following error executing: `bundle exec hanami dev`: `C:/Ruby33-x64/lib/ruby/3.3.0/open3.rb:534:in `spawn': Exec format error - bin/dev (Errno::ENOEXEC)` It look's like...
Fixes issue [#1438](https://github.com/hanami/hanami/issues/1438)
closes [#196](https://github.com/hanami/cli/issues/196) i tried to mirror the existing implementation of the other flags, even if we ended up with goofy functions like `Generators::App::Action#generate_route?` lmk if you'd like to see any...
updates to Rack 3. one part of many gem updates [list of changes](https://github.com/hanami/router/pull/277) ## highlights adds rackup as an [explicit dependency](https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md#binrackup-rackserver-rackhandlerand--racklobster-were-moved-to-a-separate-gem) ---- bringing back a previously inadvertently closed [PR](https://github.com/hanami/cli/pull/283)
updates to Rack 3. one part of many gem updates [list of changes](https://github.com/hanami/router/pull/277) ## highlights adds `rack-session` as an [explicit dependency](https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md#racksession-was-moved-to-a-separate-gem)
multiple gems are impacted and updated by this change. this gem is the most significantly changed. i'll link to the open PR's of the affected gems below. please let me...
related to [#278](https://github.com/hanami/router/issues/278) in the new Trie `leaf` implementation, Mustermann matchers were created at the time of evaluation, causing a semi-significant slowdown. we have all of the information to create...
updates to Rack 3. one part of many gem updates [list of changes](https://github.com/hanami/router/pull/277)