Sharadh Rajaraman
Sharadh Rajaraman
How to reproduce: 1. Execute `cmake-format --dump-config > some/random/path/cmake-format.py` 2. Make some changes to the CMakeLists.txt file being worked on, that do *not* follow good formatting guidelines 3. Execute `cmake-format...
I notice that this issue was already (partially) fixed in #150, but I notice that upon attempting to generate the classes in the schema linked: https://www.fixm.aero/releases/FIXM-4.1.0/schemas/core/base/Airspace.xsd In particular, consider the...
Planner could use archived module data to return links, instead of saying 'No data on this module'.
Modules inserted in the planner for past years could take data directly from said year's archive, and return a link to the module information. As a stretch goal, populate the...
I have a single `.java` source file, `Duke.java`, that's contained in a package, `sharadhr.duke`, within a project folder that follows the Gradle convention (i.e. the source file is in `src/main/java/sharadhr/duke/Duke.java`)....
Package: aws-sdk-cpp[core,s3,transfer]:[email protected] **Host Environment** - Host: arm64-osx - Compiler: AppleClang 15.0.0.15000100 - vcpkg-tool version: 2024-02-05-9c1e418fc6264dffcab6ca47746a648c35c379b9 vcpkg-scripts version: 3f806e04f 2024-02-07 (15 hours ago) **To Reproduce** `vcpkg install ` **Failure logs** ```...
There are a few things I'd like to improve about `vulkan.cppm`, stemming from my own experience, and bug reports around. - Using any struct that declares/exports some sort of comparison...
Resolves #1815. Work in progress.