-
### Godot version
Godot master
### godot-cpp version
Master of godot-cpp 6facde3c29abe4d8b0ff365c252c9aeb16fc5f66
### System information
macOS 14.6.1 arm64
### Issue description
Enums such as `…
-
This is a very long term goal.
The idea is to require the user to somehow communicate the function prototype to the API. The hook gate implementation can then use that information to perform a prop…
-
I suggest adding a set of optional warnings for use of features which some users might want to discourage in their codebases.
F# has many features, which vary in safety and explicitness, and as it …
-
In v7, when defining enum properties, the generated types would just be `string`, meaning there was no actual type-safety for enum properties.
In v8 with the `quicktype` upgrade, enum property type…
-
We have been too liberal of our use of `anyhow`. For any `pub` function in our libraries, we should be using `thiserror` instead of `anyhow`, to get more type safety and explicitness of what can go wr…
emilk updated
3 months ago
-
Adding typescript to the project for cleaner code and type safety
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +ea3bfba87c Thu Feb 27 16:38:23 2020 +0000 linux/amd64
### Does this issue reproduce with the latest r…
-
@steffahn wrote:
> With the new implementation, thread-safety shouldn't really be any problem - essentially adding the right manual `Send` and `Sync` implementations should be all that's necessary.…
-
We currently check if `r` is escaping in `f` by saying that it does *not* if a) `r` is not syntactically present and b) `f[r -> True] =B= f[r -> Fales`.
Both of these are incorrect. If you have eff…
-
### Location
https://github.com/apple/swift-book/blob/main/TSPL.docc/LanguageGuide/TheBasics.md#comments
https://github.com/apple/swift-book/blob/main/TSPL.docc/LanguageGuide/TheBasics.md#intege…
stzn updated
10 months ago