Christopher Hotchkiss
Christopher Hotchkiss
Cleaned up the conflicts from #469 so that the parser can be merged cleanly.
I'm having an issue where I have the state machine defined in a separate file: main.rs
I needed an easier way to handle reading and writing architecture specific sizes so I have implemented the additional functions. I couldn't think of good architecture specific examples unless the...
I ran into an issue in developing a bevy game that loads assets from an asset folder which I've further organized into nested subfolders. At the moment the project.yml generated...
MacOS Catalyst is an iOS target that runs on MacOS. Enhancing this call so the SwiftLint Plugin will work on a catalyst build target
Postgres has arbitrary precision types that are critical for financial applications. Implementing them will require a picking up a rust arbitrary precision library such as https://www.postgresql.org/docs/current/datatype-numeric.html Right now the most...
Will likely need to have to start tracing columns from analyizing through to later stages.
Right now pgbench fails on an initial attempt to drop the tables. We should add drop support. `drop table if exists pgbench_accounts, pgbench_branches, pgbench_history, pgbench_tellers`
Right now I have licensing issues as identified by Fossa. These are not due to the code but the various support tools around the code. To fix this I will...
The BTreeLeafs have a doubly linked list to scan back and forth once you reach the bottom. They are stored in multiple pages so if the database crashes they could...