stevenwdv

Results 49 issues of stevenwdv

**Describe the bug** When I use a merge key (`

bug
v4

Some things were deprecated. This also integrates #608.

This removes the usage of some member typedefs removed in C++20, would be awesome if this could be merged (and released)! Closes https://github.com/ReactiveX/RxCpp/issues/602

I noticed a high CPU usage for the WASM port of our product and traced it to an infinite `select()` loop in `boost::asio` sockets, see [`socket_ops.ipp`](https://github.com/boostorg/asio/blob/b6dcb1a5be22cec32888c84d22169189f129e4a1/include/boost/asio/detail/impl/socket_ops.ipp#L2267), because the syscall does...

### Description Constructing a `json` object from a C++20 view (e.g. `std::ranges::transform_view`/`std::ranges::filter_view`) does not work. ### Reproduction steps Constructing a `json` object from a `std::vector` works fine, but constructing from...

kind: bug

**Describe the bug** Traversing a map with complex keys does not work as it should. E.g. overriding a map key with an alias key and then traversing gives the wrong...

bug
v4

### Relevant area(s) WinGet CLI, PowerShell Module ### Relevant command(s) _No response_ ### Brief description of your issue `Install-WinGetPackage` downloads the package installer for the package, even when the package...

Issue-Bug
PowerShell

### Description Building Boost with `without_serialization=True` fails since version 1.89.0: ``` ConanException: These libraries were built, but were not used in any boost module: {'boost_wserialization', 'boost_serialization'} ``` There's probably some...

bug

### Description A `shared` library build of qt/6.8.3 fails with on macOS x86_64 (not ARM) with: `ld: fixup error (kind=imageOffset32) at 'anon-33' from inits-file, target '_OPENSSL_cpuid_setup' does not have address`....

bug