Hannes Leutloff

Results 28 comments of Hannes Leutloff

Install the package via `npm install autotrace` (see https://www.npmjs.com/package/autotrace). Then, in your code, write `autotrace = require("autotrace")`. After that you should be able to use it as described in the...

We've discussed and (preliminarily) decided on https://keepachangelog.com/en/1.0.0/ with custom types of changes. There is no definitive plan yet, but ideas on how to use [remark](https://www.npmjs.com/package/remark) for this and to add...

After the implementation of the replay command in #1081 this is almost done. Via the replay command we can now reset a flow and replay it, thus reconstructing a read...

Then it's probably not worth it to optimize this now. We should keep this idea in mind and reevaluate in a later stage of wolkenkit's development, because the times might...

Hi @kusigit :wave: Thanks for opening this PR :) I've had a look at it and it seems fine. I took the liberty of moving the construction logic of the...

Hi @kusigit, sorry for the delay. I had another look at it and I'm mostly happy with the current state of things. Using azurite was a good way to go...

I'm using the terms `PriorityQueueStore` and `min-heap` more or less interchangeably here. The name `PriorityQueueStore` better conveys the purpose, the name `min-heap` better conveys the technical implementation. Currently the `PriorityQueueStore`...

Careful about summer/winter time. The switch makes cron weird.

Hi @Woodz :wave: Do you have a suggestion for how to represent `const` fields in GraphQL? As far as I know GraphQL does not have an equivalent feature.

I am continuing the discussion from the other issues and quoting relevant parts. > Why would it not work for circular references? The library does not actually "resolve" the graphql...