Joshix-1
Joshix-1
When reading the return value of `__arrow_c_array__()` am I seeing it correctly that there is no way to to get the format of the image? An arrow rust library tells...
I don't know if there is a standard way to do that. For me it would be enough if instead of "pixel" it said "RGBX" or "RGBA". But if there...
```diff diff --git a/src/libImaging/Arrow.c b/src/libImaging/Arrow.c index ccafe33b..38f6fa40 100644 --- a/src/libImaging/Arrow.c +++ b/src/libImaging/Arrow.c @@ -117,7 +117,8 @@ export_imaging_schema(Imaging im, struct ArrowSchema *schema) { schema->n_children = 1; schema->children = calloc(1, sizeof(struct ArrowSchema...
If you specify the `--target` to browsers that do not support template strings, the output will be a single line. e.g. `--target=chrome58,firefox57,safari11,edge16` (taken from https://esbuild.github.io/getting-started/#bundling-for-the-browser) https://esbuild.github.io/try/#dAAwLjIzLjEALS1iYW5uZXI9amF2YXNjcmlwdDogLS1jaGFyc2V0PXV0ZjggLS1mb3JtYXQ9aWlmZSAtLW1pbmlmeSAtLXRhcmdldD1jaHJvbWU1OCxmaXJlZm94NTcsc2FmYXJpMTEsZWRnZTE2AGNvbnN0IGdyZWV0aW5nID0gYGhlbGxvCndvcmxkYDsKY29uc29sZS5sb2coZ3JlZXRpbmcpOw
`--supported:template-literal=false` would also work https://esbuild.github.io/try/#dAAwLjIzLjEALS1iYW5uZXI9amF2YXNjcmlwdDogLS1jaGFyc2V0PXV0ZjggLS1mb3JtYXQ9aWlmZSAtLW1pbmlmeSAtLXN1cHBvcnRlZDp0ZW1wbGF0ZS1saXRlcmFsPWZhbHNlAGNvbnN0IGdyZWV0aW5nID0gYGhlbGxvCndvcmxkYDsKY29uc29sZS5sb2coZ3JlZXRpbmcpOw
(this addresses https://github.com/mastodon/mastodon/issues/1399, just linking to make this more discoverable)
A redirect is a bit annoying, but I'm not sure if there is a better solution. Would it be possible to add the local links to the anchors when sending...
I don't think relying on the poster (or instance of the poster) alone is a good idea. That would lead to confusing situations for the users as some links work...
In the video https://github.com/mastodon/mastodon/pull/26917#issuecomment-1721141573 it doesn't open the link inline. I think that's also pretty annoying. I use Mastodon in a PWA and I don't want a new tab or...
Yes that could be a problem, but i never saw that. Maybe I allowed popups before or something and now my browser trusts my instance or something Edit: a pop-up...