-
While refactoring some unit tests I saw that we always refer to the one singleton:
```cpp
static CANNetworkManager CANNetwork; ///< Static singleton of the one network manager. Use this to access st…
-
Open to ideas here;
Essentially how to make magic and technology compliment and work of each other.
How would our technology develop with the presence of magic?
How would our use of technology diff…
-
[Related to https://github.com/jupyterlab/jupyterlab/issues/13217]
This is mostly applicable to working in a notebook or lab environment, but I would like to be able to customize what happens when …
-
Under `software/common/third_party/nanopb` we have some code that was copy-pasted from another repository. We will likely not invest in testing it. It is only indirectly used by generated code.
It …
-
It would be awesome if Ruff could catch an error (like PyCharm does) for code like this:
```python
def func(x: bool) -> int:
if x:
y = 1
return y
```
-
Based on http://www.pathsensitive.com/2021/03/developer-tools-can-be-magic-instead.html
The first part speaks about reflection models. It seems to me that should be something powerful but easy to ad…
-
since the .gml is a complete state of the tool I don't need to keep some kind of operation log so I can be lazy
only issues is that it's updated on each color changes' input so 2 => 25 => 255 = 3 v…
CL-9a updated
4 years ago
-
Currently, I am aware of Jupyter notebooks support for three CLI type interfaces to generate html output in the notebook:
1. cell magic ```%%html``` followed by raw html in the cell.
1. python html …
gutow updated
5 years ago
-
### Context
There are a lot of question marks when it comes to how to approach our product development. Should we start with spaces for specific learning topics? Or should we start by enabling curato…
-
I'm super new to this, and I've been working on this and researching for a solid 6-8 hours. I've seen this everywhere in message boards unsolved so i'm posting the solution here, not sure if its the c…