Iddan Aaronsohn

Results 92 issues of Iddan Aaronsohn

**Is your feature request related to a problem? Please describe.** My problem is the command property must be a function. Because of that, I must use `this` in it for...

enhancement

In the type and builder of Property Signature, there is a missing definite modifier. I need it to generate properties like: ```typescript class A { b!: string } ``` See:...

How can I use custom instrumentations with this library? I looked in the code for `registerInstrumentations` but couldn't find any example.

After running the basic example I tried to import a local Python module in my Rust project and failed. My file structure is: ``` | module |-- __init__.py | src...

When I tried to do: ```rust let module = py.import(".module")?; println!("{:?}", module); ``` The compiler failed with ``` The trait `std::fmt::Debug` is not implemented for `cpython::PyModule` ```

- ECMA Modules - Formatted code with Prettier (JS and JSON files) - Modularised & Bundled - Smarter state management & Exposed `JSONLogic` class for managing multiple operations directories -...

I'd like to be able to run a long time process (for instance a server), attach to it, trace the calls, detach from it and get the frame timings.

Currently, Action and Possession are object. But in TypeScript you can define them as actual enums. This can help me with type checking my code.

revision

[Mypy](http://www.mypy-lang.org/) defines TypedDict: a type factory for structured dicts.