arlecchino
arlecchino
Without modifications the output is... ``` ! Compilation of exercises/clippy/clippy2.rs failed!, Compiler error message: Checking clippy2 v0.0.1 (/home/makolb/Source/Repos/rustlings/exercises/clippy) error: for loop over `option`, which is an `Option`. This is more...
This is for sure a bug in `/usr/libexec/bsdinstall/auto`. Like it is makes no sense to check for _LOCAL_DISTRIBUTIONS_, and it has always set at least _MANIFEST_. _LOCAL_DISTRIBUTIONS_ is filled by...
This seems also to be changed with 13.1. At least there is no LOCAL_DISTRIBUTIONS in auto any longer.
I think that's not a bug... The owner of the grav system files is not the user used for login. So you can't update the grav installation in the docker...
I can't use the provided python3-dlib rpm. I've installed now the current release with pip3 install dlib. First with `pip3 install --user dlib` to get a wheel. Afterwards `sudo pip3...
Same here... Wouldn't it make sense to provide an option to specify a tsconfig file and get this info also from its `exclude` array? I've a tsconfig.build.json which excludes test...
@martinlindhe Were do you have to put this `fn val_deserializer()`?
> @martinlindhe Were do you have to put this `fn val_deserializer()`? Ups. Found it https://serde.rs/field-attrs.html#deserialize_with
What is the use case at your place?