Eddie Ash
Eddie Ash
I found that using private attributes. (i.e attributes that start with a _) causes pyright to miss them in the constructor. Example ```python @attr.s(auto_attribs=True) class Class: _priv: Int = None...
Thank you for the link. I didn't dig deep enough in the attrs documentation it seems. Can you point me to an example of using the alias in the field...
@jmaupetit : To whom are you asking the question?
Thank you for the alternative. On Mon, Jul 20, 2020 at 12:28 PM Chris Mildebrandt wrote: > Thanks for your interest in Yamale. For now, you should be able to...
To get the mypy source to work with the daemon is pretty simple. You just need to change the command to "dmypy", and add "run --timeout 500 --" to the...
I wanted to clarify that this issue is for having poetry only use the binary distribution. Which is the oposite of the -no-binary option.
I am still seeing this problem. Is there a work around? Error: ``` ^CException ignored in atexit callback: Traceback (most recent call last): File "/home/nv/utils/ci/nvci_create/1.2.1/lib/python3.10/site-packages/opentelemetry/sdk/metrics/_internal/__init__.py", line 440, in shutdown metric_reader.shutdown(...
My config looks like: ```lua return { "jose-elias-alvarez/null-ls.nvim", event = { "BufReadPre", "BufNewFile" }, dependencies = { "mason.nvim" }, opts = function() return { sources = { nls.builtins.diagnostics.mypy.with({ args =...
For copying, if you put obsidian into "reading" mode, it'll copy properly. When you paste you have to paste into a program that supports pasting with formating, such as outlook...