Jiri Spac
Jiri Spac
@shadcn why is this closed? I installed command yesterday and I still had to replace ``` data-[disabled]:pointer-events-none data-[disabled]:opacity-50 ``` with ``` aria-disabled:pointer-events-none aria-disabled:opacity-50 ``` to get combobox to work
@ntp15 thanks, will switch my projects to that fork!
I am getting this too. Mostly on bigger projects/monorepos. Small projects are usually fine. Anyway size of the project should not matter when formatting currently selected file. Prettier extension is...
does this still work? I am trying to do ``` await trx.executeQuery( sql`ALTER SCHEMA ${current.subdomain} RENAME TO ${subdomain};` ) ``` and I keep getting `this query cannot be compiled to...
ok this works ok ```ts await sql`ALTER SCHEMA "test" RENAME TO "test23"`.execute(trx) ``` but when I try to use variables in the template it throws
sorry for spamming. This is most likely a problem in pgPool as it has the same problem with the parameter for this query. TIL you cannot rename a schema in...
BTW on this note, is there a way to do raw query with plain old string literal in kysely?
I will try!
Also check how fast resolving is at runtime. Check that we don't have something similar to this https://youtu.be/uFH5S5dUPr8
@borisyordanov this should be fixed. We just ran into issue with this in IE 11 on our app. @MelkorNemesis's pull request should be merged IMHO.