Tom Arild Jakobsen

Results 6 comments of Tom Arild Jakobsen

I think `httpDelete` is a better and more traditional JavaScript naming of functions, instead of `http_delete`.

I've been using [Sentry](https://sentry.io/) to aggregate my XP-logs, by using the [Logback Sentry Appender](https://docs.sentry.io/platforms/java/guides/logback/). I even have some library code for it here: https://github.com/ItemConsulting/lib-xp-sentry and here: https://github.com/ItemConsulting/xp-sentry I can connect...

I have not changed the shape of the functions that `create` or `modify` or `move` content. They basically operate on a single content that we know the type of, and...

> Why do one have to say the same thing twice? 1. The first field in the tuple gives the shape of `content.data`, so that we can program against it....

Hey, I tried to google a bit, and it seems that *fsm* isn't supported by the vizualizer. But I found a [workaround](https://github.com/davidkpiano/xstate/discussions/1884#discussioncomment-315639) where the config for fsm is passed into...

Hi Syed, There is some code in [this repo](https://github.com/h5p/h5p-cli/) for working with _.h5p_-files in JS. @fnoks Any input?