Congyu

Results 39 issues of Congyu

https://github.com/facebook/rocksdb/blob/main/include/rocksdb/utilities/options_util.h#L73 Is there any way to load DB options from the RocksDB option file? This allows users to open existing rocksDB without configuring the compatible options manually.

https://github.com/Congyuwang/Rusty-Bitcoin-Explorer This is a rust project based the current repo. It has several improvements and differences: - full support for decoding multi-sig transactions; - supports a varieties of block formats:...

I have forked this repo and made a commit 2fb62eaad5c67e7d6a57f61dca2f116dd7280f61 which added a new feature called "use-futures" that makes this library compatible with `futures interface` and the `async-std` library. The...

#115 enable `futures` users to contribute and use tokio-tls crate.

OpenID spec requires a jsonObject with optional fields as the `address` field in idToken: `{xxx}` (see https://openid.net/specs/openid-connect-core-1_0.html#AddressClaim). However, Casdoor handles `address` as an array of strings: `[xxx]` (see https://github.com/casdoor/casdoor/blob/e1331f314d015e5afb53f601d19dee99f6c351a8/object/user.go#L51). My...

bug

Search for reddit comments on 2021-01-25 and 2021-01-26 returns no result. https://api.pushshift.io/reddit/search/comment/?subreddit=wallstreetbets&sort=desc&sort_type=created_utc&after=2021-01-25&before=2021-01-26&size=100&metadata=true ```json { "data": [], "metadata": { "after": 1611532800, "agg_size": 100, "api_version": "3.0", "before": 1611619200, "es_query": { "query": {...

In OpenID token, `Address` should be a json object not an array of string. This causes more rigorous openID client libraries to reject responses from Casdoor. ``` Failed to parse...

bug

`ignoring file /opt/arrayfire/lib/libaf.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64` Seems not working for arm64 macOS. Tried to build from source, but got error target...

build

`ignoring file /opt/arrayfire/lib/libaf.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64` Seems not working for arm64 macOS. Tried to build from source, but got error target...

Bug
Build

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it https://github.com/zed-industries/zed/assets/52687642/65df4411-51d6-450a-8986-afbabb5cd799 The bar of the scrolling bar covers the highlights. I think...

defect
regression
scrollbar