Dimitri Vorona

Results 10 issues of Dimitri Vorona

When I set the 'Extend Executable Code' option and add a watch expression, running any code with 'Run Line and Move' jumps to the top of the file. Disabling 'Extend...

Python's CFFI has [new handle/from_handle](https://cffi.readthedocs.io/en/latest/ref.html#ffi-new-handle-ffi-from-handle) which allows to create an opaque pointer to a Python object and pass it to the C side. A possible use case would be to...

Hi, I think the suggested edit would highlight the more common use case. Cheers.

This PR is related to the dicussion in https://github.com/numba/numba/pull/3531, concretely to the fact that numba can't optimize ref counting across block borders right now. The underlying reason is the split...

4 - Waiting on author

Code like `int8 = ir.IntType(8)` is very common with `llvmlite`. We could export type instances on for common int sizes at the `ir.types` module level.

`Block.replace` work only on instructions which were defined in that block right now. Wanting to replace a constant in the block might be a legitimate desire. Should we add this...

Hi, [pycc](https://github.com/numba/numba/tree/master/numba/pycc) is a greatly useful module in combination with llvmlite. While I understand that the development of llvmlite is mainly driven by the needs of numba and the standalone...

See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/28597 I would suggest renaming the `size` attribute. As a workaround you can define a dummy interface and pass it to the `attrs` constructor.

investigating

Hi, a MWE can be found at https://github.com/alendit/react-tap-event-bubbling-issue When I add a listener on a bubbling of a `mousedown` event, which stops the further propagation, `touchTap` events of the children...