-
@cybersenshi and I were planning to take a pass on the frontend UI of uber, and this weekend I took a long hard look at the way we're using templates in some of the more complex pages, like anything i…
-
Add examples on how to use the different parts of Concord. Some of these already exist in the README but could see some improvement with in depth explanations, for example, when to use them, or how th…
-
** Based on any issue? **
https://github.com/godotengine/godot/issues/26793
** Solution **
Implement basic matrix operations, these are building blocks for NNs (Neural Networks) and other stuff
…
-
Essentially, this `Lazy` library isn't just a `LazyList` library but both a `LazyList` library and a (non-lazy) `LinkedList` library and as both the `LazyList` and `LinkedList` types are subtypes of t…
-
![image](https://user-images.githubusercontent.com/414141/185047255-a531605d-8e8b-4fb9-a40b-6003d9a05a9a.png)
![image](https://user-images.githubusercontent.com/414141/185102329-b7072f77-5041-4f5a-97…
-
Currently, View is a module that's functorized over an ndarray. This implementation is relatively cumbersome, because of the following points:
1. Many of the functions over ndarray should apply to …
-
See https://swagger.io/docs/specification/data-models/data-types/#readonly-writeonly
These modifiers are on specific properties and allow for a single definition to be used in both read & write end…
-
## Issue description
nix-env uses so much memory that it fails on allocation when querying packages; far more than should be for a simple package manager.
### Steps to reproduce
On a system w…
-
### OpenTofu Version
```shell
1.6.0-alpha2
```
### Use Cases
1. Simplify syntax checking with standard YAML
2. Make programmatic handling much easier with tools like `yq`
3. Let purists…
-
I've been working on a bunch of geometry stuff with more sophisticated segment types and numpy (https://github.com/meerk40t/meerk40t/blob/main/meerk40t/tools/geomstr.py). And I'd like your take on it …