Torleif Berger

Results 49 issues of Torleif Berger

Considering trying this out for our app, but there's an example I kind of feel is missing. All the current examples seem to all specify both `width` and `height` in...

Similar to how this is able to fetch what I have of crafting materials in the bank, would it be possible to also fetch which recipes I already have? And...

From [my question asked on Discord](https://discord.com/channels/893487829802418277/893488038477434881/1018893492342226994): When adding an issue (e.g. via `ctx.addIssue` in `superRefine`), you can set whether the issue is `fatal` or not: ```ts ctx.addIssue({ code: 'custom', fatal:...

I've had the PR #1438, which fixes several issues with both `useLocalStorage` and `useSessionStorage`, laying unreviewed and unmerged since August 2020. Today I yet again found some merge-conflicts had popped...

I like this mod, but it's a bit too much for me, so I wanted to do a play without it. But then I realized the Universal Storage variant of...

Can I find a pre-built binary version of this somewhere? Tried just cloning the repository and building with maven, but can't get it to work. Just want to try out...

Upgraded to Typescript version 5 this week, and just noticed I get a warning from `npm` now about `tsquery`: > @phenomnomnominal/[email protected] requires a peer of typescript@^3 || ^4 but none...

**Is your feature request related to a problem? Please describe.** When for example lazy loading and/or animating images on a website, you often need to specify the width _and_ height...

feature-request

**Is your feature request related to a problem? Please describe.** Writing routes in Next.js which will return feeds generated by this library, but unsure what headers to send with the...

# Question I'm writing a NextJS app (latest version, using app-dir) and stumbled upon your [PHP Runtime for Vercel](https://github.com/vercel-community/php). Is that possible to use inside/part of a NextJS application hosted...