Zachary Dremann

Results 54 comments of Zachary Dremann

I had a go at trying to extract out such an interface in python first: https://github.com/Dr-Emann/starlite/blob/refactor_route_map/starlite/route_map.py Unfortunately, I did find that I needed access to a `Starlite` instance for `.static_paths`...

I believe the real limit is probably 2/4 GiB (depending on if the values are actually unsigned 32 bits) **compressed** size (approximately), since it seems [all](https://github.com/RJVB/afsctool/blob/be437447b45db354400849b1f632cd8df3cf4732/src/afsctool.c#L886) of the [formats](https://github.com/RJVB/afsctool/blob/be437447b45db354400849b1f632cd8df3cf4732/src/afsctool.h#L92) use...

Nope! Looks like it really is on the uncompressed size: removing the size check, writing files of all zeros, of length `4000000000` works, length `4500000000` fails (or.. succeeds writing, but...

I believe this is fixed, I was able to make this on my m1 mbp by default.

I _do_ see the same when using a brew-installed afsctool. However, after compiling myself, it works fine. ``` $ uname -a Darwin zach-mbp.lan 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug...

Looks like you'll need #59, the git:// protocol isn't allowed on github anymore.

No, there's no need to be configured with ssh, I think @kapitainsky was confusing the git protocol `git://github.com/...` with the ssh protocol `[email protected]:...` (which is easy to do, they both...

@RJVB The only other thing would be that it'd be nice to be able to enable LZVN/LZFSE in the brew builds. It seems like the simplest way would be to...

I believe if I'm reading this right, [no processors are allowed](https://github.com/aws-observability/aws-otel-lambda/blob/f70c255a146e846ced2497aa9a129f097f7f04c1/adot/collector/lambdacomponents/default.go#L70-L74)?