Results 11 comments of Kal

+1, also having this issue using that launch file ![image](https://user-images.githubusercontent.com/30580900/85057009-28f6c000-b16e-11ea-8786-389250717bcb.png)

Easily reproducible, notably also at much lower Diffie-Hellman key sizes (`512` is seemingly the lowest Diffie-Hellman allows), which may make the debugging process quicker. Bun 1.0.30, M2 Mac ## Script...

Doubt I'll get the time in the near future. I'll leave it open to anyone interested.

> args: -c "cd ./ && serverless deploy" entrypoint: /bin/sh This worked well for me. While a formal `working_directory` option might be slightly cleaner, this issue can probably be closed.

My workaround for this was treating empty paragraph blocks as ``. Leaving incase it helps anyone! ```ts renderText: (text) => { if (!text) return ; // [i > 0 &&...

I'm happy to be a prominent contributor for it, would just need a bit of guidance on high-level architecture before I get started on a PoC. Would a full rewrite...

> does it really matters for a 100ms responses? Agree that performance shouldn't be a primary concern, more just a bonus. Seems to me like, seeing as a network round-trip...

I'd ultimately prefer a full TypeScript rewrite as well. Probably better for the long/term future and maturity of the project, and decoupling the two so they can make different decisions...

> I think the issue is a little bit different than the description. Am I right with the following being the actual problem? > > > > > > ```...