Tooster

Results 60 comments of Tooster

Case with `KotlinClosure2` doesn't translate 1:1 to `KotlinClosure1` for `beforeTest` (taking unary function), so instead you can use: ```kotlin beforeTest(closureOf { logger.lifecycle("Test: $this") }) ```

Ok so I found a way to sidestep this problem but I am too much of a newbie in gradle to know if what I'm doing is right and won't...

I was wondering if maybe the following flow for tracking changes wouldn't be better: First we need several timers: `add interval`, `commit interval`, `push interval`, `fetch interval` (this also relates...

@Vinzent03 about the 4 second limit -- what I had in mind was some kind of "capture" of the exit event - instead of exiting the app, cancel it and...

As far as I can tell, the only simple workaround for the original problem requires 2 invocations: ``` ... | jq -R | jq -s ``` A pity, that there...

Any work has been done on that since the latest project wizard upgrade?

Has there been any work done on this matter and is there some kind of list of things that would have to be implemented (or list of blockers) for this...

I modified [the code](https://github.com/wcoder/highlightjs-line-numbers.js/blob/189e9e64cedc280a395243ea5dfbe0e0aef85a8b/src/highlightjs-line-numbers.js#L184-L191) and replaced current implementation with the following in my script: ```js function lineNumbersBlock (element, options) { if (typeof element !== 'object') return; return new Promise((resolve, reject)...

I'm attaching a stackblitz approximating what my site setup looks like. The slow astro boot process is clearly visible and can be tested when you comment-out the `@import url(...open-props.min.css)` inside...