Stephen Berry

Results 79 issues of Stephen Berry

I think it would be best to require users to write their keys in escaped form.

optimization

This is implementation of the new [REPE](https://github.com/stephenberry/repe) binary RPC specification using BEVE

## Expected Behavior v2.0.1 causes segfaults in std::format and streaming operator (std::cout). I've also seen it segfault in the boost ut streaming. ## Actual Behavior Typically std::abort is called ##...

## Expected Behavior `std::cout` calls, even when explicitly flushing, are blocked when boost ut is included. `std::cerr` still prints, but is there an option to enable `std::cout` still printing? ##...

This library looks really nice. I'm trying to use it with Xcode 15.4, but I hit the following error: ```c++ case ENOSYS: LF_THROW(hwloc_error{"hwloc's cpu binding is not supported on this...

### Discussed in https://github.com/stephenberry/glaze/discussions/1195 Originally posted by **raddy** July 21, 2024 The behavior of get_sv_json behaves a bit differently in some cases when retrieving the last key of a JSON...

bug
enhancement

# Cross platform sockets - Adding `glz::socket` and `glz::server` for TCP networking - Builds upon these low level tools to replace `glz::asio_server` with `glz::repe_server` and `glz::asio_client` with `glz::repe_client` > [!IMPORTANT]...