Sergei ZH

Results 113 comments of Sergei ZH

> AFAIK GitHub does not provide ARM based runner, it needs to be self hosted. _I'm a bit late with this one_ It does not but with docker you don't...

This is how I do it with one of my projects: https://github.com/quentincaffeino/docker-nginx-brotli-so/blob/master/Makefile#L12-L22 Note `--platforms`, it reads from .env a list of them.

Sorry for taking so long to respond. I will try to review this pr soon. One thing I see right away is new syntax. Is it mandatory to use new...

Thanks for reporting. Sadly I know little about C# and it's state in godot. I would guess that `callv` implementation that bridges godot to C# expects a method with a...

Could you please write your test cases in form: ``` Input: Output: Expected output: Comment: ``` Comment might be optional, but generally it is good to have everything described.

Number 9 is definitely not an error. Reason is I'm trying to build a posix-like shell. And `;` is used to separate commands unconditionally. `a; b` will run command a...

I'm working on this in a separate branch https://github.com/quentincaffeino/godot-console/tree/fix/command-parsing-79 > NOTE: Current implementation of command parser is still the initial one I wrote thinking 'just works (tm)', but with time...

It should no longer crash. Thanks for reporting. Other cases are not strange, just very rarely used. I plan to implement them.

Very strange, I don't have that issue. I'll check later with the steps you've provided. Could you please: 1. clone this repo (alt. pull, cause I just pushed changes where...

Ok so I repeated your process from last message and I got the same result. I forgot about images with imports which are not committed to the repo, that's why...