Luca Bertolini

Results 12 comments of Luca Bertolini

I think that would be useful too! It would be nice to have also 3 letters code for languages just like it is for countries. It would make this library...

Hello! I tried to validate them and they are corret, but it seems that they use 3-letters codes from the ISO 639-2 standard, which uses english-like codes, instead of the...

So we need [this](https://iso639-3.sil.org/sites/iso639-3/files/downloads/iso-639-3-macrolanguages.tab) kind of mapping, where one of the ISO 693-1 languages can have multiple local languages. ([site ](https://iso639-3.sil.org/code_tables/download_tables) for reference) Do you think that the library should...

Also why `ComicPageType` is defined as a`xs:list` when a page can be only of one type?

Based on the ComicInfo.xml written by the last version of ComicRack, the original format should be the following ``` ```

I added the missing attributes in `ComicPageInfo` based on @SenorSmartyPants comments

Hello! Sorry, part of the problem was my fault. I was missing the return statement in `ts-jest-keys-transformer.js` before `keysTransformer`. Here the correct version ``` const keysTransformer = require("ts-transformer-keys/transformer").default; const name...

The `ReferenceError: ts_transformer_keys_1 is not defined` comes from `ts-transformer-keys` and it happens when the transformer is not applied and at runtime the function is not found. I patched the `ts-transformer-keys`...

Yeah it seems something like that, even though the files not beign processed are written by me, they're not inside `node_modules`. I also saw that `ts-transformer-keys` stopped working already once...