Dennis Schridde

Results 225 comments of Dennis Schridde

Similar for `java-time.api/plus` and `java.sql.Timestamp`, which throws `java.lang.IllegalArgumentException: No implementation of method: :seq-plus of protocol: #'java-time.core/Plusable found for class: java.sql.Timestamp`.

Still an issue with taskwarrior 2.5.1 and taskd 1.1.0. I confirm that here the issue is also an integer / float mask index. I use task sync to synchronise two...

I found an implementation of `sepBy1` that works: ```ts import { coroutine, either, lookAhead, Parser, sequenceOf, } from "arcsecond"; const sepBy1 = (sep: Parser, val: Parser) => coroutine((run) => {...

The `coroutine` example works with small changes: ```ts const sepByTrailing = (sep: Parser, val: Parser) => coroutine((run) => { const results: T[] = []; while (true) { const valResult =...

* So I always have to write `sepBy(_)(t) as Parser` and `between(_)(_)(t) as Parser`? * Should this be added to the tutorial, for example `./tutorial/tutorial-part-4.md` which gives examples for `sepBy`?...

> Hey @devurandom, Thanks for reporting the issue, and thanks for taking the time to set up a proper repro environment! This is unfortunately a known issue with TypeScript, and...

> * Would it be possible to add a non-curried version of `sepBy` and `between` (and any other to which this applies), to avoid the TypeScript issue? > * I...

# What is the current behavior? On a Fedora 32 system I see: ``` ❯ circleci build Docker image digest: sha256:a5b42b7078a01dc90449e50b10887d5ae2c3263cbce3db9aae800e63cf1d2f3b docker: Error response from daemon: OCI runtime create failed:...

I was wondering whether it would be possible to synchronise tab groups using Firefox Sync, too. My idea was to sync them as bookmarks (loosing history, but that is OK...

> as does the Steam UI when I click "toggle dashboard" in the SteamVR menu. Currently this stopped working as well. > I am using ALVR 20.6.1 Same with ALVR...