maggie44
maggie44
Recent pull requests didn't move forward the ARG version in the dockerfile: https://github.com/balena-io/wifi-connect/blob/master/Dockerfile.template "ARG VERSION="4.4.0" Mentioning here rather than putting in a change as perhaps it should be part of...
Seems like a new commit requires tunnel.my.domain.com CNAME to be added? Would be helpful if that could be included in the changelog. https://github.com/balena-io/open-balena/blob/master/CHANGELOG.md#2021-01-22-6 I review them before upgrades, anticipating breaking...
When using the reader in Safari, the following message is logged in the console: `TypeError: null is not an object (evaluating '(document.body||document.getElementsByTagName("head")[0]).lastChild.src')` You can replicate this by viewing the demo...
I have upgraded to Quasar2 which contains Vue3 and Webpack5. Since the upgrade I am seeing the following message during the launch of the development environment. Due to be fixed...
Hi, Thanks for maintaining the docker image for Strapi, it is incredibly helpful for quick and easy management. I am wondering if we could have a production version of the...
There is a bunch of stuff in the NPM release of the SDK that doesn't seem like it needs to be there. I was going to submit a pull request...
Moment.js is largely deprecated. It's own README included in the installed package states: ``` ## Project Status Moment.js is a legacy project, now in maintenance mode. In most cases, you...
When using the demo, if you click an image when using a smart phone it try’s to load a hovering preview even though it takes you directly to the clicked...
Building Electron for arm64 on a GitHub runner requires notarised apps with Apple: https://github.com/electron-userland/electron-builder/issues/5850 Requires using the much slower x64 version in the meantime.