André Rieussec
André Rieussec
I went from a Webpack build to a 2 stage setup where esbuild runs first and then Webpack processes the result. I have a handful of tasks that esbuild just...
One thing I like about Script# is the ability to declare a class in my server side code and add a link to it in my Script# project. This makes...
The only reference is the Script# mscorlib.dll, I never even noticed the ImportLibrary template so I'll give that one a shot in case there is something I missed.
Ok, I can reproduce the issue using the Script# 0.7.4 project templates. I can send you a zip of the solution but it should only take minutes for you to...
If you add audio-switcher to AppVeyor then you can have it auto publish to Chocolatey. I've set that up for a project of mine and it works really well.
I'd love that feature as well, it would help with lazy loading of extra item data.
I'm encountering the same error, it happens whenever I create a text field with 2 child widgets. In my case, I've tracked it down to the following lines: https://github.com/galkahana/HummusJSSamples/blob/master/filling-form-values/pdf-form-fill.js#L195-L197 When...
@gomikestrat take a look at https://github.com/galkahana/HummusJSSamples/pull/20 and see it if fixes the issue for you
@moshensky care to share those updated definitions?
So I only started looking into self hosted web IDEs in the past few days, Cloud 9 looked good at first but I noticed there hasn't been a commit to...