-
Could we refactor openmmforcefields to use a plugin architecture?
-
The tooling (intentionally) lacks a bunch of features that have been requested (and even PR'd) by the community. I understand your desire to keep it simple and not take on the support headache of an …
-
ideally we let users create hooks in bash or other exectuable.
Hooks could be
- docker args before launching the container
- pre-start hook with ability to launch oather containers and inject them in…
-
Provide a way to create plugins that can register backend functionality and/or frontend views.
-
One of the most useful features imo of fastlane is the plugin architecture. Everyone can just write his own plugin which is then loaded into fastlane and can be used.
We should think about this archi…
-
First of all, really interesting project; something I've been thinking about for a while - the notion of using a mac app to simplify the generation of deployment of static sites, so 👍👍👍
2 questions…
-
This will need to be developed quite a bit further before we can actually do it. It's a very far in the future feature.
Rust Scripting Language: https://github.com/jonathandturner/rhai
-
GraphQL Playground is turning more and more into a GraphQL development platform (similar to VSCode). To better handle the increasing demand for customization and new features, I suggest introducing a …
-
To embrace modularity and minimize the size of the core, a plugin architecture should be created.
- Lua should be used because it's mature and well-supported.
- There also exist plenty of Lua wr…
-
Hello, I need help
I am planning to build an extensible system (via plugins) using laravel
it for my project in the university ( I am a student )
the issue is that i don't know how to imple…