digaus

Results 95 comments of digaus

Imo the calendar should use angular datepipe for displaying the format aswell as the other metadata (can get day and month names throught the pipe). For further improvement the calendar...

I was able to create a service for writing and reading large blobs. (For web, blobs are already supported for indexeddb) Reading is simply done with a `fetch` call. Writing...

Any news on blob support?

If anyone still needs this, I implemented a solution myself which works with current cap version. Here is a sample app: https://github.com/digaus/CapacitorSaveBlob Tested myself in browser, android and on iOS....

Yes it is possible with UTM and the generic aarch64 build: https://i.imgur.com/LtL410W.gifv So far only issue I have is this: https://github.com/home-assistant/operating-system/issues/2021

@breautek We can convert the blob into chunks and write the file in parts: ``` private async convertToBase64Chunks(blob: Blob, size: 3 | 6 | 9 | 12 | 15 |...

@boedy I currently run into this issue aswell. I am serving update files for smarthome devices. These devices all download the update from the smartphone. Some users have arround 40...

See also https://github.com/Microsoft/react-native-code-push/issues/1233

Agreed, plugin from Microsoft without support for Windows? Really would be awesome because I taregt Windows 10 (UWP) on Tablets etc.

Is it possible you look into this? I am fairly certain it would be easy on the android side at least. Just make it possible to combine `at` with `every`...