Dennis Kobert
Dennis Kobert
```[tasklist] # Post-MVP engineering - [ ] #1510 - [ ] #1172 - [ ] #1162 - [ ] #134 - [ ] https://github.com/GraphiteEditor/Graphite/issues/1552 - [ ] https://github.com/GraphiteEditor/Graphite/issues/1881 - [...
~~Generate inverse operation for a given operation and store both in the document. This will be used to implement the history feature~~ Store a chain of history events and add...
Blocked on https://github.com/GraphiteEditor/Graphite/issues/1162 - Spline tool - Line tool - Rectangle tool - Ellipse tool - Polygon tool
### Prerequisite checklist - [x] Read the [contribution guidelines](https://docs.unikraft.org/contribute.html) regarding submitting new changes to the project; - [x] Tested your changes against relevant architectures and platforms; - [ ] Ran...
Remove internal and unsupported compilation targets from public docs
### Expected Behaviour The code should compile ### Example & Steps To Reproduce code: ```rust #[spirv(fragment)] pub fn main(x: (usize, ())) { drop(&x.1); } ``` result: ``` error: Cannot cast...
Closes #1530, closes #1498, closes #1180, part of #534
- [x] Make compilation server cache requests - [ ] Extend server to allow for multiple concurrent requests - [ ] Extend server to compile using your current git revision