Elvynia

Results 17 comments of Elvynia

I didn't face any problems with dependencies, but I manage them manually in package.json files. I only run `npm install` from the root folder, never in sub folders. It's really...

Hi, just passing by again :) I've been using [NX](https://nx.dev/) to manage multiple libraries and applications in the same workspace and it works perfectly, with convenient commands ! It works...

I think I'll be able to find some time to help in a few months, maybe even spark a friend's interest to contribute. But I never used yarn, is there...

I'm still using one repo per package at the moment I didn't realize npm only supported this recently. From their blog I read v7 support yarn workspaces and v8 will...

> I use a keyboard with qmk firmware, so I've added all the characters I frequently use in different layers instead. This way I'm not reliant on installing third party...

@EmilienRamos Thank you for mentioning it's still an issue, I was getting mad at my code. Ended up using template condition to remove the `mat-selection-list` from template, and add it...

If it can help, I use this lines inside my angular component to reset the html mode manually when needed : ```javascript @ViewChild(AngularEditorComponent) editor: AngularEditorComponent; updateEditorContent() { if (!this.editor.modeVisual) {...