Mariell Hoversholm

Results 37 issues of Mariell Hoversholm

Hi! I've found an interesting bug with false positives on generic containers, specifically futures in my case. Minimal reproduction example: ```java import java.util.concurrent.CompletableFuture; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; public class Example...

It'd be a great addition if we could generate values and have them cloned: ```rust // This is day 2, 2019 #[aoc_generator(day2)] pub fn gen(input: &str) -> Vec { input...

This is very much a feature request, not an issue. Not sure if you'd like it in your inbox or something, but oh well. I recently found the [`flamegraph`](https://github.com/ferrous-systems/flamegraph) crate...

**Describe the bug** If a protobuf object is given to the `addKeyValue` fluent methods, no log is output, regardless of severity level. **To Reproduce** Here is a minimal reproduction repository:...

The follow commands must be added/finished: - [x] Ban - [x] Unban - [x] Mute - [x] Unmute - [x] Kick - [ ] Warn - [ ] Note -...

The plugin should use TOML as its configuration format. --- [CodeFactor](https://www.codefactor.io/repository/github/proximyst/ban/overview/master) found an issue: Resolve unexpected comment. It's currently on: [src\main\java\com\proximyst\ban\BanPlugin.java:143 ](https://www.codefactor.io/repository/github/proximyst/ban/source/master/src/main/java/com/proximyst/ban/BanPlugin.java#L143)Commit 87a2f283d87a04ae348e39a516c8a1aafd69137f

Hi! I have a use-case where I want to use enumer to map postgres enums with the `-sql` flag. There may be conflicts in my enums, hence I cannot declare...

In order to support more than x86 and x86_64, we need to use GAS or some other multiple architecture assembler, and only x86(_64) supports the Intel syntax, so AT&T syntax...

enhancement
help wanted

We need to be able to resolve placeholders on their own thread with futures, this to ensure we allow for asynchronous placeholder resolving. This would entail allowing fetching from databases...

enhancement

It might not always be necessary to resolve all placeholders. This could potentially improve performance by a _lot_ in certain situations if used correctly. Might be a breaking change.

enhancement