Omry Yadan

Results 162 comments of Omry Yadan

Cool. Can you possibly comment on my other issues as well?

I got this far, but for some reason the order of the stack is not what appears in the graph definition. any idea? :graphs: cpu_usage: title: CPU Usage targets: system.cpu.iowait:...

I think we should feel comfortable dropping 3.6. People that need to continue using it can stick to older version of OmegaConf/Hydra.

Yeah, it does seem unfortunate. I think a better recommendation for explicit class member typing is: ```python class Foo: x: int def __init__(): self.x = 10 ``` As opposed to...

I am having issues running inside a conda environment as well. pyre does not find installed packages. ``` tests/examples/test_dataclass_example.py:3:0 Undefined import [21]: Could not find a module corresponding to import...

Thanks. Can you point you to the interpreter used? In Python, there is a mode() function you can use on the Lexer: ```python istream = InputStream(s) lexer = OverrideLexer(istream) lexer.mode(OverrideLexer.VALUE_MODE)...

Awesome. Once you figured out a good UI for it: I think something really nice to support is also making the mode sticky per rule. Once I change the mode...

re: output directory: yes, it was set in the plugin settings.

Another idea here that would extend to non Python is to support getting the version by calling a command. ``` [tool.towncrier] version_cmd = "cat version.txt" ``` This can also support...

sure. but we can have explicit support for both styles. both are equally powerful.