Results 51 issues of m-kru

Hello, Have you published any article or paper on bender that you would like others to cite?

Hi, I wanted to ask few questions about the moore-vhdl-syntax. I would really appreciate if you answer. 1. What is the current status? 2. How many of the constructs defined...

The Name() function returns `Tab` for Ctrl+Tab instead of `Ctrl+Tab`. This is the case for all non character keys. For example, for Ctrl+Enter the `Name()` function returns `Enter` instead of...

By default, the simple theme has unclickable outline. Changing this behavior is not simple as user cannot simply call `outline` with custom arguments to change this behavior. In my opinion,...

```typ #slide[ == Title #columns(2)[ + airhdl + AGWB + AutoFPGA + Cheby + Corsair + FPGA Vendors + hdl_register + II & CII + IP_XACT + Opentitan Register Tool...

I have realized, that if you have any window in floating state, it will always appear as the first on the `rofi -show window` list. I do not know if...

``` Versions Tilix version: 1.9.4 VTE version: 0.68 GTK Version: 3.24.33 ``` If you create a new terminal using the `Add terminal automatically` shortcut it is not focused when the...

I have a very simple description ``` addrmap Main { default regwidth = 32; reg { field {sw = rw; hw = r; fieldwidth = 7;} C1; field {sw =...

System: Linux riis 6.8.0-52-generic #53~22.04.1-Ubuntu I have the following code snippet in my application for suspension. ```go err := screen.Suspend() if err != nil { return fmt.Errorf("suspend: %v", err) }...

`nvc 1.16-devel (1.15.0.r4.g230dffd9) (Using LLVM 14.0.0)` I am not 100 % sure it is a bug, but it smells like a bug. https://github.com/m-kru/vhdl-amba5/blob/c140cce127754a53599bdf802ed55bac7a5e5eab/apb/tb/serial-bridge/tb-read.vhd#L106 I would expect this loop to wait...

wishlist