Josh Wulf

Results 95 comments of Josh Wulf

> @jwulf Is there any chance this would make its way into the node SDK before 8.6? This would be very helpful for Play to provide better feedback to users....

How about .NET Core?

Is there a fix / patch for this? Hitting the same problem.

Yeah, I saw the impact of that change. A further change is needed to have it work at run-time.

> @CLAassistant hi, I know the name liuzhiwei is wrong github user, but now I want to change it to walt-liuzw, but I can't find the entry. You need to...

Ar the moment you can merge headers and variables, but not in depth. Top-level keys overwrite everything when merged. The current naive implementation is here: https://github.com/zeebe-io/zeebe-http-worker/blob/master/src/main/java/io/zeebe/http/ConfigurationMaps.java#L41 This is in the...

See [here](https://github.com/jwulf/camunda-cloud-message-publish/blob/master/README.md#more-advanced-example) for the use case.

I have a Bukkit API ts declaration already. Partially auto-generated. https://github.com/Magikcraft/scriptcraft-types It’s on npm as well. I think it also contains the ScriptCraft API typings too, which you won’t want...

I’ll dig out the generation code. It works by scraping the bukkit api docs and doing a ghetto transform to TS (Non-AST aware text tansform). Gets about 90% of the...