Nicolas Brown

Results 7 issues of Nicolas Brown

there's an error on line 253; 'Raw' should be 'raw'

![image](https://user-images.githubusercontent.com/1708550/116765712-2995ef00-a9ec-11eb-8ed0-e17bdbc941a5.png)

look into using a better GLSL RNG: https://stackoverflow.com/a/17479300 PCG RNG: https://www.pcg-random.org/download.html#minimal-c-implementation

This pr fixes bug causing CPU mode to not work. `device` should have been `self.device` in line `self.model.load_state_dict(torch.load(path, map_location=device))` also `if self.device == 'cpu':` will always fail because it's a...

New texturelab version completely rewritten in Qt

### Describe and reproduce the Bug I'm developing a navigation app using maplibre-react-native as the mapping library and [ferrostar](https://github.com/stadiamaps/ferrostar) to handle route generation and eta calculation and arrival detection. The...

Architecture: New
Triage