-
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
-
I tried to use Paragon in [an XBlock](https://github.com/open-craft/xblock-react) that's using Rollup to transpile its `.tsx` source code + dependencies into a single `.js` file. However, I ran into t…
-
**Preconditions:**
Jenkins is installed and configured. The user has permissions to modify Jenkins settings.
**Description:**
As a User, I want to customize Jenkins’ appearance, so that I can create …
-
This API is currently returning `500`: `/api/fleet/epm/templates/aws_logs/1.4.1/inputs?format=yaml&prerelease=false`
with this error about a duplicate yaml key:
```
[2024-11-14T19:32:57.465-08:00][ER…
-
Shopware Version: 6.6.2
Wallee extension: 6.1.8
The Shopware log gets filled with the following critical PHP errors and exceptions:
```
[2024-10-15T08:04:52.359941+00:00] php.CRITICAL: Uncaugh…
-
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…
-
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…
-
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…