Simon Heimler
Simon Heimler
I ran into the same issue. It looks like some of the PR's would already propose to add those missing types, e.g. I'm missing that one in particular: https://github.com/enquirer/enquirer/pull/219 That...
Btw. I could work around the missing TypeScript interfaces, by selecting the `type` like this: ```ts await prompt({ type: 'autocomplete', name: 'value', message: 'Which u-he synth to generate presets for?',...
Dear @Lazzaretti , what version of AsyncAPI are you using? v2 or v3? I'm asking, because the AsyncAPI 2 trait behavior will lead to the trait overwriting the target message....
Hi @Lazzaretti , Ok, so you would define two traits (one for binary, one for structured mode) and then would you duplicate the messages to indicate that they can come...
Sounds good! Thanks!
Thanks for the reporting! I can confirm that this doesn't work. Just wonder how much of that is Edge related, as it sometimes tries to download PDFs ans sometimes open...
Hi @Jiang10086 , Have you tried this: > Start your query with ~: only bookmarks within the folder will be returned (exact "starts with" search) > Supports AND search, e.g....
Ok, I see. I'm afraid that doesn't really fit into the concept of this extension. It's meant to nagivate to browser pages / tabs, not to folders in a bookmark...