Shane F. Carr

Results 1795 comments of Shane F. Carr

This is a really good question. The burden on the service provider needs to be *clear* and *limited in scope* while still conforming to the spirit of Ethical Source Software....

Note that the following error only appears on Windows: ``` [memory] > error: no such subcommand: `+nightly-2022-04-05` ```

Are there any tips to figure out the date for a certain beta version, like `1.56.0-beta.3` ?

More examples of spam: - https://github.com/sffc/card-creatr-studio/issues/19 - https://github.com/sffc/card-creatr-studio/issues/20 - https://github.com/sffc/card-creatr-studio/issues/21

I stopped using fire-bot because of this issue. The spam was getting to be too much to handle.

I scheduled the ICU4X Licensing Discussion for December 20.

I would expect a string match to be slower than a TinyStr (primitive int) match. I haven't done benchmarks.

I think the compiler has the option to do additional optimization when matches are used, so I don't know if PartialEq tells the whole story. I made a new benchmark...

The solution for pattern matching is to just make a bunch of `const TinyStr`s, and then you can pass them on the left side of a match statement as the...