-
A couple issues with dependency overrides:
1. Fuzzy matching is only enabled for path based overrides. Id and pattern overrides need to match exactly. Maybe making this an option in the json that h…
-
### systemd version the issue has been seen with
256.2-1
### Used distribution
Arch Linux
### Linux kernel version used
6.9.10-arch1-1
### CPU architectures issue was seen on
x86_…
-
I'm just using a couple quality of life mods that change minor things, such as the Doom 2 Minor Sprite Fixing Project, and I would like to have the map packs override them instead of being overridden,…
-
https://argo-workflows.readthedocs.io/en/release-3.5/cost-optimisation/#configure-executor-resource-requests shows how to set default limits (ie cpu/memory) for all workflows
would like ability for…
-
### Current behavior
If I mock the current date with cy.clock(), and then I call it again later in my test, the current date will not be changed and new invocations of `new Date()` will return my o…
-
Once `@jscutlery/semver` supports V19, remove `overrides` from [`package.json`](https://github.com/bikecoders/ngx-deploy-npm/blob/main/package.json#L63-L66)
See https://github.com/jscutlery/semver/…
-
### Description
Hello,
I've been asked that two pages of a website manage use a specific domain. I thought naively that it would be as simple as adding a default host in config/routes/annotations.…
-
**Is your feature request related to a problem? Please describe.**
Currently I need to define a provider for each server, I would like to be able to do this on a resource level.
**Describe the sol…
-
Hello,
## Description
Whenever I click on the "play" button to start capture, it automatically overrides my Mac's proxy settings.
I usually capture some other app's/device's traffic so it i…
-
Started with making the Visitor interface ... as dart doesn't support overloading methods with different parameters, I used generic types, and the Element interface that will accept this visitor.
```…