Benedek Racz

Results 31 issues of Benedek Racz

**Describe the bug** The exit status of a killed process should be `None` **To Reproduce** ```python import wexpect import time def test_expect_wait_after_termination(): """Ensure wait on a process terminated by kill...

bug
low-prio

**Is your feature request related to a problem?** [Pexect has][1] `use_poll` argument. Should be implemented in wexpect. [1]: https://github.com/pexpect/pexpect/blob/7b073bfa10209d6b3836d7b3e2429df89e7bf305/pexpect/pty_spawn.py

enhancement
low-prio

## Request a new feature ### As a user, I want to... Is there command line interface for this nice formatter? #### Example Input: nodejs VHDLFormatter --indent " " ./awesome.vhd...

## Report a limitation There is no description for contributors. If I understand correctly no standard testing framework used (like mocha, nyc etc...) Am I right (why)? Or: how to...

## Report a poor code During running tests I found that `VHDLFormatter.ts: ApplyNoNewLineAfter()` does nothing, this feature (applying no new line after special words) implemented in `VHDLFormatter.ts: SetNewLinesAfterSymbols()`. This misleading...

The send buffer is constant

fix #127 : xuartlite standalone driver misses the errors

TWI mode implemented. Solution of #107 This version is backward compatible with [origin](https://github.com/Xilinx/embeddedsw/tree/920eed79b3fdf1a638ab4a9dbe264bbde5f0c6bd). The [TWI](https://en.wikipedia.org/wiki/Serial_Peripheral_Interface#Three-wire_serial_buses) is the half duplex variant of the SPI, where the MOSI and the MISO is...

I'm happy that you use this fliplot project, but this project has reached its end... I'm sorry :( I (the author) finished my profession as an engineer, and I will...

# Feature request - Support Creating groups/bus, unbounding bus Subtasks: - Support *unbounding*: All bus (i.e., bit-vectors) should be able to expand or unbound to bits of that vector. The...

enhancement