Gabriel Dougherty
Gabriel Dougherty
Hello, compiling [functions/pass-arrays.cpp](https://github.com/sftrabbit/CppPatterns-Patterns/blob/a222c8438d2c9e81114b9408c2e6a8e767bffb0b/common-tasks/functions/pass-arrays.cpp) with GCC 7.3.0 fails with the following error: ``` gabriel@ubuntu-thinkpad:/tmp$ g++ -std=c++17 dynarr.cpp -o dynarr dynarr.cpp:3:10: fatal error: experimental/dynarray: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~ compilation...
This PR fixes https://github.com/sftrabbit/CppPatterns-Patterns/issues/73 where the inclusion of the no longer supported std::experimental::dynarray prevents compilation. I opted to just remove the dynarray code and supporting part of the article, but...
There is a UX issue with finding OCaml 5 via NixOS Search. Ocaml 5 has been packaged as [ocaml-ng.ocamlPackages_5_0](https://github.com/NixOS/nixpkgs/pull/206361). If I search for "ocaml," the [first result](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=ocaml) is for OCaml...
It would be nice to have a GitHub Action set up for code autoformatting. Maybe we could use the existing Buildifier GitHub Action: https://github.com/thompsonja/bazel-buildifier
Fixes https://github.com/donnemartin/system-design-primer/issues/1039 and fixes broken images in decks