Adrian Jost
Adrian Jost
This is a basic implementation to allow tab usage. I handle each tab like a single space character. In most cases this should be fine as it's really rare that...
Hi, I have discovered another accessibility issue. It's a very small one. Every input should always have an appropriate label. A simple fix would be to add `aria-label="enter new tag"`...
# 💬 About I've updated the dependencies of [one of my hobby projects](https://github.com/adrianjost/SmartLight-Web-Client/pull/821) to **use Vue3 and the latest firebase SDK (v9, not in compat mode)**. To keep it running,...
if I have multiple folders added to my workspace, stylesheets that are within the same folder as the markdown file aren't applied. For example I have added the folders `D:\Code\abc`...
# 💬 Why? - resolves #66 - helps https://github.com/mesqueeb/vuex-easy-firestore/pull/376 # 👨💻 What has been changed? - Bump dependency versions - remove Vue special reactivity syntax. Vue3 can now handle that...
resolves #20 by renaming variable to remove a deprecation warning from EJS.
This PR will: - update all the installed dependencies to fix security vulnerabilities - fix a firebase deprecation warning regarding the new timestamps ``` > The behavior for Date objects...
I think this package has a naming conflict with the ejs prop `scope` which results in the depreaction warning. > `scope` option is deprecated and will be removed in EJS...
On my Samsung S10e, I have a couple of apps installed in the work profile. Unfortunately if I hide one of those apps from the work profile (indicated in the...
It took me a bit of time to figure out which [permissions](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs#overview) this actions needs. In my case, adding the following worked. Maybe that should be added to the README....