-
```python
from typing import Callable
class Printer[**P]:
def print_args(self, *args: P.args, **kwargs: P.kwargs):
print(args, kwargs)
def make_into_printer[**P](func: Callable[P, None])…
-
### Impacted plugin
Jetpack
### What
Add an option for Jetpack Forms to skip sending email notifications for form submissions.
### How
Introduce a toggle option in the Form's block settings to di…
-
## Is your feature request related to a problem?
- https://github.com/NixOS/nix/issues/12004
- https://github.com/NixOS/nix/issues/7422
## Proposed solution
See https://github.com/NixOS/…
-
UPDATED
-
### KYC Using Your GitHub Account
Please make sure your GitHub account meets the following requirements (all are required):
- [x] The issue title must be: Request GitHub KYC - Your US.KG Panel r…
-
Hey,
Recently, when trying to shift from originjs's plugin to this one, I stumbled across an issue.
Im using nx, and Im trying to share from my app, a "core" library I also have in the monorepo.
In…
-
-
### Description of Issue/Question
On systems that conform to CIS-2 and have the `noexec` option specified for temp directories there needs to be an option for where script execution should be run f…
-
I tried to download the resource as tables plugin, however I got a 404 from inside godot so I tried to download it from the assets page and got this error:
404 - page not found
The Godot-4 branch of…
-
### Operating system
Ubuntu 22.04
### Description
At first, access through port 5001 stopped working.. Then changed my dockerfile to port 4999:5000 to allow me to access the web console (port 5000…