KayXue
KayXue
### Description: Can you please publish this module and app store scraper to deno.land/x ? I want to use it in Deno 🥺
### Describe the bug When I import the module, it said "Module not found https://deno.land/x/[email protected]/src/core/register" ### Version For deno, V6.4.1 ### Is this a regression? I don't know ### 🔬Minimal...
I want to parse UTC time string to ZonedTime  But......my console output this 
### What version of Bun is running? 1.0.25-canary.5+6019665d4 ### What platform is your computer? Microsoft Windows NT 10.0.22623.0 x64 ### What steps can reproduce the bug? 1. Install @prisma/client 2....
I met this build error when running `pnpm run android`: ``` Execution failed for task ':react-native-fs:compileDebugJavaWithJavac'. > Could not resolve all files for configuration ':react-native-fs:androidJdkImage'. ``` I have already added...
I just install cosmic-epoch-git AUR pack on Arch Linux, and after I logged in my user account with gdm, it just full black screen with a input cursor, I waited...
Hope that you can add this hotkeys, I always use it when I use windows run dialog.
Hope that you can add "Default Display Position" settings in settings window so that we can set where the run windows display by default.
Can you add .webp support for this module please? 🥺
I hope my data can save in bot database  And My PostgreSQLConnection.ts: ```ts import {DataSource} from "typeorm"; import DynamicVoiceChannel from "./Entities/Bot/dvcEntity"; const dataSource=new DataSource({ type:"postgres", host:"localhost", port:5432, database:"bot", username:"postgres",...