Nick Pappas

Results 15 comments of Nick Pappas

The recent Unistore announcement makes this even more relevant now: https://www.snowflake.com/blog/introducing-unistore/

I'm pretty comfortable with this code now, but did notice that if I queue up a ton (thousands) of requests, eventually some hit an automatic abort if they haven't been...

Thanks for the pointer on using the `@` character here. I've updated my corpus to do that, but the trouble with my actual use-case (failure to demonstrate this with the...

I only have interest in the arm64 build. As noted in your comments, it's very easy to enable 64bit mode on RPi hardware. I'd support this move.

If anyone must have 32bit userspace but runs a 64bit kernel, know what you can also install k3s (instead of Docker), and it will run in 64 bit mode and...

_ARM64 cluster in a home-lab setting_ **Stateful Applications that you are running on OpenEBS** - Wordpress - MariaDB **Type of OpenEBS Storage Engines behind the above application - cStor, Jiva...

@dirtycajunrice the chart is no longer compatible with latest Kubernetes distributions due to API/CRD changes for Ingress. Would you be able to update it to work with the latest Ingress...

I'd also like to see support for passing the token, but with an option for a more standard `Authorization: Bearer ` format. I am migrating from a legacy forwardauth solution,...

For those using the method suggested by @MoaathAlattas , note that LinkeDOM and deno-dom do not accept empty strings for `DOMParser.parseFromString()`. I ran into weird errors until I came across...

It works with this version in pubspec: ` sheet: ^1.0.0-pre`