Shane R. Spencer
Shane R. Spencer
We really do need pendulum.utcnow() to handle a common use case and simplify how we approach things with Pydantic schemas and the like.
Nevermind.. looks like this exists as pendulum.datetime.DateTime.utcnow (after importing just DateTime)
Yup totally On Mon, Feb 1, 2021 at 11:16 PM Julien Danjou wrote: > Do you mean a wrapper for running other shell scripts and retrying them? > > That...
Wow.. a lot of default caching is implied... just working with the deployment process with caching enabled now and I'm a little dubious.
I actually think this should be per view using a cache preference object.. I often decorate a function with multiple routes and having an uncached route would be ideal.
> > Wow.. a lot of default caching is implied... just working with the deployment process with caching enabled now and I'm a little dubious. > > It's pretty messed...
Could save roughly 50 megs in lambda installs by doing this. That means installing botocore/boto3 + telemetry tools + something like pandas usually breaks the bank when deploying to Lambda...
I currently have this solved by adding toast_login_invalid: null to data() { ... } and assigning $toast call to this.toast_login_invalid and then using $watch on 'toast_login_invalid.active' to ultimately watch for...
Please implement pgsql wire protocol for Snowflake. Hard must.