Samuel Marks

Results 339 comments of Samuel Marks

Update: open-source convincing was successful, it's now online at https://github.com/offscale/google-cloud-c TODO: automatically [re]create the bulk of this library, namely (from the [discovery JSON](https://www.googleapis.com/discovery/v1/apis/compute/v1/rest)) statically code-generate: - `struct`s; - `free` code...

@lukka Yeah I'm trying to put it together https://github.com/offscale/libacquire/blob/1cc1da3/.github/workflows/github-actions.yml#L47-L99 (previous commit I [tried using checkout](https://github.com/offscale/libacquire/commit/9689c7de1d31ec08743624aaea3f13217ccb0037)) Happy to use `run-vcpkg`, but I don't want vcpkg as a submodule. Also would prefer...

@lukka My question remains, how do I replace my vcpkg cache hack with your run-cmake without adding a submodule? (for bonus points: manifest mode caching)

Yeah, I've been thinking about this, essentially I'll need a much more general solution, that generates: - Models - Persistence (optional) - Tests (including mocks) - Routes … and can...

Hey guys just gave it a shot, adding the latest version to `brew` https://github.com/Homebrew/homebrew-cask/pull/103094

Yeah at this point I cbf. I was on a tirade with all the different package managers to try and find one which worked out-of-the-box for cross-platform GUI dev: https://github.com/microsoft/vcpkg/issues/17194

Sure I can start sending PRs again. I go down to the lowest dependency, convert that to CMake, then next dependency until the entire project is CMake. EDIT0: @fennecdjay ok...

@fennecdjay ?

I'll do `ast` and `fmt` next (going alphabetically)

Sure happy to give it a go. I'm using CC0 to be compliant with your project, even though (Apache-2.0 OR MIT) is my goto. Yeah C++ is full of weird...