Stijn van Houwelingen

Results 44 comments of Stijn van Houwelingen

You can also use `dos2unix` to automatically change the line-endings. This way, you know for certain that can't go wrong again. ``` # Install dos2unix RUN apt update && apt...

I am quite sure I have found the bug in the sourcecode. This: ```ts switch (this.classifier) { case '*': return 'font-style:italic;'; case '$': return 'text-decoration:underline;'; default: return ''; } ```...

@sparticvs @jgadsden I was still planning on looking at it, it is just that I am incredibly busy right now, I probably will have some time in a week or...

I did a bit of research and bumped into this fun roadblock: The guide @jgadsden linked is indeed very useful and I followed it. This went well until I got...

@jgadsden No, I'm happy to hand it back over to you, it is a lot more complicated than I thought 😅 , but hey, I learned a lot from it....

I have heard about Fedora turning RPMs into flatpaks, would that be worth looking in to?

It's been a while, but I haven't forgotten about this. I have looked at it again with NPM and I have gotten a lot further, but I am up to...

For people wondering why @input doesn't work on next/Vue 3: this is because of a [Vue 3 change]( https://v3-migration.vuejs.org/breaking-changes/v-model.html)) that is not reflected in the vue-mutliselect docs. TLDR: change @input...

I have found the issue, it was my bad. It had to do with the way I formatted my YAML frontformatter, not with languages or styles. For future reference: ```...

It's a shame because I cannot use this package without this functionality