MiroslavPetrik
MiroslavPetrik
> > Can someone provide a reproduction? > > Found the issue, it was on my side, so in my case, while on `"next": "^14.0.1",`: after adding `appDirectory: true` to...
the `!ml` means machine learning, that the code is identified as trojan by heuristic which yields false positives. Happened to me last month in unrelated thing
I had to position the spinner absolutely inside the button & add custom paddings based on the size. Looks good, maybe for `lg` the spinner is too big. ```tsx import...
You need to create new access token in NPM and pick the "CI/CD" option in the dialog window, there will be like 3 radio button options. Then set that token...
will the fix work when the `-` operator is called with `date` and `date`? Like in: ``` test:edgedb> select Reservation { days:= range_get_upper(.dateRange) - range_get_lower(.dateRange) }; edgedb error: InternalServerError: operator...
I second this, as I want to translate the messages via i18n.[ Currently I compare the the literal error messages](https://github.com/MiroslavPetrik/net3-starter/blob/669a0d614199d9330f764c5be4b53742cb8ba04d/src/app/actions/auth.ts#L283) while enum naming would be much better e.g. `EmailVerificationRequired`. Perhaps...
> In my opinion truncating (towards minus infinity) makes more sense for timestamps than rounding to the nearest value, since truncation will not affect computing properties like the date or...
Damn this is good, I ignored the `else` behavior totally, seems like it works (for the last example) like ```ts type ElsePath = Exclude // ^? 3 ``` @schummar was...