Ben Bucksch
Ben Bucksch
This bug is a big obstacle for me during development. I need to load apps dynamically, so any syntax error in any of my code will now not show anymore....
(For those who missed the sarcasm, I presume that egasimus' last comment was ironic.) @rayfoss I'm glad that you found a workaround that works for you. However, this is a...
+1 Such CSS rules which grab unintended elements are a big problem. Thank you, @berndfuhrmann for contributing this fix. @Carbon Maintainer: Please accept his PR.
Dedicated test case: 1. `git clone https://github.com/benbucksch/test-dav-sync/` 2. `yarn install` 3. `yarn start` The code, for self-contained-ness: ``` import dav from 'dav'; import config from './config.js'; /* Pseudo JSON File...
The fact that the `syncToken` is already set after init suggests that I am misunderstanding the API here.
Also [posted on StackOverflow](https://stackoverflow.com/questions/61984977/incremental-sync-for-caldav-in-javascript).
> [Problem:] the promise returned from fetch does not resolve until the entire request body stream has been sent and closed. > The solution here would be to resolve the...
For download streams, the connection and streaming body are 2 separate steps, which can be awaited separately. The same would make sense for upload.
> [not] upload stream racing with the response headers Yes, indeed, I would expect the response headers to have returned before the fetch() promise returns. Once the fetch() promise returns,...
https://restcountries.eu/rest/v2/all