Kyriet

Results 11 comments of Kyriet

IE11 has partial support with some bugs. See: https://caniuse.com/#search=CSS%20Flexible%20Box%20Layout Look at **Known issues** tab. Our problem is mentioned there. I understand that IE11 support is not important but except for...

I think it's a good idea. I found this unofficial [abel0b/setup-premake](https://github.com/abel0b/setup-premake) GH Action. I didn't tested it but it seems to work as you described it in your example. If...

But GitHub Action should be placed in a separate repository, e.g. "setup-premake" so people can use "premake/setup-premake@v1" in their actions. See OP example. I think it's not possible to submit...

I'm looking at this issue again and I'd like to suggest an API for `premake-setup` GH Action. Let's assume I have a C/C++ project configured with Premake5. My project has...

Let's wait for @nickclark2016's approval

@TylerDahl please squash your commits if you want to be listed on git blame (and our website) as an author of this change. 1. Go to your repo and checkout...

Let's wait for @nickclark2016's approval

Are there any other ways to debug this extension on SSH mode? - I have my vscode connected via SSH to remote machine. - I have **Native Debug** extension installed...

Hi @GitMensch, from my PoV the issue is solved. My gdb was too old and it needed an update. After that it didn't crash and everything worked. I am not...