Kevin Caccamo

Results 10 comments of Kevin Caccamo

Maybe your GPU doesn't support the latest OpenGL version? I just tried looking into this bug by playing with the [hello example](https://github.com/grovesNL/glow/blob/master/examples/hello/src/main.rs), and I got the same issue with that...

I don't know if this has anything to do with this bug, but if ZenNode is not given an output filename, it will write the output WAD to its working...

Apple wants all macOS apps to be [notarized](https://www.gridsagegames.com/blog/2019/09/sorry-mac-users-apple-doesnt-care-about-us-devs/) since macOS Catalina.

I think it's something to do with SFML's HTTP client. The crash does not happen if I make `getHttp` return `"connect_failed"`, and I comment out the rest of the code...

I've just opened a [pull request](https://github.com/noseglid/atom-build/pull/448) to fix this issue.

I think at least part of the problem is [line 151 in lib/build.js](https://github.com/noseglid/atom-build/blob/master/lib/build.js#L151). This line of code joins `exec` and its arguments together and converts it to a string. I...

It's worth mentioning that I'm using a `rust-analyzer` executable from the VSCodium extension instead of the bundled `rust-analyzer`. This crash does not happen if I'm using the bundled `rust-analyzer` executable.

Not to worry. I plan to backport every feature I add. Also, I'm not familiar with Blender's animation system... Can an object have multiple actions? What is an "action" anyway?

I would use the name of the action to name the frames. However, I guess I could use the timeline marker-based naming if there's only one action on the timeline,...