Matthias Ngeo
Matthias Ngeo
### Is your feature request related to a problem? Please describe it. This feature request is derived from #1181. At present, an `Interceptor`'s `receive(...)` and `send(...)` methods process message parts...
I'm the maintainer of [Chimera](https://github.com/Pante/chimera), a library that allows the Brigadier command framework to be used in Spigot plugins. Recently, a developer opened an interesting [issue](https://github.com/Pante/chimera/issues/329) in which they reported...
I believe it would be beneficial to host the javadocs online as it is far more convenient to browse through that rather than the source code. Furthermore, it allows the...
**Is your feature request related to a problem? Please describe.** At present, adding a repeating sequence of command is more painful than necessary as it is not supported directly by...
This PR overhauls the existing `@Case` and `Cases` classes as discussed in #141. It contains several significant (breaking) changes to the API. Nevertheless, it should provide far superior ergonomics compared...
**Is your feature request related to a problem? Please describe.** Our code convention differs from most other projects. There will be less burden on both the reviewer and reviewee's sides...
Gathering feedback from https://github.com/Pante/elementary/issues/141#issuecomment-1275979361, adding a `@LabelSource` (tentative name) as a source for parameterized tests will reduce the ceremony involved in writing parameterized tests.
I saw in this [article ](https://www.dotenv.org/blog/2023/05/23/dotenv-vault-vs-hcp-vault.html) that there's support for integration with GCP Secret Manager. However, I can't seem to find any information for it under the current documentation. I...
Hey there! I've recently found this library and I'm having a blast using it. There's one minor annoyance where the API accepts lists of 2 elements instead of tuples. For...
Dart version: 2.19.6 This issue seems to be a reappearance of https://github.com/dart-lang/dartdoc/issues/2276. Example: ```dart class Min { final int value; Min.open(this.value); bool get open => false; } ``` Trying to...