Michael Glass

Results 27 issues of Michael Glass

I believe the license string in https://git.coolaj86.com/coolaj86/atob.js/src/branch/master/package.json#L22 is a valid SPDX string that should validate if either of those licenses is whitelisted, but it appears to parse the license as...

enhancement request

upgrades bridgetroll to rails 6

Help Wanted

related: https://github.com/railsbridge/bridge_troll/issues/668 right now, we try to automatically geocode addresses, but when that geocoding fails, there's no interface for manually setting lat/long. I recently went through and manually set location...

bug
Discussion
Help Wanted

some attendees have showed up without registering because they feel uncomfortable having a public profile or having their names shared

librarian doesn't just kill cookbooks in /cookbooks, it killls the cookbooks directory. NFS mounts are thusly expired. halp?

this is a problem because it over-rights the defaults on failed save.

bug

### Your environment - `vscode-ruby-test-adapter` version: v0.9.1 - Ruby version: v3.1 - VS Code version: v1.72.2 - Operating System: Mac OS Ventura 13.2 beta - RSpec version: 3.12 ### Expected...

bug

`Integer#divmod` returns type `[Integer, Integer]` `Float#divmod` returns type `[Integer, Float]` `BigDecimal#divmod` returns type `[BigDecimal, BigDecimal]` Which feels surprising. ``` 1.divmod(2) => [0, 1] (1.0).divmod(2) => [0, 1.0] BigDecimal(1).divmod(2) => [0.0,...