timmygee

Results 6 comments of timmygee

It does cause issues with starting mingus. I would suggest adding that line into stable_requirements.txt

I have implemented a workaround for the issue. This css rule seems to stop the navbar resizing from being visible: ```css .navbar { transition-duration: 0s; } ```

> you just need to to transform it with Webpack/Babel as described in docs: https://github.com/nuxt/vue-meta/tree/next#ssr add to your `babel.config.js` this: > > ```js > module.exports = { > presets: [...

Wow - totally forgot I did this. It was a busy time and I missed your reply! Yeah it's possible that backwards compatibility might need to be built in. I...

It seems that at least the Bash() rule is reading the .env Actually if you get claude to run the `printenv` command the values from `.env` will be there. Even...