-
The learning code has been refactored a few times, but it's probably a good idea to get a group together to figure out a good API. Rather than worry about the Java implementation, we should approach t…
-
Hi,
Thanks for Tilix, would be lost without it.
Something that exists in VS Code that I've become accustomed to is right-clicking and selecting clear to clear the output. It's useful for when I'…
-
# Trending repositories for C#
1. [**T0biasCZe / AdbFileManager**](https://github.com/T0biasCZe/AdbFileManager)
__Fast Android Windows file manager using ADB protocol__
…
-
If there are lots of tutorials, then a search functionality might be useful.
See https://gohugo.io/tools/search/ for hints how this could be done.
- https://gist.github.com/cmod/5410eae147e43181…
-
# Summary
[summary]: #summary
This proposes the inclusion in the engine of a WebAssembly runtime as a common target for all scripting and extensibility work.
# Motivation
[motivation]: #motiva…
leops updated
2 years ago
-
Use something like https://www.nushell.sh/ instead of bash
Aim for facilitating resolution of #28, #4, #32 and the like.
-
Apparently Lua 5.1 and LuaJIT were supported at some point, and apparently there used to be a `luajit` flag.
CI only seems to test Lua 5.4 and the `luajit` flag seems to be gone by now. I did not …
-
## 🐶 Brief
Inspired from Paw, it has a capability to extend the features if need by providing the plugins.
It means that those plugin-features is optional, and doesn't affect to the complexity of …
-
### Please describe the change / addition you'd like to see made
Natively supporting [tree sitter](https://tree-sitter.github.io/tree-sitter/) for driving syntax highlighting might be worthwhile lo…
-
**Godot version:**
godot3 tip
**Issue description:**
I have two suggestions for making tscn files easier to parse in third party scripting languages.
1. In a tscn file, multiline values should…