Daniel Olfelt

Results 13 comments of Daniel Olfelt

@LukasGentele @tukobadnyanoba It appears that the `devspace-schema.json` isn't a fully valid representation of the `devspace.yaml` schema. For example the `name` variable is required on `vars` and it doesn't recognize strings...

@andreynering I think this feature could be great but my use case would be a bit different. I think if the output of any generic command (or task) could be...

@Pedrocasf Could you describe how you got it to build? I'm interested in getting an export template for a Raspberry Pi4 with Godot 4.1. Right now there is very little...

I'm using Middleman with RedCarpet 3.1.1 and wondering if there is a work around for this, or someway without HTML for me wrap Markdown in `` tags with classes. Any...

@objective-see I'm seeing a similar issue when trying to use mDNS in my application (DXFLabels). With Lulu off I can see the network devices, but with it on, nothing. I...

If you change your delimiter using `{{==}}` so you can use `{{ }}` for your JS templates, it won't work within the content partial because the content is rendered twice....

Place the following inside a content template (not the layout template): ``` {{==}} {{should_show}} {{#also_show}} {{var}} {{/also_show}} ``` The previous code example should render the mustache tags into the HTML...

I am also running into this issue @mwhaite. Care to share any more details on how you got that complied? It seems that there are `u8glib` source files in the...