Matt Mc
Matt Mc
> How about if you try the command line interface? Unfortunately, none of those commands produced output in the terminal, just the crash window popping up. > Making a guess...
> Yepp, @kpu is right, your processor doesn't support the avx instruction set which is a requirement due to our usage of still using mkl... Ah, gotcha. > I'll try...
+1
@bogem Nice! My alternate version that matches the existing prompt that I had: ``` fish function fish_prompt echo -n (whoami)@(hostname|cut -d . -f 1) echo -n " " set_color $fish_color_cwd...
@mickael-menu thanks for chiming in and the thoughts! This has shifted a little lower on my priorities, but when I go to implement this I'll revisit and reference this issue.
This is valuable. Also does the tool support nested structs where the definitions of those structs are in other files in the same package, or other packages entirely? That would...
Carrying this a step further, you would be able to have bi-directional safety. Take the following scenario: ```go type Source struct { A string B []byte } type Dest struct...
Not a requirement, but a potential advancement if this stricter strategy is adopted: `sts` could be set up as a VSCode plugin that automatically runs whenever you save files, and...
This is what I did with the `MSSQL()` command, I believe. Probably just take that and tweak it for sqlite.