Alan Silva

Results 109 comments of Alan Silva

I've stumbled at this very same issue. It was working before I upgraded to Ventura.

It's very weird, but now it's working:

> I think this preview is not generated by my application. I don't have the button to expand/collapse the items (unless you have activated some plugin). Indeed, I've installed `brew...

Did you happened to instal `quicklook-json` after `syntax-highlight`? This is only thing I did. Aside from that I'm afraid I have no clue.

even if you removed both then install only `quicklook-json`? I realised now there are two other things you may want to try to: 1. `qlmanage -r` 2. restart `Finder` app.

You're welcome. I still need to find time to check the out https://github.com/openml/automlbenchmark/pull/495#issuecomment-1453378049 But I have no idea when I will do that.

Unfortunately I'm not working on related projects anymore so I'd say do what is better for you guys. If I'll come back one day then I will check and test...

I'm looking for a `typer` way to replace: ```python parser.add_argument('move', choices=['rock', 'paper', 'scissors']) ``` It would be great to have a similar feature in the core of `typer`.

I don't know if it helps but [here](https://runkit.com/awss) I have two ways of implementing an endpoint to be used with https://shields.io/endpoint. A big thanks to @ilyazub for helping me with...