Chris Howlett
Chris Howlett
Well, it depends on what you, as owner, want the behaviour to be. I see that you strip any non-(digit, bracket or plus), and I can see that stripping dashes...
@joost I want to try and submit a pull request, but I can't get tests running. I've: * Forked asilano/phony_rails * Cloned * Bundled * `bundle exec rspec spec` I...
Thanks, the branch works nicely. Unfortunately, my fix doesn't - `normalize_number` is not massively to blame, and in fact Phony thinks that `Phony.plausible?('https://example.com/15.55/a5b5c5/rse5.555')` is true as well. I'll have a...
Hey - thanks for picking up my email! I realise I rambled a bit, but it looks to me like Stimulus Parser supports `esbuild-rails` ([analyzeEsbuildRails](https://github.com/marcoroth/stimulus-parser/blob/6b966e8bd7af731e8c5645ff5da81222d641b2ca/src/controllers_index_file.ts#L142), called from [ControllersIndexFile#analyze()](https://github.com/marcoroth/stimulus-parser/blob/6b966e8bd7af731e8c5645ff5da81222d641b2ca/src/controllers_index_file.ts#L44). Our project...
Also seeing this. `uuidtools` now has a v3 which claims to fix the frozen literals, so it should be a simple case of upgrading the gem dependency
#2320 would fix this... be good to get it through if possible
Fixed by #2320 Just noting for anyone searching later.