Jonáš Jančařík

Results 11 comments of Jonáš Jančařík

I came across the same error message when using an async function in onRequest. I think the problem might be that async functions by default return a promise (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function#return_value)...

Did you figure this out eventually?

The same thing happens with lists (an empty list is returned instead of `None`) when you use `Optional[List[str]] = typer.Option(None)` (as suggested in https://typer.tiangolo.com/tutorial/multiple-values/multiple-options/)

Doesn't seem to be working in IE 9 and IE 11 (on Surface 2) - these are the only two I tested so far. I got the mask shape in...

> Current workaround is to execute the stemming prior to submitting the search to Typesense. Does this mean Typesense can perform stemming or lemmatization at index time (similar to Elasticsearch...

How did you solve the check all issue? I will probably use some custom JS to do that, but is there anything in-built? Thanks!

I seem to still have this issue with `v1.5.441-preview`. I use this hacky one-liner as a workaround: `$output = winget upgrade; $colNum = ($output | Select-Object -Skip 2 -First 1...

Good question, I will try to figure out. It's true the original issue was that any package that was not the first one on the list wouldn't be installed silently,...

I think you're right. It seems to have been an issue with `PostgreSQL.PostgreSQL` which was displaying an unzipping dialog for some reason.

Commenting just to bump this again. It would be great to have this option for accessibility and simply for better UX