Jonatan Ziegler

Results 17 issues of Jonatan Ziegler

## Description of the feature The data loader implemented in `src/dataloader ` has no dependencies towards other async_graphql code. As I think this data loader might also be useful outside...

enhancement

## Expected Behavior Upgrading to v0.7.14 should not change any public API. ## Actual Behavior As Axum 0.8 whose support got introduced in v0.7.14 has braking API changes, so does...

bug

**Is your feature request related to a problem? Please describe.** Currently, when the canteen changes their meal names in the morning, images and other data disappear after a refresh. **Describe...

enhancement
Backend

Some fixes to the previous Ai update and other little things: - Tell AI to accept images in case of doubt - store acceptance message in database and show in...

When uploading a PNG with alpha channel, it won't be converted to JPG. See https://github.com/image-rs/image/issues/2211.

Backend

Following https://matklad.github.io/2021/09/04/fast-rust-builds.html, trying to make compile times shorter. Starting point: 3.5 min for clean release build - Use `--timed` to identify unnecessry slow dependencis - removed unneccesary image types ->...

If `max_bytes` limit is exactly the size of the input, I get the following output: ``` 00d0: 1011 1213 1415 0000 0000 0000 0000 0001 ................ 00e0: 0001 0203 0405...