-
Hi,
I don't know if this happens on Windows, but on Linux (Ubuntu 18.04.4 LTS) if I choose Speed->Paused and leave the window obscured for a while, the next time it comes to the foreground it shows…
-
First off: thanks for the highly useful program!
I've noticed what may be a regression between 0.9.3.0 and 0.9.4.2. Previously, when stress-testing systems running on the edge of stability, corecy…
-
As some mods changes the player model completely, breaking the second layer in the process, and adding compat for every single one of them could be troublesome/take time, I believe a simple keybind fo…
-
It should be possible, like with any other PyTorch Module, to move Elements and Beams by calling
```python
element = element.to(device)
```
or
```python
element = element.cpu()
```
or
…
-
In our research group we have identified a problem in the LIME raytracer
causing the central pixel fluxes in a ~1/r^2 distribution to be overestimated.
For the same model with different pixel sizes …
-
From [Cabal CI logs](https://github.com/haskell/cabal/actions/runs/9529040397/job/26267361849#step:8:1):
```
Run cabal install --ignore-project hackage-repo-tool
Warning: Unknown/unsupported 'ghc' …
-
I'm getting a load of errors of the form:
```
The 'this' context of type 'typeof Foo' is not assignable to method's 'this' of type 'new (viewer: Viewer, data: Data) => FooBase'.
...
...
Propert…
-
I have a problem with: (artist: RAMY track: Take Me To The Park Album: A good portion of RAMY albums)
It happens when: (Play the track)
My OS is: (Linux/Mac/Windows)
I'm using Nuclear version: Flat…
-
I have managed to create a bodged West Midlands Trains TOC snippet for Amey Celia. GitHub will not let me attach them to this issue, so they can be found in [this repository](https://github.com/opott/…
opott updated
8 months ago
-
Release `v5.3` introduced a breaking change making template variables invisible in Kiosk mode (#13025).
In our setup, we're exposing dashboards through a third party application. In the past, kiosk…