Jonas Schoenwald

Results 22 issues of Jonas Schoenwald

### Reference Issues Moved from #26 ### Summary I reckon it's better adding new ones rather than changing the existing values to avoid changing the original state of the game...

enhancement
question

When calling someone, the other room is usually displayed. This is no longer the case in the new SDL build How it's supposed to look like: ![image](https://user-images.githubusercontent.com/7768485/97998958-08609700-1deb-11eb-96b5-047591844f38.png)

bug

A lot of people requested on multiple occasions, whether it was possible to change the limit on the amount of entries in the given .csv files. Well now we can...

enhancement

**Godot version:** 3.1.1 Mono **OS/device including version:** Windows 10 64bit **Issue description:** I am using Mono in a project right now. It worked fine until lately. The player is now...

bug
topic:core
confirmed
crash
topic:gui

I'm currently building a documentation site and stumbled across this bug while migrating my translations. The used docs_structure is folder and I'm using mkdocs-material. Translation fallback files get sorted in...

I'm using the `initial` keyword in some of my properties to limit the setting of them. This generator replaces `initial` with `set`, which is not the desired behaviour Code: ```cs...

### Environment Version: 23.11.2 Windows 11 .Net 8 (But also tested on .Net Framework) #### .symboliclirc ```ini cache_dir = "./cache" # The public Microsoft symbol server [[sources]] id = "microsoft"...

### Description of Suggestion Bugs like #558 or #519 come from a bug in Roots, which is supposedly fixed in https://github.com/MysticMods/Roots/releases/tag/1.12.2-v3.1.8 and newer Simple Storage Network has a few, now...

Thanks for implementing `init` so quickly last time! I've found out, that the `unsafe` keyword is missing in the interface generation. It's necessary for using pointer types Example: ```cs public...

### OAuth2-Proxy Version 7.9.0 ### Provider oidc ### Expected Behaviour Refreshing a token on a normal request `auth_request`ed location should set the new cookies: ``` Set-Cookie: _oauth2_proxy_0=XYZ; Path=/; Domain=local.dev; Max-Age=604800;...

bug
help wanted