Torsten Curdt

Results 447 comments of Torsten Curdt

platformio support would be super great.

Just stumbled across this ticket. To me it seems to make much more sense trying to get it working using [Mono](https://www.mono-project.com/docs/gui/) than trying to bolt on some Python UI. Having...

Just to give some context: https://www.mono-project.com/docs/gui/wpf/ > At this point, no group in the Mono project has plans to implement Windows Presentation Foundation APIs as part of the project. ......

@mattfarina the reason why a re-resolve might(!) be needed is clear. It's just very very unfortunate to make it all automatically on a `get`.

Just to leave this here: sum by (label) (increase(metric[$__range])) Is what I was looking for when I came here via search.

> This has proven more difficult than i had originally planned, but have made some recent headway. Are the difficulties shared in a ticked somewhere? > If you have an...

@bskimball You don't have the full site on github by any chance? Seems like the blog plugin was abandoned so I am still researching my options.

@bskimball So IIUC you are using dynamic routes to create the posts and feed the store manually on startup. I also want co-located post assets. So my content structure is:...

Yes, adjusting the `markdownFromDirectory` is no problem - but having co-located images is the tricky part. I don't want to shove them all into the static folder but keep them...

After reading the docs I am still clueless on why (pre)compiling a template is a two step process ``` dust.loadSource( dust.compile(src, 'hello') ); ``` "loadSource"? Here it makes even less...