Roger Curley

Results 5 issues of Roger Curley

Expected result: when attempting to serialize invalid raw json, when `ValidateJsonRawMessage = true`, an error should be returned. Actual result: no error is returned. Instead, the invalid raw json is...

I'm working on json diffing. I have some representation of two jsons in memory, like a `serde_json::Value`. Obviously these cannot be directly diffed, since they're not array-like. So to diff...

I'm interested in supplying my own implementation of `Term`. My specific motivation is that I want to add readline support to a [tui-rs](https://github.com/fdehau/tui-rs) application. Supplying my own `Term` would help...

enhancement

Hi, I'm using rustyline to read input in the context of a [tui](https://crates.io/crates/tui) application. This is a bit tricky, but mostly works if I manually position the cursor to where...

enhancement

I'm unable to compule packed_simd using `nightly-2019-12-20-x86_64-unknown-linux-gnu`. The error message is below: ``` Compiling packed_simd v0.3.3 error[E0432]: unresolved imports `crate::codegen::pointer_sized_int::isize_`, `crate::codegen::pointer_sized_int::usize_` --> /home/roger/.cargo/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.3/src/codegen/vSize.rs:3:41 | 3 | use crate::codegen::pointer_sized_int::{isize_, usize_}; |...

Bug