David Konsumer

Results 457 comments of David Konsumer

The Graphql API can also get gists & repos in 1 go for the first page: ```graphql { viewer { repositories(first: 20) { nodes { id name } pageInfo {...

Also, I guess I am a bit unclear, but I thought the purpose of this plugin was to allow the user to manage a single godot repo that's on github....

```gdscript func _ready(): var f = File.new() var err = f.open("res://.git/config", File.READ) if err != OK: printerr("Could not open file, error code ", err) else: var text = f.get_as_text() f.close()...

Ah, ok! I thought it might help collaborate with a friend who is less used to git, but that makes perfect sense. Thanks!

> Basically because I focused on working on a """simple and intuitive""" interface to provide basic Git and Github functions I love it. I could see it being very useful...

> I'll leave the issue opened anyway so we are always able to discuss here anyway. Sounds good! Let me know if you need any testing or anything else. Thanks...

My SDL2 build was an untested shot-in-the-dark experiment with sdl-compat (SDL1 to SDL2 compat-layer) but I can't really vouch for it, and didn't test at all. The SDL2 port is...

> Would love to ensure we preserve the simplicity of this project to avoid needing to compile code to run it. Part of the usefulness in this project is that...

I have same issue on Mac, and Linux Arm64. Is this workaround specific to M1?

I'd love to help. There is a vibrant emu-scene around those cheap Anbernic gameboy-like handhelds that is interested in a good BBC micro emulator, and those devices generally run arm/arm64...