Hermit
Hermit
I found three issues in app-builder that mangles certificate Subject: 1. It removes the space after comma, i.e. `CN=Mary Ann, O=Mary Ann, `... became `CN=Mary Ann,O=Mary Ann`,... which makeappx.exe doesn't...
@vieruuuu Love your work! I think your thin wrapper over `defineStore` achieves the goal of removing `storeToRefs()` boilerplate code that this topic is about. Nonetheless I wanted to mention that...
> I encountered a similar error. In my scenario, I had a button with an inline onclick event assigned to it, which resulted in the aforementioned issue. No, I doubt...
Hi @jd-solanki [PR 218](https://github.com/jd-solanki/anu/pull/218) raised for your review. Please be aware that this will be a breaking change version once merged, due to UnoCSS's underlying changes.
Depending on how `--a-primary` is defined, it's safer to use `hsla()` in such cases: ``` .text-primary { --un-text-opacity: 1; color: hsla(var(--a-primary), var(--un-text-opacity)); } ``` That's what #219 was trying to...
Hi JD,Thanks for replying. Totally understand and appreciate your time and excellent work on Anu.As to Vue component libraries, I would also recommend [PrimeVue](https://primevue.org/) as a good alternative.Happy coding and...
@mahnunchik I created a [fork](https://www.npmjs.com/package/electron2appx) that merged PR134 and may have solved this problem
I created a [fork](https://www.npmjs.com/package/electron2appx) that solved this problem
I created a [fork](https://www.npmjs.com/package/electron2appx) to solve some of the problems I was facing. Hope it could help others as well.