-
This is a bit of a pipe dream and would require a lot of effort on our part (effort that would be better spent elsewhere). However, I think that if anyone could add this to Beepbox, it would be us.
-
The current Historic Cypto Plugin Silently exits due to an incorrect API call. The Historic Crypto module appears to be abandoned, so we need to implement a better solution. The [Coinbase Advanced API…
-
Hi,
I'm trying to compile on macOS amd and arm64 the plugin pjrt_c_api_cpu_plugin.so.
The build succeeds but when I try to use it in [gopjrt](https://github.com/gomlx/gopjrt) I'm getting a segmentat…
-
## Bug Description
When activating a plugin from the Performance Lab settings page shortly after a new version is released, there is a possibility that an older version will be downloaded. This is be…
-
The current Gutenberg policy, aligned with WordPress backward compatibility policy, is to not expose any private APIs to plugins at all. When a Gutenberg package exposes a private API, it's supposed t…
-
Can I attach your plugin to xtts-api-server?
-
**Is this a general concept that needs to be documented or a specific API?**
Multi-Threading in the C++ API. How can we achieve work in the background without locking the main thread (and thus the UI…
-
In Jetpack Newsletters, we use a bit complicated way (as there wasn't an API before) to register templates that people can use to modify subscription popups, overlays and such. Basically each of these…
-
The website napari-hub.org has an API which can be used to list all napari plugins, e.g. like this:
```
def get_all_plugin_data():
url = 'https://api.napari-hub.org/plugins/index'
json_u…
-
### Is your feature request related to a problem? Please describe the problem.
## Enabling Authenticated API calls from API Plugins
As of today, Kiota generate plugins with "Auth None" information, …