Gábor Gyebnár

Results 9 comments of Gábor Gyebnár

I have no badges unfortunately, since it's a completely custom test framework. It builds test images and runs them on a VPS, not on CircleCI or anything similar. If they...

Unfortunately, CircleCI doesn't have the features I need to test it. When I push a new version, the test server fetches the list of Meteor releases from GitHub, and runs...

You're right, these tests need to be reproducible. The code is here: https://gitlab.com/aedm/meteor-crawler It's really hackish at the moment, but I'll just leave it here to show it's not a...

I'm glad you figured out how to run it on Gitlab. I tried for a while and encountered an error that I couldn't fix. Eventually, I left Gitlab CI altogether....

Yes, multi-stage builds are definitely the future of Minimeteor. I'd actually be really glad not having to support two different build mechanisms. :) What I can't really figure out yet...

Hey! Sorry for the late answer. Here's an example `.gitlab-ci.yml`: https://gitlab.com/aedm/got7-death-pool/blob/master/.gitlab-ci.yml Basically, the relevant part: ``` build_docker_image: image: gitlab/dind:latest stage: build script: - docker info - docker login -u gitlab-ci-token...

Sorry about not answering this long, I actually have no idea. :) I have no experience with docker compose. Lately I added a feature to support bundles (required for MeteorUp),...

My attempt to fix this: https://github.com/vulkano-rs/vulkano/pull/2216 It introduces `SwapchainCreateInfo::allow_single_image`. If false (as default), the minimum number of swapchain images will be at least 2.

Changing the OS character fixed it for me. Using the `nf-md-arch` character (`f08c7`): ![image](https://github.com/user-attachments/assets/ddfc17ec-d11c-4a62-b080-e58d8ddb79b0) Using the `nf-linux-archlinux` character (`f303`): ![image](https://github.com/user-attachments/assets/458a5e95-d73c-4be3-b698-cf76bcff51ea) Pick yours from the [Nerd Fonts Cheat Sheet](https://www.nerdfonts.com/cheat-sheet).