C. Knoll

Results 42 comments of C. Knoll

> give up on casadi, cough up a little cash and start using something actually works ... I cannot support this view. The CasADi software helped us to achieve very...

- [ ] evaluate https://github.com/semanticpy and the repos there

based on https://starship.rs/config/#git-status the following works for me: ``` # ~/.config/starship.toml # ... [git_status] ahead = "⇡${count}" diverged = "⇡${ahead_count}⇣${behind_count}" behind = "⇣${count}" modified = "!${count}" untracked = "?${count}" staged...

Downgrading to 2023.8.30. solved the problem for me. (For the curious: this is available on the pylance settings page as a drop-down-option "install other version" of the button "uninstall"). With...

> Downgrading to 2023.8.30. solved the problem for me. Turns out: this observation is not robust. Reality seems to be more like "sometimes pylance is fast and sometimes slow". I...

I have the same (or very similar) problems. Very long error log, see [pellet-errors.txt](https://github.com/stardog-union/pellet/files/5542779/pellet-errors.txt). ``` $ echo -e "$(lsb_release -ir)\nKernel: $(uname -r)" Distributor ID: Debian Release: 10 Kernel: 4.19.0-12-amd64 [peller-errors.txt](https://github.com/stardog-union/pellet/files/5542776/peller-errors.txt)...

Maybe this pr #32 is related to this, as it refers to update the dependency-related information. However, it is open for more than 4 years without any (positive or negative)...

I am also interested in this feature.

Thanks for the hint. Seems reasonable. I will look into this soon.

Implemented the proposed workarround in current develop branch. However in my (older) version of their seem to be more issues with notebooks. I cannot reproduce the behavior above. Dont know...