-
**Is your feature request related to a problem? Please describe.**
I would like to be able to publish my project with AOT enabled.
**Describe the solution you'd like**
Make QuestPDF library AOT c…
-
# 0.1. The first usable version
## Canvas
- [x] createCanvas
- [x] getContext
- [x] png
- [x] jpeg
- [x] svg
- [ ] pdf
- [x] avif
- [ ] gif
- [x] webp
- [x] data
- [x] toDataURL
## Ca…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR23668](https://bugs.llvm.org/show_bug.cgi?id=23668) |
| Status | NEW |
| Importance | P normal |
|…
-
## Describe the bug
I'm currently loading about 30-50 images' thumbnail in Avalonia, it causes about 600MB of memory increasing, each Image are scaled to the width of 100 pixels.
## To Reproduce…
-
[Reanimated] Reading from value during component render. Please ensure that you do not access the value property or use get method of a shared value while React is rendering a component.
If you don…
-
### How were you trying to build the app?
I tried to build my Frame Processor Plugin (written in Objective-C++), but it failed with `'FrameHostObject.h' file not found`. The issue seems to appear i…
-
The code in //third_party/tonic/typed_data/typed_list.h is dangerous as written.
The underlying C API it wraps says that you cannot do anything that would cause an allocation to occur before releas…
-
Minimal reproducer:
1. `cargo init`
2. `cargo add skia-safe --features textlayout`
3. `echo 'fn main() { skia_safe::textlayout::TextStyle::default(); }' > src/main.rs`
4. `FORCE_SKIA_BUILD=1 car…
-
there's a [spike here](https://flutter-flutter-perf.skia.org/e/?begin=1729644148&end=1729717162&keys=Xdbf1936d1458e4b1720130437f9610b1&num_commits=50&request_type=1&xbaroffset=43061)
Compare [to av…
-
### What's happening?
Using Skia Frame processor along with photo `true` throws `[device/camera-already-in-use: The given Camera Device is already in use!]` in Android. Skia Frame processor work…