-
@pochedls I was just starting to take a look at the various MIP datasets, and stumbled upon
```python
(base) bash-4.2$ ls -al ../xclim/CMIP6/CMIP/
total 0
drwxrwxr-x 15 pochedls xclimw 4096 Oct 4…
-
The FileNotFoundError is being generate, possibly because GIT is not installed.
filter_func = filterGitIgnoredPaths if isGitRepo(search_path) else _noFilter
File "C:\Users\cumby_w\AppData\…
-
With Clash 1.2, given the following input:
```
import Clash.Prelude
import Clash.Annotations.TH
data SevenSegment dom (n :: Nat) = SevenSegment
{ anodes :: "AN" ::: Signal dom (Vec n Bool…
-
+define+RANDOMIZE_MEM_INIT
+define+RANDOMIZE_REG_INIT
+define+RANDOMIZE_GARBAGE_ASSIGN
+define+RANDOMIZE_INVALID_ASSIGN
Please comment on #1227 issue. @edcote said
> those defines are to eli…
-
A JSON config without a `sources` key should trigger searching for sources under the root URI. right now that only happens with no config file is passed or the config file is not readable.
Main i…
suoto updated
5 years ago
-
I saw in the hdl_checker wiki the page to create a project, but I could not file where (directory) the project file should be saved ($HOME, root directory of the project, etc..) and how the project fi…
-
I just upgraded to 0.6.10 but I get a message that 0.6.9 is a newer version
```
LSP :: HDL Checker version 0.6.9 is out! (current version is 0.6.10)
```
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* [x] `$…
-
First of all, nice work you did here.
Could you elaborate how hdlcc is detecting its project files? I was testing your vim-hdl example but couldn't figure it out completely
-
I've got HDL Checker and this extension for VSCode installed, with a config file that lists all the ones I require. But this addon only seems to be able to tell me about unused variables.
It can't…