-
Should we allow a contributor to modify his/her zip file without notifying us? I have a preference towards answering 'no', but I am not sure.
**Why NO**:
- We will not know if a run fails because …
-
## Environment
* OS Version: Ubuntu 20.04
* Source or binary build? binary build
* If this is a GUI or sensor rendering bug, describe your GPU and rendering system.
- Rendering plugin: ogre
…
-
As discussed on Slack, it would be nice to be able to annotate methods with pre- and post-conditions.
```haxe
@:pre(x >= 3 && x < array.length + 3)
@:post(return != null)
static function getOffs…
-
I was having a problem on a Windows 10 test machine where network images never seemed to be loading. The expected images never rendered, nor were there any reported errors. It turns out the problem wa…
-
:+1: decent work. A few notes after checking out the code:
* Nice to see you successfully used OAuth login. OAuth is widely used and it's important to understand OAuth v1 and v2 properly.
* Good t…
-
### Tested versions
4.2 Stable
### System information
WIndows 10 Godot Steam Version - Mobile Mode
### Issue description
In Godot 3x World Environment used to be simple on choosing what object …
-
This mod is incompatible with the servercore performance optimization mod.
Here is the crash report:
https://mclo.gs/CdfGrJW
-
Hi,
I was trying out neus method using the neus-colmap config to extract a good texture mesh but currently only a portion of the mesh is generated. I tried with changing various thresholds but stil…
-
With v3.3.0 just released, there are a few known issues already with the model spawner. Rather than wait until every single obscure block is functioning, the update instead comes a bit sooner but with…
-
As some may have notices, runtime hacking tools had made a lot of progress in the recent years. When writing secure applications we want to avoid making potential hacker's life easier than absolutely …