David De Sloovere
David De Sloovere
@dnguyen800 It's been a long time ago. Don't recall to be honest. But I have spare monitor, so I probably hooked it up instead of doing headless. That said, does...
https://github.com/maddox/magic-cards/issues/38#issuecomment-521372664
HI @Andrefiel Could you clarify your question? There's config example in the docs https://github.com/maddox/magic-cards/tree/master/docs
Also getting **Data error£¬no data recevice.** My codes look more like this: ``` àà&(çèè"(é àà&(çàé'!§ àà&(ç&'à'§ àà&(!èé!ç( àà&(çèè"(é ``` Should they be actual digits in notepad?
I can not get it to work on Windows. Can't reconfigure the way the reader reads the ID. But... it works with the magic cards docker image though. I can...
@micolombier Thanks for your insight on the keyboard layout. Makes total sense. 👍 I can't believe I didn't figure this out myself. On the other hand, the reader software could...
Here's my config, using antfu's v2.11 eslint config ```javascript // https://github.com/antfu/eslint-config#customization import antfu from "@antfu/eslint-config"; // workaround for flat config not being supported yet by eslint-plugin-tailwindcss // https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/280 import {...
I have this, and many other changes, in `.vscode/settings.json` - maybe that's the missing piece ```jsonc { /**************************************** * Ant Fu eslint ****************************************/ // https://github.com/antfu/eslint-config#vs-code-support-auto-fix // Enable the ESlint flat...
What's the url of the images in production? Is it something like /_ipx/... ?
Indeed. Deployed to **Cloudflare**: not working, are rather the src was not changed `` Deployed to **Vercel**: working `` Maybe IPX doesn't run on CF runtime? Maybe something here with...