Dmitrii Cucleschin
Dmitrii Cucleschin
I am having very similar error: ``` Dmitrys-MacBook-Pro:shoes Dmitry$ rake syck has been removed mkdir -p dist gcc -I. -c -o shoes/app.o -Wall -I/usr/local/include -I/usr/local/Cellar/cairo/1.10.2/include/cairo -D_REENTRANT -I/usr/local/Cellar/pango/1.32.6/include/pango-1.0 -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include...
Hey, PragTob! Thank you for your help and link you provided! Being desperate and needing to work on interface ASAP, I installed Ubuntu VM, built Shoes there and now develops...
@LuisGilGB, were you able to find any workarounds to make Tailwind classes prevail?
I can try to find time around the end of the week, but if you can get to it sooner, please be my guest. From my brief research, the first...
It seems like there is still an issue here, or am I doing something wrong? In my `package.json` I have: ``` "@playwright/test": "^1.42.1", "playwright-core": "^1.42.1", // just in case ```...
Очень жаль; я нашел похожую статью на английском, но там описано куда более сложно. Не подскажешь, каким образом наиболее эффективно распознавать кончики пальцев в случае, где пальцы соединены вместе (нету...
> If it's rss really easy as we have an abstract xml scraper. Just have to derive from that and override the methods required Did we add that abstract XML...
> does `next.config.ts` work out of box? if no, what's workaround In `.storybook/main.ts`: ```js framework: { name: "@storybook/nextjs", options: { nextConfigPath: path.resolve(__dirname, "../next.config.ts"), }, }, ```
I've been facing the same issue, and ultimately the discussion in #56702 is what helped me solve it. Add the following `launch.json`: ``` { "version": "0.2.0", "configurations": [ { "name":...
@andrewmartin, just to confirm, while the other thread is named "_client-side debugging_", for my case I was actually also looking to fix the issues with debugging _server_ files specifically (`page.tsx`),...