Simon B. Støvring
Simon B. Støvring
I wonder if this might be fixed by #97. It ssems like the sort of thing that could cause a memory leak like this.
Thanks for opening this issue! If we can achieve the same thing using fine-grained tokens, then I'm happy to consider transitioning to those. However, off the top of my head,...
When setting up our host machines I looked into using `tart push` and `tart pull` to update images through an OCI registry, specifically [GitHub Packages](https://github.com/features/packages) but I found that it...
@jaylyerly There is no hooks in Tartelet. Our workflow is [described in the wiki](https://github.com/shapehq/tartelet/wiki/Copying-a-Virtual-Machine).
@jfro You should be able to export logs from the General pane in Tartelet's settings.
I'm fairly sure Tartelet can be modified to support GitLab too. Since we are not using GitLab at Shape, we have very little motivation to add this but are happy...
@markst Thanks for opening the issue. Can you provide a sample Package.swift file to reproduce this?
@robertu7 Thanks for opening the issue and for your feedback! We discussed building a feature similar to the feature you describe into the project but decided not to do it...
In my project, I noticed that `-mapView(_:didTapPOIWithPlaceID:name:location:)` is consistently called on the first launch of the app. However, on subsequent launches, the delegate function stops being called. Deleting the app...
I'd love to see something like this in Tartelet as well. At Shape, we also have scripts in place to create an image using Packer, but they are not yet...