Fletcher Porter
Fletcher Porter
I'll say that I like the way that clang-format does it decently well and doing it their way would make what black does familiar to many users. If that output...
another case where this is relevant is codeblocks that involve URLS. You may want to pass options in addition to the URL, so terminating the line with ` \` would...
Another thought is that according to PEP 257, > The docstring of a script (a stand-alone program) should be usable as its "usage" message, printed when the script is invoked...
Perhaps this issue should apply narrowly to docstrings since what gets rendered by sphinx et al is invariant with formatting
> > There are no packages like it in Package Control. > > You're sure? > > https://packagecontrol.io/packages/Remember%20Minimap%20Setting this is correct. I guess it's hard to find because it doesn't...
Ok so I've looked into it and have found the problem, but finding a solution seems difficult. The code that's generated (according to [cargo expand](https://github.com/dtolnay/cargo-expand)) that calls the errant `process`...
Does the gdextension team have a position on what should go in `init` vs `ready`? It could be that the gdextension API was intended to be like gdscript in the...
I might try taking a look at this this weekend since I've got a few old Time Machine backups I'd like data from.
Where I left off, I didn't really have much idea of how it could be fixed. If you have any leads toward how to get the signature from the API...
Is there even a difference between foreign and engine types, so far as gdext is concerned? If they're both being generated from extension_api.json and Godot is able to provide all...