Jerry Lin

Results 24 comments of Jerry Lin
trafficstars

Thanks for reporting this issue. As a temporary workaround, I think you might have to close the `katexmm` environment when you have code blocks with `$`. I'd have to think...

@MateuszKubuszok Thank you for spending so much time to help document and understand the issue. Unfortunately I'm in the middle of a lot of life events and probably won't have...

Also seeing this error and using node `16.15`, however, we also saw this error intermittently with node `14.x`. Some other reports about this error point to the issue being newer...

Upgraded and confirmed this cleans up errors in my project out-of-the-box. Thanks!

I've been looking at a related issue running bolt-js on GCP Cloud Functions. There's very little information about solutions, so I'd like to share my findings. --- What seems to...

@seratch This was really helpful, thank you! Some remaining questions: > However, as long as you understand how it works, placing await ack() at the end plus disabling processBeforeResponse is...

@seratch I might not fully understand this response. As I've mentioned in my original post, running a ~5s handler works for us on GCP Cloud Functions. I have verified this...

@seratch Yes, makes sense. I think there's just a misunderstanding from what we considered "successfully working". To sum up the learnings: 1. `processBeforeResponse: true` is equivalent to moving `ack()` to...

@tiangolo @alejsdev This is a fairly simple addition to the docs. Anything I can do to help get this merged?

This would be an excellent feature! I might suggest considering jsr308 and Checker Framework over new jsr305 usage. jsr305 is incompatible with Java 9 and has been inactive for a...