Sarunas Tamasauskas

Results 8 comments of Sarunas Tamasauskas

schmunk42 feel free to update however you want it, I don't mind. Here is the rep https://github.com/Stamy/database-command. It does completely everything for MySQL, Full FK generation, multiple-keys.

The actual types for the TS 4.7.4 (the breaking changes). On the `main` branch the types somehow are not reflected yet 🤔 The new breaking types: https://github.com/microsoft/TypeScript/blob/v4.7.4/lib/lib.dom.d.ts#L1980-L1990 Basically, these props...

What about RGB support?

We are experiencing this issue as well on production with next.js. Adding a screenshot that shows the memory increase from version `7.95.0 -> 7.110.1`. I can't provide reproduction sorry. Snapshot...

> @Lms24 since he mentioned that this is a Next.js app any express handler shenanigans are unlikely (though not impossible). > > @sarunast I'd be interested in whether you have...

Perhaps it is @Lms24 but what caught my attention was this comment: > I also went through some versions to see when it was introduced. It seems to start in...

Also if you call `api.getLink('text-url').url()`. It errors out if it doesn't exist, this shouldn't be the case in my opinion. You could use lodash `get` method to solve it: https://lodash.com/docs/4.17.4#get....

I am not sure, but I think the server with response should include this header `Access-Control-Allow-Headers` and it should contain the value `X-Mob-Error-Code`. So it would look like: `Access-Control-Allow-Headers: X-Mob-Error-Code`