Adrien 'Larandar' DUDOUIT-EXPOSITO

Results 15 comments of Adrien 'Larandar' DUDOUIT-EXPOSITO

+1 for this feature too IMO it could be implemented by first making first a "Move references to another note" (Ideally with support for aliases and section references) May use...

Since there is no more work on shaders at least until the end of the year, may I propose a solution for changing parameters: The big picture is to generate...

Until there is a vanilla way to configure Ressource Pack it's unfortunately the only way there is, for that reason this is how Vanilla Tweaks is done. As for complexity...

After some experimentation it seem to affect not only nested structures : No formating : ```python call_func_that_takes_a_dict({'key1': 'value1', 'key2': 'value2', 'key3': 'value3', 'key4': 'value4',}, kwarg=other_function()) ``` Default style : ```python...

PS: This could also open to modular file organization like a flat mode (Dendron like), and possibly user defined hook for deciding how to store hierarchy.

Very well, I understand your points and that is why I wanted to open the subject to your approval first. Then I guess I will start a dedicated plugin as...

I would also vote for an `http` command that requires a "method" subcommand, but the method SHOULD be arbitrary since the HTTP allow it https://www.rfc-editor.org/rfc/rfc9110.html#name-overviewso `fetch https://example.com` would become `http...

It seems like you pushed the `main` branch, could you set github to use it as the default?

It seems to be a subject that has been raised a few times in bacon, and I think that the core problem is that bacon is a single-task runner. Since...

I think it is indeed the right solution; bacon is by design simple, and supporting a complete DAG like cargo-make seems overkill. This would fit all the usecases I currently...