Tom Wardrop

Results 21 issues of Tom Wardrop

What's the correct was for an option to take a list of values, e.g. myprogram --sources google facebook microsoft or myprogram --sources google,facebook,microsoft In the first example, I can't seem...

I'm not sure if this is intended, but defined modes do now show when using "--help". What's the go? How do I document these manually so they show up in...

I'm guessing this isn't the expected behaviour: ``` ruby require 'date' require 'json' Time.now.to_json #=> "\"2018-03-14 16:51:50 +1000\"" DateTime.now.to_json #=> "\"2018-03-14T16:51:50+10:00\"" ``` DateTime#to_json seems to produce the correct output (ISO...

Currently, the JSON library bombs out with an exception whenever it hits a non-finite float such as NaN or Infinite. It does provide an option to ignore these values as...

Really only one additional spec was required. This pull request incorporates pull #18.

By the looks of it, all this code is doing is getting the username out of the NTLM request and verifying it's existance in an LDAP directory. There is no...

## Description Installing RVM on a clean OpenSUSE LEAD 15.5 install running under WSL2 (Windows), RVM doesn't load correctly. I need to either manually run `rvm reload`, or add `rvm...

Can I suggest the map be amended to display both whether an FTTP upgrade is available AND what the current technology is? For example, use the different colours to indicate...

enhancement

I'm using `vite_ruby` as I'm developing a Rack app that's not using one of the specifically supported frameworks. To my suprise, `vite_ruby` doesn't contain any tag helpers, e.g. `vite_javascript_tag`. What's...

bug: pending triage

### Description 📖 I've just run the same `bundle exec vite install` and it didn't end up creating the binstubs (e.g. bin/vite) the documentation said it would. I got `unknown...

bug: pending triage