Sven Rahn

Results 12 issues of Sven Rahn

**Tool** EarlyBoundGenerator **Is your feature request related to a problem? Please describe.** I am using C# 8.0 which has nullable reference types [link to docs](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/nullable-reference-types). Right now, only primitive types...

enhancement
Early Bound Generator

Like in Python you can do: ``` node1="""Just a string "with" quotes!""" ``` as described here: https://github.com/lightbend/config/blob/master/HOCON.md#multi-line-strings Configurate reads it correctly but always saves it back as followed: ``` node1="Just...

Some months ago I stumbled upon this: A plugin was serializing a `Location` to the config. The serialized structure holds the `World`s `UUID` and the position. When deserializing the config,...

type: enhancement
system: world
api: 8 (u)

https://github.com/rojo8399/PlaceholderAPI/blob/b58a67b5e5ee30697578d8e872bcd89c6f85e4a7/src/main/java/me/rojo8399/placeholderapi/impl/placeholder/Defaults.java#L608 That index should be incremented by one before putting it into the substring method. The placeholder always checks the permission value with the `_` in front.

``` $ kopia --version 0.15.0 build: dd1ebb11cfdb7902a2b87106dfeea038858bafb5 from: kopia/kopia ``` When restoring a snapshot the time estimation doesn't account for the skipped bytes. The large amount of skipped bytes results...

Just realized and confirmed by @Aaron1011 that there is no event for scoreboard changes.

system: event
system: scoreboard

When generating the definitions for the Account, a custom field has the type `FileType` in the generated file. Which package would be needed to be imported? This is the attribute:...

bug
Fixed In Beta

The stream duration of the "sessions" seen in the daily breakdown should be displayed in minutes and not seconds.

After I click on leaderboard the navigation list disappears so I have to go back with built in browser navigation. This could be a pain when browsed some time with...

low priority
good first bug

**Tool and Version** EarlyBoundGenerator V 2.2024.5.16 **Describe the bug** When generating Actions with the V2 tool there is an error at the `msdynmkt_PersonalizationDynamicTextAiRequest` request when compiling the generated code. ```...

bug
Early Bound Generator