-
The multiprocess plugin passes the "config" object to subprocesses as a pickled string. (see nose.plugins.multiprocess.MultiProcessTestRunner.startProcess).
This conversion process will fail silently…
pdox updated
10 years ago
-
When using a custom schema
```
export default defineConfig({
dialect: new PostgresDialect({
pool: new Pool({
connectionString: process.env.DATABASE_URL,
}),
}),
plugins: …
-
This might not be a real bug, and I'm not sure if this is normal, but for me sourcing the zsh-autocomplete plugin is quite slow -- I use oh-my-zsh to manage plugins, if I disable zsh-autocomplete, the…
-
Hello!
Several of us know that there are other plugins that spend a lot of resources literally, they take up a lot of resources, so we have decided to use FancyNPCS for its ease of use and the lig…
-
If you're using this plugin as an opportunity to replace ACF and also replace the original SCF in the wp.org repo, why wouldn't you just start with a fresh file name?
I mean, if the goal is to actual…
-
Hello,
I've written a simple plugin that adds a few reducers, actions, and listeners. Is there a way to tell `kea-typegen` "there's a custom plugin, and here's how to generate types for that plugin…
-
### Description
- relates to https://github.com/docker/cli/pull/5651#discussion_r1862459069
The PR above updates the CLI to ignore plugin directories that are not accessible. Question is if we shoul…
-
At the request of rutgerkok, I have made a ticket here so you guys don't forget about this issue in the future. Original post here on the TC Forums: http://dev.bukkit.org/bukkit-plugins/terrain-contro…
-
### Steps to reproduce
JaCoCo version: (all)
Operating system: (all)
Tool integration: Maven
### Expected behaviour
As a developer I expect the JaCoCo Maven Plugin will work in similar ways to othe…
-
## Describe the Bug
When using a custom Webpack configuration with Angular 17, the proxy configuration does not work as expected. The proxy setup defined in the angular.json file is not routing API…