ZIm/crates/repl
Kyle Kelley b913cf2e02
Allow base64 encoded images to be decoded with or without padding (#20616)
The R kernel doesn't use base64 padding whereas the Python kernel (via
matplotlib) sometimes uses padding. We have to use the `base64` crate's
`Indifferent` mode.

/cherry-pick v0.161.x

Release Notes:

- N/A
2024-11-13 11:26:42 -08:00
..
src Allow base64 encoded images to be decoded with or without padding (#20616) 2024-11-13 11:26:42 -08:00
Cargo.toml Show kernel options in a picker (#20274) 2024-11-07 17:59:53 -08:00
LICENSE-GPL repl: Add missing LICENSE file (#13161) 2024-06-17 14:13:12 -04:00