Ivan Smirnov
Ivan Smirnov
This is highlighted: ``` cpp void foo() noexcept; ``` This is not: ``` cpp Foo() noexcept; ```
An example ([link](https://www.satisfactorytools.com/production?share=8WafhVb6I7U2QuLAA3FA)) where both Solid Steel Ingot and Steel Ingot are used at the same time. However Solid Steel Ingot (2, 2 -> 3) strictly dominates Steel Ingot (3,...
This takes quite a bit of time, if I have 15 recipes and I want to disable a few standard ones - and now I'm playing several factories in different...
When designing perfect splitting, often ratios pop up like 7/15 and 8/15 etc, which is very hard to figure from numbers like 124.44/min and 142.22/min. It would be nice if...
Not a critical thing, but an annoyance that I haven't see for other crates, not sure why it's happening here. Example: https://docs.rs/surf/2.1.0/src/surf/client.rs.html - where do those newlines in docstrings appear...
If you add a different scale to `x` and `y` in the camera transform, it seems to completely mess things up. Wonder if that might be an easy fix?
This would be great for any scientific graphs/plots etc, where you may often zoom in only on x or only on y. A typical way would be by allowing modifiers...
### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...
Currently, it seems like when `Series` is constructed from any-values, it simply grabs the first non-null value and uses that to convert all other values to it? This may lead...
Freshly cloned from master. On the first run: ```python @typing.no_type_check def test_streaming_joins() -> None: n = 100 dfa = pd.DataFrame( { "a": np.random.randint(0, 40, n), "b": np.arange(0, n), } )...