Dennis Kobert

Results 43 issues of Dennis Kobert

https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API Thanks to @AsyncTheory for bringing this to my attention 1. You can load the page, close it, turn off your internet and open that link again, it should load...

enhancement

**Is your feature request related to a problem? Please describe.** Security **Describe the solution you'd like** Clients should retrieve a salt from the database, combine it with the password and...

enhancement

write versions of Mat2, Mat3, Vec2, Vec3 using SIMD operations from the [packed_simd](https://docs.rs/packed_simd/0.3.3/packed_simd/) crate

enhancement

Restore Gpu rendering of textures to canvases and their injection into the render output

```[tasklist] ### Tasks - [ ] https://github.com/GraphiteEditor/Graphite/issues/1848 - [ ] https://github.com/GraphiteEditor/Graphite/issues/1858 - [ ] https://github.com/GraphiteEditor/Graphite/issues/1849 - [ ] https://github.com/GraphiteEditor/Graphite/issues/1850 - [ ] https://github.com/GraphiteEditor/Graphite/issues/1851 - [ ] https://github.com/GraphiteEditor/Graphite/issues/1864 - [ ]...

Bug
Feature
Rust

When Trying to open a large image in the editor, it crashes after some while. This is likely caused by our animation loop not playing nice with such a long-running...

Bug
Rust