Gianmarco Rengucci
Gianmarco Rengucci
> This fails when using responsive breakpoints that cause columns to wrap. The rows that get created when hitting the various breakpoints (i.e. xs, sm, md, et.c) end up with...
+1 on this issue. It's only present for versions 13.0.0 and above though: version 12.5.0 does not have such issue. In fact, the output is different: ``` [STARTED] Preparing lint-staged......
> Quite hard to debug this without journal gnome-shell logs I can replicate this issue consistently. Here's a log: https://www.toptal.com/developers/hastebin/oyubuvafib.yaml I'm currently running [mutter-performance](https://aur.archlinux.org/packages/mutter-performance) instead of the classic version, but...
@Jhackler @jeetsrs @afzl-wtu are you guys using this extension by any chance? [Gnome 4x UI Improvements](https://extensions.gnome.org/extension/4158/gnome-40-ui-improvements) It appears that I'm only able to replicate this bug when that extension is...
I've tried taking a stab at it since I've been facing this issue for a bit as well, but I'm hitting a wall. My issue is a bit different from...
> I can confirm I am running into the same issue and the culprit seems to be `throw redirect()`. > > My reproduction: https://stackblitz.com/edit/github-xhruej?file=src%2Froutes%2Fabout.tsx,src%2Froutes%2Findex.tsx&file=src%2Froutes%2Fabout.tsx I didn't have time to make...
Hi, sorry for the late reply. You're correct, **TypeORM changed how getRepository() is used since v0.3** (https://typeorm.io/data-source#creating-a-new-datasource) and I forgot to update the documentation. I'm reopening this issue as a...
> But it is not working with NestJS. If possible, please provide an example of using it in the NestJS Yeah, that's an example configuration for an Express backend. I...
> tried this too its running fine with no issues but. data is not getting saved. I may have some time this week or next to look at it, could...
Hi @SebaBoler, that's because your TypeORM config has 'query' logging turned on (see: https://typeorm.io/logging), even if I can't see it from the configuration options. Connect-typeorm does not output anything to...