Jakub Bogucki
Jakub Bogucki
closes https://github.com/godotengine/godot-docs/issues/5373 It changes line in: `getting_started/step_by_step/files/instanting.zip/Main.gd` ```gdscript - export (PackedScene) var Ball + @export var Ball: PackedScene ```
I had basically same compilation error as in issue https://github.com/aircrack-ng/rtl8814au/issues/76. Patch from [comment](https://github.com/aircrack-ng/rtl8814au/issues/76#issuecomment-939322525) worked on my kernel `5.15.3-arch1-1`. Is there a reason why this isn't pushed alreday? Or can I...
**Describe the bug** Dark theme changes back to light after minimizing to tray and back again. **To Reproduce** Steps to reproduce the behavior: 1. Change theme to dark. 2. Minimize...
### What problem does your feature solve? If there are breaking changes, users must spend sometimes a significant chunk of time to go through changelog and most often commits as...