Sebastian Rettig

Results 100 comments of Sebastian Rettig

There seems to be another issue with the delimiter, too: The NextContinuationToken is not returned, if it is not set. Howver, I want the token, but not set the Delimiter.

I've experimented a bit further and it looks like using the kernel provided by jakeday's repo (5.1.15-surface-linux-surface) makes touch work again! Sadly, the kernel is not up-to-date then, but it's...

Same issue here. This happens on my MacOS dev machine. When I reboot the computer I can successfully run the tests with Spectron once after reboot. But then all following...

After some digging I found a possible cause for my issue, maybe it will also help others: The Node process of the electron app remained open after the tests were...

I'm not sure if it fits your needs, but we're currently writing a H5P implementation for NodeJS: https://github.com/Lumieducation/H5P-Nodejs-library We are close tor releasing a v1 version of the library, but...

Check out the list [here](https://github.com/Lumieducation/H5P-Nodejs-library/wiki/Things-the-PHP-library-does l).To be honest, at first I underestimated a lot how complex the editor server is! it does a lot of stuff and it‘s much more...

I'm not sure about this... What would the catch blocks do? Just report that the error was raised in the implementation? You can already see this in the stack trace...

Could you provide an example of how the catch block might look like? I'm a bit concerned that this might make debugging even harder as there is a risk that...

I would prefer the implementation check on startup (or some test cases that you can run?). In the example above the catch block would throw the error message regardless of...