Markus Olsson

Results 138 comments of Markus Olsson

Ran this through gdb and the culprit seems to be `node-pty` ``` Thread 1 "node" received signal SIGSEGV, Segmentation fault. 0x0000000000004510 in ?? () (gdb) bt #0 0x0000000000004510 in ??...

Interestingly enough it works just fine if I build node-pty from source locally (`node-gyp rebuild`) Here's the prebuilt binary ``` /usr/local/lib/node_modules/@github/copilot/prebuilds/linux-x64 # ldd pty.node /lib/ld-musl-x86_64.so.1 (0x7de1452f8000) libutil.so.1 => /lib/ld-musl-x86_64.so.1 (0x7de1452f8000)...

@SwanX1 Having dug into this some more (thanks @devm33) it's not straightforward for us to solve this. We have a few native modules that we ship alongside `copilot` and they're...

Hi @manojkxanthus, thanks for reaching out. This is similar to the issue in https://github.com/desktop/desktop/issues/14611 but given that this calls specifically for showing the date in the right hand side view...

Hi @gzahavi, thanks for reaching out! We haven't made any changes to the hunk hit area and from looking at your recording it appears to be the size I'd expect...

> Hard coding versions in the Technology stack doesn't seem very future proof. Agreed, but they do have value in that by specifying React 16 we it shouldn't go and...

Hi @keaedwar. Nothing has changed recently, I think the confusing part here is that you're manually staging the file outside of Desktop (with `git add`). In your example you're doing...

Hey @keaedwar, been trying to reproduce this but I haven't been able to. Could you please reproduce this again and then run `git diff --no-index -- /dev/null [PATH]` where `PATH`...

Hey @sweezyio. Thanks for wanting to contribute. I want to set some clear expectations here. We currently have _very_ limited capacity to review and accept PRs for features, especially ones...

Hey @Rigictech, this typically happens either if your internet provider is having issues or if you're trying to push very large files. Does this happen to all your repositories or...