Oliver Wissett

Results 26 comments of Oliver Wissett

I am often finding myself writing code on the train (and subsequently having very slow internet). This is an issue with the rust analyzer, since it takes a slow time...

Is it required for the install of new crates? Since it would be convenient to be able to install new crates, so I can start writing code whilst the metadata...

I am having the same issue when trying to transpile a codebase which uses `OpenMP`, using gcc-9.4.0 on linux. Once I removed `OpenMP`, it transpiles.

Is it possible to run with gap tokens? Since I want to cluster gapped sequences, which have been pre-aligned (this is not a typical alignment process and can't be done...

@syphar This is where I have seen this similar problem reported: https://bugs.launchpad.net/ubuntu/+source/google-glog/+bug/1991919

If we have `libunwind-14-dev` instead of `libunwind-dev`, then `libgstreamer1.0-dev` breaks: ``` #7 12.66 The following packages have unmet dependencies: #7 12.74 libgstreamer1.0-dev : Depends: libunwind-dev ``` Same thing happens if...

It seems to work if I install `libc++abi-dev` and `libc++-dev` after installing all of the main packages, since it resolves the conflicts. However, it looks like it is removing some...

The crate I working on `freesasa-sys`, works now when I build it locally using the docker image (as described at https://forge.rust-lang.org/docs-rs/add-dependencies.html) I need to check that libgstreamer is working