pyfisch

Results 13 issues of pyfisch

Hi everyone, when I started the `serde_cbor` crate in September 2015 it was a quick experiment on how to implement a new data format in serde. In the years since...

The `serde_cbor::Value` should implement `std::hash::Hash`, so it can be used in `HashMap` and others. This is a bit work as `k1 == k2 -> hash(k1) == hash(k2)` must hold. If...

enhancement

It would be nice if unknown simple values would be parsed and if custom simple values could be serialized. This is low priority as there are currently no simple values...

enhancement

**Describe the bug** Exception occurs during the execution of task process mail accounts if no explicit port is chosen. **To Reproduce** Steps to reproduce the behavior: 1. Add a new...

http://www.hit.uib.no/icame/brown/bcm.html should be replaced with http://clu.uni.no/icame/manuals/BROWN/INDEX.HTM

Hi, thanks for providing the dataset as a download. I downloaded the dataset from the location mentioned in https://github.com/EdinburghNLP/XSum/issues/12#issuecomment-558241165 But it appears that the format of the dataset is different...

Only use default suffixes for split artifacts if the user didn't provide a name. Ask for names instead of paths for split artifacts and always place them in the output...

Given the command `sudo mkosi -f --split-artifacts --output=spam --output-split-root=eggs` I expect that a file with the name "eggs" containing the root partition is created in the output directory. However the...

bug

For my Master thesis I am comparing different implementations of QUIC. To do that I use the images built for the QUIC Interop Runner, however I want to test multiple...