Dr. Juan Miguel Cejuela

Results 44 comments of Dr. Juan Miguel Cejuela

@abojchevski likely to do with wrong doc format structure

@yanqiangmiffy thanks for reporting -- first, curious: what is your use of nalaf? The bug is actually kinda deprecated because in reality, after refactoring the nalaf code, the dependency of...

I had the same problem with `1.4.199`: ```log org.h2.message.DbException: File corrupted while reading record: null. Possible solution: use the recovery tool [90030-199] at org.h2.message.DbException.get(DbException.java:194) at org.h2.mvstore.db.MVTableEngine$Store.convertIllegalStateException(MVTableEngine.java:205) at org.h2.mvstore.db.MVTableEngine$Store.open(MVTableEngine.java:173) at org.h2.mvstore.db.MVTableEngine.init(MVTableEngine.java:95)...

Do not write colons within strings as in: ```yaml - printf 'commit:'` ```

My plan is to go to Australia at the end of the year (1 to 2 months) to collaborate with Mikael Boden from University of Queensland. Then, I will work...

Most definitely! I would love to co-hack with others :)

Any news? This PR looks promising: https://github.com/sbstp/kubie/pull/175

Probably the new functionality should be documented under "Integration with other tools" ? https://github.com/sharkdp/bat?tab=readme-ov-file#integration-with-other-tools

Until parcel supports ES modules for parcel plugins, the docs must be fixed/updated. At least, a warning note in the docs would help tremendously to avoid the confusion.

For reference, Pydantic (V2) supports & validates such regex-constrained, annotated strings: https://docs.pydantic.dev/2.4/api/types/#pydantic.types.StringConstraints