Louis-Amaury Chaib

Results 22 comments of Louis-Amaury Chaib

I can make the contribution but I've changed company since and won't be able to test it. Anyone who'd be eager to test?

Hello, My understanding was that ["workspace", "ui"] was the actual default behaviour, but sure, it can be set up explicitly as you suggest. I don't think the issue is with...

![image](https://user-images.githubusercontent.com/26120426/99103605-221a8f00-25e0-11eb-8db0-50f8661bdb3b.png) Just to show how it's behaving in LiveShare browser mode 😄 It's kind of a shame given that LiveShare or code-server are really proficient ways to share a workspace...

Just tested now that it's on marketplace but for some reason it's still refusing to install from LiveShare browser session (which I obviously didn't encounter when I installed from vsix),...

Found this [documentation](https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/extensions#known-issues) that might partially explain what needs to be done for an extension to work in web-browser, though I've not found anything related to the checks being performed...

Hi @colas31 , To test this, you may pull the branch, build the extension and install extension from the built vsix. * I'm assuming you have private registries already available,...

@tiangolo in order to add a basic pydantic support, we'd need to drop python 3.6, and I'd say it's about time 😏 ~Would you agree with that? Do you want...

> > @tiangolo in order to add a basic pydantic support, we'd need to drop python 3.6, and I'd say it's about time 😏 > > Hi! Note that Python...

Hello, I encountered this issue while trying to use email, IP addresses and urls as parameters. I did some experiments so I'm sharing thoughts: * Currently `Typer` doesn't depend on...

Hello, I've made a recent attempt to progress on the topic in order to propose a pull request. Unfortunately, I've discovered that some pydantic types, such as `EmailStr` or `HttpUrl`,...