Domenico Luciani
Domenico Luciani
I saw there is a lack of unit test so I started to contribute to it creating just one, specifically for the `Less` method in which we can find some...
Hi, I'm using the https://github.com/noatpad/obsidian-banners plugin with the obsidian-things theme. I would like to use banners on my pages but apparently, it's not totally supported by your theme. Here an...
Hi, I'm using the [kanban plugin](http://matthewmeye.rs/obsidian-kanban/) and I would like to set a banner also on that note. Apparently right now is not possible to visualize it without going to...
I'm opening this issue to track the work that needs to be done on pack to enable the support for [insecure registries](https://github.com/buildpacks/rfcs/blob/main/text/0111-support-insecure-registries.md). ## Sample Command ```sh pack build test_img --path...
### Summary I noticed that some of [our samples](https://github.com/buildpacks/samples) don't work properly with the current version of lifecycle. (i.e. https://github.com/buildpacks/samples/pull/167, https://github.com/buildpacks/samples/pull/163) Those samples can be very useful for **identifying possible...
### Description As mentioned here https://github.com/buildpacks/lifecycle/pull/1169#issuecomment-1658732291 our Makefile is getting bigger and bigger, we need to refactor and modularize it. It will reduce duplicate code, improve the overall maintenance and...
As a developer, I'd like to be able to publish app images to a remote "insecure" registry. RFC: https://github.com/buildpacks/rfcs/blob/main/text/0111-support-insecure-registries.md ```[tasklist] ### Update platform's spec - [ ] Update analyzer spec/signature...
### Issue created for tracking purposes During our retro we identified that lots of samples don't address real use-cases and need to be updated. As an improvement we can spend...