-
The M1 SPNKR and Trojan alien weapon leave gaps at the edge of the screen at shorter aspect ratios. We knew about this problem, but now that more than one shapes file is affected, perhaps an in-engine…
-
One of:
* `Golem.add_async_event_consumer`
* `Golem.add_event_consumer` accepting also async functions
The latter looks better.
After #851 is done, this **should be pretty easy** - the deepest e…
-
Currently the Matroid class does not provide oriented matroids.
I propose to implement oriented matroids, so that we can handle:
- the properties of the underlying unoriented matroid
- the positiv…
-
this is a discussion started by @FGasper from https://github.com/p5h/p5summit-2019/issues/25
Over the years I’ve not infrequently encountered this:
```
$form_value ||= $default
```
.. which und…
-
### Summary
As mentioned in issue #598, the new `in` parameter keyword is [allowed on operators and using literal values](https://docs.microsoft.com/en-us/dotnet/csharp/reference-semantics-with-val…
ilexp updated
5 years ago
-
As a part of defining a more specific design spec for our designs, a CSS framework to apply the design system would be very helpful to ensure component consistency in code.
Examples of this would be…
-
### Summary
Some properties might be better handled by more specialized editors than their type suggests - like a float values that expresses an angle that should be handled by a specialized angle …
ilexp updated
7 years ago
-
Currently, the language has two main methods for defining equality: `==` and `equals`.
This duality is error prone and presents many implementation difficulties along with concerns related to overr…
-
Originally reported by: **Marcel Bollmann (Bitbucket: [mbollmann](https://bitbucket.org/mbollmann), GitHub: [mbollmann](https://github.com/mbollmann))**
----------------------------------------
Can …
-
Instead of using `make_evaluation_predictions` predictors should know how to evaluate themselves:
```python
make_evaluation_predictions(test_dataset=test_dataset, estimator=predictor)
# vs
…