oletf
oletf
**Describe the bug** Embedded VHDL-LS crash when trying to access anything within *standard.vhd*. **Code** any code with types/subtypes from *standard.vhd*. ```vhdl library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity comp is...
**Describe the bug** With #326 occurring too much often, I tried to switch to *Vivado (xvhdl)* as linter, selected it in TerosHDL settings, restarted VSCode as suggested, but when starting...
I'm using a Vivado IP with AXI4Stream interface I have set up like this :  In my case my io is defined as : ```scala val m_axis = master(Axi4Stream(Axi4StreamConfig(dataWidth...
my current fix for #335
**Describe the bug** Problem occurring on call of `Manager::new()` Developing an app on a `12.5.1` macOs where the problem doesn't occur. I've been able to test on a `10.13.6` where...
It'd be nice to have [child selector](https://tailwindcss.com/docs/hover-focus-and-other-states#child-selectors) (`*` and `**`) supported for reorder too ! Currently seems to work for `hover` tho, so it's just missing those in the "selector...
**Problem** Multiple `class` tag concatenation doesn't seem to work at load, if one of the `class` tags contains an interpolated variable. **Steps To Reproduce** The following works as expected ```rs...
fix for #82
I wanted to disable default features (to not have `chrono` `serde` `time`, nor `calc`), so added ```rs duration-str = { version = "0.17.0", default-features = false } ``` and got...
I've tried switching to dev branch to test new things including `TimingExtractor`, I replaced `VivadoConstraintWriter` and I got an error in my design : here's the top of the stack:...