Jochen Görtler
Jochen Görtler
I can reproduce this issue. The output of `:VimwikiShowVersion` is the following: ``` Os: Mac Vim: 800 Branch: dev Revision: a3a3fbf Date: 2021-09-20 11:16:56 -0600 ```
* [ ] Streamline `KIND` and `FeatureFlags` * [ ] Add missing generators to `bee-test/rand` * [ ] Transfer functionality to plugin system * [ ] Clean-up `bee-node` (maybe @thibault-martinez)...
* [ ] #1070 (@thibault-martinez) * [ ] #1116 * [ ] #1158
Now that `bee-trace` is about to land, do you think we still need this @Alex6323?
The MQTT manager should be fixed with #828.
In Hornet, the plugins are split into two parts: The main one lives in `pkg/` and then they have a smaller wrapper around it in their `plugins/` folder which takes...
Has anyone tried this together with [`pull_request_target`](https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#pull_request_target)? Maybe that fixes the permission problems. **Update:** Nevermind, this is part of the documentation: > Avoid using this event if you need to...
I've just release version `v0.1.3` which includes the functionality to ignore files via an `--ignore` flag and a `.gitignore`-like file: ``` cargo license-template --template .license_template --ignore .license_template_ignore --verbose ``` I...
The following still produces these warnings: ```sh git checkout 3dfb0ea04c cargo build # compiles with `#[warn(dead_code)]` on field `first_error` RUSTFLAGS="-D warnings -D missing_docs" cargo build # compiles with the error...
Thank you for filing this issue! That's certainly something that we could integrate, I'll open a PR once it's ready.