Muhammad N ElNokrashy
Muhammad N ElNokrashy
What soured you towards this idea?
You still have to _check_. What do you mean by using duck typing here? Try to match, assuming everything is in order, and skip if an exception is raised? That...
With absolutely no data to support my claim, I'll guess this would be slower than the `isinstance` check. Though as mentioned, it might make sense in places where patterns should...
1. Would love this :D 2. Mendeley (and maybe other tools?) that export `.bib` files include extra fields for the local file path, tags, keywords, etc. 3. With this feature,...
> Can you guys vote on this issue? > > http://feedback.getpolarized.io/feature-requests/p/bibtex-import-support It says to "login with your Polar account". I logged in on the webapp, but that doesn't propagate to...
That'd be great! Seems like it might require backend changes though? If there's something (a repo, and a location in the codebase to look at; etc.) we can do to...
I think PyLance is doing something like this now. It's still pretty early (e.g. currently it colors `self` with the same color as any other "available" variable). But it does...
One point for completely 'vanilla' dataclasses: Initialized variables of a dataclass type offer correct completions (usually even better sorted than completions for a manually-created class with the same members, which...
Not sure what the current state of this issue is? Some old comments mention PRs fixing it, but it's still active in the latest vsc insiders. :'(
Probably a problem on my end. The `group` parameter might need just a line or two more of documentation for `skmultilearn`, though 🤔