Sam Apter
Sam Apter
I'm also looking for RTL support. @Roshdy have you ever gotten it to work?
@Roshdy yes I noticed that as well (and that one has conflicts as well at this point). And both packages are by the same author. @STRML any chance you'll get...
@Roshdy with the latest version (3.0.4), it looks like `sw` and `se` cases are already handled via the new `.react-resizable-handle-sw` and `.react-resizable-handle-se` classes. Is it fair to say that the...
I can also confirm the issue and the workaround worked.
Can confirm this issue. Given the following code in ws.ts: ```ts import WebSocket from "ws"; function initWs() { const ws = new WebSocket("wss://remote-auth-gateway.discord.gg/?v=2", { headers: { Origin: "https://discord.com", }, });...
@maxime4000 unfortunately I did not find a way around it. Please have everyone at your org upvote the issue so it gets more attention from the Prisma team and hopefully...
I can't reproduce this. ```ts import dayjs from "dayjs"; import "dayjs/locale/nl"; const testTime = dayjs("2023-09-19T17:57:32.841Z"); const nl = testTime.locale("nl"); console.log({ nl, en: testTime, }); ``` yields: ``` { nl: M2...