Niclas Palmius

Results 8 comments of Niclas Palmius

Hi @jlujan, I'm using the backgrid types package in a project with `noImplicitAny`, and getting a lot of errors similar to the following when I run a type check: ```...

For what it's worth, I agree that point 1 is by design, but it might be nice to have a separate `deep_partial` (or similar) option to propagate into nested fields.

Any further thoughts on this issue @liliankasem @pragnagopa ? It would be great if this could be resolved, for the reasons that @PehrGit describes.

Hi @liliankasem, has this been released? I can see it in the release notes for [v4.27.5](https://github.com/Azure/azure-functions-host/releases/tag/v4.27.5): > * Update WebJobsScriptHostService to remove hardcoded sleep during application shut down (https://github.com/Azure/azure-functions-host/pull/9520) but...

I just wanted to follow up on this as I just had the same issue, also on an Alpine image. The problem seems to come from line 193 in unix.py:...

Yes, using `pytz` and `tzlocal` v4 - many thanks @regebro!

Thanks @woodruffw - it's not urgent as it runs fine without `--disable-pip`, but it's a nice optimisation as poetry is managing full dependency resolution so we know that the requirements...

Personally, I think there is a broader reason to want to disable file watching. In production, there should be no changes to the underlying function code post-deployment (this is obviously...