Gilles Coomans
Gilles Coomans
Hello All, How could I access the "cloud deep learning" stuff? (I'm a paid user). Because, when using tabnine (and other greedy extensions I confess) on my laptop (macbook pro,...
Ok fixed : I should add @types/web explicitly in my project, and remove "dom" in my tsconfig./lib entry. tsconfig.json: ```json { "compilerOptions": { "lib": ["es2020"], "target": "es2020", "module": "CommonJS", "sourceMap":...
Hello @no2chem, You are right, we should keep it open as it looks like nobody from clerk has seen it.
Hello @SokratisVidros, After updating to @clerk/[email protected] (published yesterday), I still have several errors from missing dependencies. To reproduce : ```shell mkdir clerk-dependencies-error cd clerk-dependencies-error yarn init yarn add @clerk/clerk-sdk-node yarn...
Hello, After applying what gabeszrozsa said, I still have an Error which is coming from the FileSelector component (from ./components/FileSelector/icon.js). (next.js 9.5.5) FileList (which is provided by browser and that...
Hey @Thesephi, If you have the rights to do so, don't hesitate to reference my issue in the "development" section in the right column above. Something as "close #686". It...
Version: Deno 2.3.3 Hello All, This exact issue is still there. @imfing did you find any workaround ? Thanks.
Hello @imfing, Ok thanks for the tips. In my case, adding the `"vendor": true` in the deno.json has done the job. It produces the local node_modules and includes it in...
Oh, I see that there is already a PR for it. #685