Jonathan Sweemer
Jonathan Sweemer
Continuation of #1339 These public typedefs are no longer needed (and indeed are not referenced anywhere in the project as far as I can tell).
Hello, is there a timeline for adding the ``, ``, and/or `` headers to libcu++? Likewise, is there any timeline for adding these headers to libnv++? (I couldn't find any...
The `modernize-use-transparent-functors` check [offers a fix](https://clang.llvm.org/extra/clang-tidy/checks/list.html), and while clang-tidy correctly warns about this check, it does not actually appear to be fixing it for me. As you can see in...
Ideally there should be no need to suppress this check, because no virtual functions should be called in any constructors or destructors as a general design rule. However, user code...
Continuation of https://github.com/lballabio/QuantLib/pull/1566#issuecomment-1632109256 Questions: 1. What if the constructor of `Instrument` registered with the evaluation date, no matter what? 2. If so, should `Instrument::valuationDate` always be in sync with `Settings::evaluationDate`?...
### Is your feature request related to a problem? Please describe. The portfiles for both [icu](https://github.com/microsoft/vcpkg/blob/b6fcbeaa7f8f7729d625ba808f4bce7432b05072/ports/icu/portfile.cmake#L6-L7) and [python3](https://github.com/microsoft/vcpkg/blob/b6fcbeaa7f8f7729d625ba808f4bce7432b05072/ports/python3/portfile.cmake#L11-L12) contain the following instructions for installing dependencies: ``` On recent Red Hat...
I have added the following two clarifications: 1. `NativeLibrary` can be used more than once. Originally I thought that it can only be used for the library specified in `DirectPInvoke`,...
It wasn't clear to me at first that there are both TypeScript and Rust tests for the native examples, so I've attempted to clarify it a bit in the README....
Hello, I'm a Solana newbie and this is my first time contributing to this project. I tried running some of the native examples but got the following error: ```console $...