-
```
In developing a MacFusion plugin (XgridFS), I found the following
"improvements" could help:
1. change the build settings of the MacFusion app to:
GCC_SYMBOLS_PRIVATE_EXTERN=NO
STRIPFLAGS="-S"…
-
### Steps to reproduce
Running fluentd in a docker container
```
docker run -it --user=root docker.io/fluent/fluentd:v1.17-debian-1 /bin/bash
```
From the container
```
gem install fluent-…
-
### 🪦 Is your feature request related to a problem? Please describe.
Plugins currently lack a standardized method for invoking each other’s functions and passing data, which hinders the development o…
-
This ticket is a request to update the [plugin page](https://wordpress.org/plugins/activitypub/) with a prominent link back to [this github repo](https://github.com/Automattic/wordpress-activitypub/)
…
-
This plugin is pretty awesome and I am glad you made it! I do have a couple questions though hopefully you can answer.
1. If you abandon this project what happens to our ability to control devices …
-
It looks all plugins that have extnesion to a author object failes with error durning an upgrade:
Can't call method "password" on an undefined value at lib/MT/App/Upgrader.pm line 122.
plugins with:…
spagu updated
8 years ago
-
Different things to consider:
- Plugin-based architecture
- Is conda still the most appropriate dependency management system? Perhaps pip or one of the modern alternatives
- How would inter-dependenc…
-
## Description
This task concerns creating an [IntelliJ IDE language plugin](https://plugins.jetbrains.com/docs/intellij/custom-language-support.html#editor-and-ide-features) for gno, so there can …
-
### Description of Issue
I am facing the following error -
```bash
Building with settings:
USD source directory /home/mb230/projects/pkgs/OpenUSD
USD install directory /home…
-
### What happened?
I have an `InternalDataLink` set up that gets returned as part of my `DataFrame`. The link is configured with the `Range` property:
```
Internal: &data.InternalDataLink{
Da…