Christian Petrov
Christian Petrov
### What version of `astro` are you using? 1.0.0-beta.28 ### Are you using an SSR adapter? If so, which one? no ### What package manager are you using? npm ###...
# Bug Report ## Problem ### What is expected to happen? Some plugins may include an example app project (demonstrating the plugin functionality) in a subdirectory of their repository. It...
This can help leverage hardware optimisations and significantly speed up inference: https://huggingface.co/transformers/serialization.html It seems this would be only possible with transformers>=4.9.0 (see https://huggingface.co/transformers/serialization.html#configuration-based-approach)), so this issue seems related to https://github.com/georgian-io/Multimodal-Toolkit/issues/3.
Support the standard API [`Blob#slice()`](https://developer.mozilla.org/en-US/docs/Web/API/Blob/slice). This API is used by some npm modules such as `@zip.js/zip.js`.
### Problem description The `Widget#data` setter stops working after setting values twice. Could reproduce with iOS 12.4. No errors or warnings were printed to the console. Could not reproduce with...
### Problem description `TextInput#cursorColor` does not work anymore on Android. Setting it does not change the cursor color and following error is printed to the console: ``` No field mCursorDrawable...
### Problem description When referencing a widget excluded from the layout, the native iOS client crashes. ### Expected behavior When an edge references a widget that is excluded from layout,...
### Problem description Animation abortion happens during common interactions with an app, for example closing a page that contains a widget whose animation is still running (see snippet). Currently, Tabris.js...
### Feature description The [FileReader API](https://developer.mozilla.org/en-US/docs/Web/API/FileReader) enables conversion of `Blobs` into `ArrayBuffer`, binary and text strings and data URLs. It is particularly useful when serializing data for exchange with external...
### Issue description Currently, the console contents are shared as a file with the `.txt` file extension when tapping on "..." -> "Share console" in the Tabris.js iOS client, although...