Results 50 comments of Max

For the extra impatient, this atrocity seems to work for me -- lets me specify an environment variable to change the platform. Note that it's written in build.gradle.kts, but I...

I did run into a fundamental problem with this ask, unfortunately. As far as this plugin is concerned, the only difference between platforms is which native JARs get bundled in....

I did try onboarding (unsuccessfully) to lix. I'll try removing that first, see if that helps.

I'm not really sure what to do with this information, but deleting `.haxerc` and `haxe_libraries` did make the errors go away, and autocomplete is working. Does that decisively point to...

@amrbashir I can confirm your `menu-deadlock` branch fixes the problem 🎉

Sorry, commented from my work account, so I deleted that. I'll repeat my reply to your original comment here for some semblance of continuity: --- > This means that include...

The end goal here is to replicate Jekyll-style "layouts" where there's a common header/footer used across all pages that include in different content depending on the article being rendered, if...

Thanks @vsch, I'll give it a try. I think in my most recent experimenting I missed the `EMBED_INCLUDED_CONTENT` option.

Eyyy, I finally got it working. Your JekyllIncludeFileSample2 example worked fine for me, and eventually I got my code working too. Besides `EMBED_INCLUDED_CONTENT`, I was also missing extra newlines around...