Jonas Strassel

Results 105 comments of Jonas Strassel

Did you read the issue this relates to? Iirc, some types exposed by this library rely on these, not installing them makes them `any`. That being said: this PR is...

It's a shame that `within` can only be applied to point and line geometries, not everything else.

Hi there! I'd be very interested in this change, so we could ship a vendor config with [manjaro sway](https://github.com/manjaro-sway/manjaro-sway/issues/429). Sadly I am a bit out of my league regarding rust...

I just tried this and for me it seems to just look up the first dependency. Can you confirm that it works with multiple? I've got some clearly outdated ones...

> No. I read somewhere else the recommendation to copy the content of gtk-4.0 to ~/.config/gtk-4.0. That has an effect. Eg. in nautilus surroundings of buttons and left folder bar...

I guess a nicer solution would be to be able to pass a redirect url to `/subscription/form` where it should lead after successful form submission and that should be used...

> Without the URL being added to a safe list in the backend, this would lead to an open-direction vulnerability though. While I agree that a configuration option in the...

> > /subscription/form?redirect=[TARGET_URL] > > An attacker doesn't have to compromise the form. They can send unsuspecting users to `https://listmonk.legitsite.com/subscription/form?redirect=$malicious_url`. Legit domain, legit form, legit signup, but malicious redirect after....

Apparently Vercel uses a similar runtime, seeing: ``` ENOSYS: Function not implemented -- syscall: "open" errno: -38 at /vercel/path0/scripts/smesc.ts:26:2 at processTicksAndRejections (:1:2602) ```

> The moment I remove i18n config, the App Router works again, but then everything in Pages Router stops working. And does the app dir pages work in production? For...