William

Results 15 issues of William

/usr/local/rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require': no such file to load -- rails_generator (LoadError)

What is the license for Reactor?

Twitter user **sarasvati635** found ([tweet](https://twitter.com/sarasvati635/status/1239228421093224448)) that U+2E6AD (KC-06791) and U+2E6AE (KC-05743) have incorrect glyphs in the code charts.

The code charts and Unihan data say radical meat, but [T5-2E24](https://www.cns11643.gov.tw/wordView.jsp?ID=339492) correctly indicates radical moon. This issue was raised in [IRG N2174](http://appsrv.cse.cuhk.edu.hk/~irg/irg/irg47/IRGN2174Part1ErrataCombined.pdf) and was confirmed by China but has not...

When trying to write a webloc with a long URI (247 characters) I got the following error: ``` webloc-0.2.0/lib/webloc.rb:55:in `chr': 265 out of char range (RangeError) from webloc-0.2.0/lib/webloc.rb:55:in `data' from...

The border is off by one cell.

Please accept my patch, addresses issue #60.

Fixes #22591. `Series.replace()` and `Series.replace_strict()` panic when `old` or `new` is a list containing `Expr` objects. Add validation in `Expr.replace()` and `Expr.replace_strict()` to raise `TypeError` for this case.

python
fix

Fixes #20951. When using `group_by()` with a quantile parameter that varies per group (e.g., `pl.col.quantile.first()`), all groups incorrectly received the same quantile value instead of each group using its own....

python
rust
fix

Fixes #17182. `PolarsInefficientMapWarning` incorrectly suggested `.is_in()` for string containment operations like `substring in string` inside `map_elements`. ### Cause Bytecode parser treated all `in` operations identically without checking operand types. ###...

python
fix