Anatoly Makarevich

Results 23 comments of Anatoly Makarevich

Hi, would this "user profile" concept work for multiple accounts in vscode itself? For example, I use vscode for personal projects (personal email & GitHub account, this one), but also...

Sorry for missing this discussion 2 weeks ago... I need to check out and play with the current (v0.3.1) version of pydantic-core before I can really give an informed opinion,...

Sorry if this question should've been researched more thoroughly from my side, but... is there anything in PyMC v4 that will make life simpler for folks to want to do...

Here's a very hackish way: ```python from interpret import show_link # ... create the results you want to show # e.g. marginal, ebm_global, ebm_perf from the example notebooks # You...

Similar PR in FastAPI repo hasn't been merged yet, it's possible this is waiting for Pydantic-Core to be released more broadly (I know Sebastian and Samuel Colvin talk :yum:) to...

What would be the implications of using networkX objects as the Python interface for the library? This goes along with #20 and kills two birds with one stone. IMO, this...

As a side note, plotly docs reference networkX directly: https://plot.ly/python/network-graphs/ It's also the first search relevant result for "python graph library" and "python network graph". When looking at different variants...

Hi, yes, saving comments and existing formatting is a thing that has been requested before, and I've tried to figure out how to support it. That's one of the reasons...

I just realized that I didn't even get to whitespace preservation... I'm not sure even `ruamel.yaml` does that consistently, though probably has the best option there. Some other thoughts (mostly...

Hi, currently that isn't possible through `pydantic-yaml`. It could be possible to do through the YAML backend we use, `ruamel.yaml` (see [here](https://yaml.readthedocs.io/en/latest/detail.html#adding-replacing-comments) for details), but currently the loading/dumping is done...