Results 13 issues of lshamis

A few days ago, @jkeiser added templatized `get` methods (https://github.com/simdjson/simdjson/pull/643) to json objects. I'd like to request that go a bit further than primitives, and support user defined `from_json` and...

design issues
on demand

arm & arm64 support are mentioned in the README's TODO section. I'm can't use this library until that is added :( I didn't see an active issue tracker for it,...

Proposal
Proposal-Accepted

As a C++17 library, this should support modern C++ chrono facilities instead of (or at least in addition to) C-style std::time_t.

enhancement

## Long story short `websocket` doesn't filter by stream as args would suggest. https://github.com/aio-libs/aiodocker/blob/f1dbdc3d42147f4c2ab5e6802acf6f7d0f885be4/aiodocker/containers.py#L239 ```py async def websocket(self, **params): if not params: params = {"stdin": True, "stdout": True, "stderr": True,...

**Describe the bug** Ran the README example with the following prompts: `['forklifts', 'tell me about forklifts', 'what is the current state of the art in forklifts']` None of generated entries...

I'm using jsonnet to generate docker-compose configs. I'd like to pass bazel defines/vars into the generated files. Maybe something like this: ```py ext_strs = { "foo_cmd": " ".join([ "--key0=val0", "--key1=val1",...

```sh In file included from external/boost/boost/detail/endian.hpp:9:0, from external/mscl/MSCL/source/stdafx.h:18, from external/mscl/MSCL/source/mscl/WMI_Helper.cpp:6: external/boost/boost/predef/detail/endian_compat.h:11:161: note: #pragma message: The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include and use BOOST_ENDIAN_*_BYTE instead ``` Replace...

`Wunused-function` triggers if all `cheat_assert_...` are from `cheats.h` ``` third_party/cheat/cheat.h:1607:13: warning: ‘cheat_check’ defined but not used [-Wunused-function] static void cheat_check(struct cheat_suite* const suite, ```

I'm trying to run C++ functions in Python threads. To allow them to run concurrently, I mark them with `__release_gil__ = True`. Unfortunately, there seems to be some buffering of...