-
**Problem:**
As it stands, the only way to run the vis system with the pre-set data is to run it in develop mode. This presents a couple of issues:
1. The develop mode requires the entire code to …
-
-
#### Background
- We found this bug after upgrading Highcharts from v10 to v11. In v10 this is working correctly, so this is a regression in v11.
- After the v11 upgrade the yAxis has the correct …
-
It seems EAX emulation via OpenAL Soft is pretty good at this point and DSOAL works well for games that use DirectSound, so I wondered if it's possibly to add A3D (v1.0/2.0/3.0) support to OpenAL Soft…
-
I have installed develop branch of Zonemaster-LDNS (https://github.com/zonemaster/zonemaster-ldns/commit/f0b7b0a6661110d25e84b9390723404131ae128f) and Zonemaster-Engine (https://github.com/zonemaster/…
-
- [x] Input test data preparation for the Golden tests
- [x] `renderJannoCompleteness` in `Poseidon.CLI.Survey`
- [x] The data types for .janno and .ssf should live in an own module
- [ ] replace m…
-
Try below code in a browser with NVDA.
The plain HTML original select dropdown works as expected with NVDA screenreader reading out the individual menu items when you go up or down with cursor key…
a1ms1 updated
2 weeks ago
-
Sometimes the CPU usage is at 100% (and sometimes it shows more, don't ask me why or how). The Live Usage widget will show the CPU usage as "1.0e+2%"
The error is in the message itself that is retr…
-
**Is your feature request related to a problem? Please describe.**
When doing `ilab data generate --taxonomy-path ./test` I am forced to make it a git repo as well as add a remote origin... forci…
-
Current architecture:
```rust
pub trait DataMarker { ... }
pub trait DynamicDataProvider { load(&self, DataKey, DataRequest) }
pub trait KeyedDataMarker: DataMarker { const KEY: DataKey; }
pub …