David Ellis

Results 212 comments of David Ellis

Attempted to tackle this again, but stuck on the Request type being incorrect, also it looks like `[email protected]` no longer has the `req.user` type, but `req.auth` so I am weary...

Remove the placeholder object in the memo for the `interface.ts` `read` method. Nothing *should* be using it but somehow when we first tried to remove it it broke most of...

Unfortunately no. This is in the `Crud2` class which survived that transition.

Nope. I did an impromptu demo last night and discovered that not only do we not support it, we accidentally create an invalid rule record in the database instead if...

What will kinda suck about this is I bet we'll eventually run across some JSON blob from the AWS API that *does* care about array order, and then we'll need...

Is there a reason you can't check out [`v3.7.1` of the H3 C library](https://github.com/uber/h3/tree/v3.7.1) and build that to get the `h3api.h` file? [The H3 project has CI to make sure...

I don't know if I want to endorse this "vcpkg" tool in the repo like this. [The H3 version it installs is several years out of date](https://github.com/microsoft/vcpkg/blob/master/ports/h3/portfile.cmake#L6) and it is...

So I figured a table would be good for listing files and their attributes (with the ability to mutate those attributes the normal IaSQL way), but reading/writing file data would...

I am not great with github actions yaml. Have you tested this? If so, how?

> I was thinking that we could have some kind of inheritance, where there can be a parent `providers` class/interfaces with basic functions for creating/removing the provider, creating credentials, etc......