Côme

Results 98 comments of Côme

Yes this is the idea: not keeping only the cache for dependencies of a single project, but for the union of the dependencies of all the projects of the user....

I am not sure keeping it in the same subcommand is good for the user because if the user forgets the `-r` then almost everything will have to be downloaded...

Seen it mentioned in Rust's Matrix channel, immediately installed :smiley:

What is the status of this issue? Btw I like the `sleep(1 ns)`

I generated VHDL from your code and got this: ```vhdl function pkg_tosm_enumDef_native (value : std_logic_vector(2 downto 0)) return sm_enumDef is begin case value is when "000" => return BOOT; when...

Hi @kleinai, what is the state of this PR?