Hytak
Hytak
Hmm, why is FFI allowed in the stdlib but not in any other lib? This seems like an arbitrary distinction to me. In practice it should not matter if functionality...
@hanabi1224 would this PR be acceptable if I made two versions? - `6-ffi.rs`, which uses mimalloc - `6.rs`, which is pure rust
I made an implementation of the MMI decoder (from the description in the paper): https://github.com/LHolten/DialoGTP-MMI-decoder It features unlimited chat length and usage as a discord bot.
This is my implementation of the MMI decoder https://github.com/microsoft/DialoGPT/issues/3#issuecomment-558318401 It seems to work, but all suggestions are welcome
Is there an error message that could help identify the problem?
You can actually have labels in multiple files with current miette. To make it work you need to create a `SourceCode` implementation for one big "virtual" file that maps different...
How about allowing something similar to zig? `let y: [u8; 4] = x[5..][..4]`
I would also really like this, my use case is turning some errors into panics during tests.
How do you specify that a property is "nullable" (for example a property that is allowed to be a date-time or null)?
This would be really useful to run both doc tests `cargo test` and tests in examples `cargo test --examples`. It is currently not possible to run both with a single...