George Katsanos
George Katsanos
@MikeMcC399 indeed : I was able to reproduce / fix the issue and it seems to be related to the runs-on value which you mentioned. I guess I need to...
by the way, setting `record: true` occasionally hangs the test run, so I decided to not use cypress cloud after all. Any clue if there's other documented similar issues?
> @gkatsanos > > > by the way, setting `record: true` occasionally hangs the test run, so I decided to not use cypress cloud after all. Any clue if there's...
None of the proposed workarounds work. 1) `options: --user 1001` 2) ``` - name: Reclaim cache directory run: chown -R 1001:1001 /github/home/.cache && echo "pwn dat cache" ``` using a...
Unfortunately not. There are several github issues in the main nuxtjs repo , most of them closed/abandoned/stale. E.g. : https://github.com/nuxt/nuxt.js/issues/2734 https://github.com/nuxt/nuxt.js/issues/2341 https://github.com/nuxt/nuxt.js/issues/433 https://github.com/nuxt/nuxt.js/issues/2528 "in the wild" theres a couple of...
small update: I was able to breakpoint and sourceMap correctly client-side rendered code. I'm having some trouble mapping server-side files. (generally anything in asyncData/fetch or Vuex server side)
@danielroe if anyone from the team has experience on debugging and can give a tip or two, I'd gladly redact the doc for this and make a MR. It's possible...
> When I add `?raw` to the JS imports/exports, I get an error from the build that it can't find the modules, so that's not an option (they come from...
most teams who develop design style guides use their own font size specifications and you can override the default tailwind sizes to anything you want.. not sure why you would...
The tailwind config is used by more than one applications - We switched to pixels because some apps had a different font-size base value and we were having inconsistencies...