Moosems
Moosems
> If you really need to splat argument from a dictionary, a simpler alternative is to convert the dictionary to positional arguments by using a wrapper method: > > >...
What about codeblock highlighting?
Upon some tests, it works with adding widgets and somewhat works but it doesn't relive old items that no longer exist in the code.
@leycec https://github.com/beartype/beartype/blob/main/beartype/door/_func/infer/infermain.py#L137-L144 Not the most efficient but you could just copy the object and use that.
@leycec “We choose to do these things not because they are easy but because we thought they would be easy”
@leycec Installed beartype from git main and am getting the following error 😢: ```python from beartype.door import infer_hint from pygments.lexers import PythonLexer from pygments.lexer import RegexLexer from pygments.token import _TokenType...
However, the fact that this: ```python class Foo: ... print( infer_hint( [ { "x": int, "y": [ lambda: None, Foo ] }, 5 ] ) ) ``` gives out `list[dict[str,...
Incredible as always. Perhaps one day you'll donate your mind to science so the rest of us can tap into your remarkable intelligence?
I already implemented this in DIP (yes, I know you can't open multiple instances yet but its set up to handle it) and feel like it will be a super...
What do you mean by "Communicate between Porcupine instances" then?