Jose Luis Leon
Jose Luis Leon
@ljharb I just tested on `Ubuntu 18.04.5 LTS` with version `v0.38.0`, and I'm still getting the issue. This is usually a problem in CI environments. For instance, on CircleCI, when...
I'm not sure I understand why CircleCI's image could fix it 😅 But just for clarity, I'm installing NVM (and NodeJS) manually in the job's steps, which is exactly what...
@ljharb got you, that makes sense! I used `--install` as you suggested, and it worked perfectly. 👍🏼 Do you think it would be possible to add a fix for this?...
That would be awesome! Thanks 🙂 🎉
I didn't mean to make it sound that bad, sorry for that. I agree that the `unhandledrejection` listener could be the last line of defense, but it's also not good...
I opened PR #3052 that removes the `.catch(..)` in the promise of the `handleSubmit` that should solve the issue without affecting anything else 🙂
I managed to solve it by setting `keyboardOpeningTime={Number.MAX_SAFE_INTEGER}`, but it's just a workaround.
@mp911de thanks, that worked! However, it was not that easy to get there 😅. Is this just a workaround, or is it documented somewhere? Also, it'd be great if there...
Yep, the `CodecRegistrar` it's easy to use (a great feature, IMO!). However, with Spring Boot I still need the `WritingConverter`, or else I get the following exception: ```sh org.springframework.dao.InvalidDataAccessApiUsageException: Nested...
IMHO making it look into the project and downloading the version of the actual Lombok dependency you're using could be a second iteration for this feature. It's an excellent idea,...