nianiam

Results 11 comments of nianiam

I’d like to concur! I spent last week without it because I’d installed Ventura and my whole workflow was interrupted. Thank you for such a brilliant app. The only thing...

Perhaps a short note in the docs about this restriction and using double-escape to circumnavigate would be helpful (in case people are doing more complex regex matching). Ignoring the whitespace...

Sorry for the slow reply and excuse my ignorance, but I'm not sure how to install the beta. **What I am doing:** 1. Download the beta release `.zip` and renaming...

Great thanks, got it installed and the update is handling my example. I don't know if it's worth opening another issue, but I was also wondering whether it might be...

That’s a shame. Having the literals all in one colour made it easy to recognise where they were in the code. Having syntax highlighting is obviously better, but I did...

Having some way of highlighting the literals would be very useful. A background would certainly work. A similar set of preferences to scope would also be good: a default background,...

I was getting the same exception. The issue was being caused by defining the algorithm in the `defaultLayoutOptions` whilst initializing elk: ``` const elk = new Elk({ defaultLayoutOptions: { "elk.algorithm":...

Using the suggestion by @akynau I also had to change: ```ts type CarouselProps = { opts?: CarouselOptions plugins?: CarouselPlugin // void } ```

Signal working excellently. Thanks and fantastic work!