-
A model may contain may small nested objects, some of which might need defaults for their fields (optional at creation or snapshotIn time). Currently there is no way to handle that except for making e…
-
## Future Ideas
### API
- [ ] Provide WFS 2 `GetFeature` endpoint (GET method only)
- [x] `precision` parameter to limit GeoJSON precision
- [ ] `extentOnly` parameter to allow returning only …
-
Currently `postprocess` is harded coded to `True` for all calls to `Schema.load` and `False` for all calls to `Schema.validate`. There is a use case where I would like to load data but NOT have the `p…
-
A nice addition to this library would be to define different Reference Frames in the same coordinate system type, e.g. cartesian. See here rationale:
https://stackoverflow.com/questions/34670464/ho…
-
It seems that the code currently requires enums to be keywords in the original case when loading them from a map, but converts them to lower case as soon as they are loaded. This gives an error if you…
-
Due to their lack of backward pass, forward-mode autograd often has considerably different implementation properties than reverse-mode autograd. Given its different performance tradeoffs, I wonder whe…
yebai updated
4 hours ago
-
https://github.com/thynetruly/renpy/blob/c4110d23a000b799990580341d3838bdb6f38c60/arch_design_doc.md
-
# Trending repositories for C#
1. [**microsoft / PowerToys**](https://github.com/microsoft/PowerToys)
__Windows system utilities to maximize productivity__
218 stars toda…
-
We're currently replacing periods with underscores and performing rudimentary collision detection. However, I don't think this technique is very robust and wont scale well when we start to support cra…
-
This issue is a continuation of #404 and #406.
As mentioned in the Issue/PR above, there is room for improvement regarding the augmentation pipeline.
Before going in one direction or another, we s…