-
### Describe the bug
When using a valid, DigiCert issued, non-exportable Azure Key Vault certificate to sign a `.jar` file with `jarsigner + jca 2.8.2` OR `jarsigner + jca 2.9.0-beta.3`, the file is …
-
### Describe the bug
Being new to both Nix and Hyprland, this might be the wrong assumption. But I'm trying to add the repo and overlay a package, but running `$ nix flake show github:ndom91/rose-pin…
-
### What happened?
After updating to Matomo version 5.1.0, the system can't send reports by email at the scheduled time anymore.
If I try to send them manually it works but after I have set the peri…
-
### Bug description
Reported boolean values of REPL do not match reported values of print output
### Steps to reproduce
1) magic init project --mojoproject
2) cd project
3) magic s
4) magic run …
-
**Describe the bug**
I track the current import cost as an individual device reporting an entity that calculates to cost based on usage and tariff. I am on Octopus AGILE tariff so I sometimes …
-
Dasharo links to https://github.com/pcengines/pce-fw-builder/ as the best tool to build the latest APU firmware, and this (still) points users to https://github.com/pcengines/apu2-documentation/ for b…
-
This issue is for maintaining a list of problematic issues that need work. This list will be maintained and updated in this first post by @morrownr . Please add posts to this issue as you have updated…
-
### Description
When the "Radioactivity" theme is used in Pocket Casts, sharing a podcast or episodeb and using the "More" option causes the app to freeze when the iOS share menu pops up.
### Step-b…
-
### Describe the bug
Publishing the report, then loading the URL of its draft (in my case it was an old bookmarked URL) loads the report in edit mode. Discarding the draft leads to a misleading mes…
-
the new rule `prefer-math-min-max` should ignore bigints
```js
const code = 420n > 69n ? 420n : 69n; // should be ok
```