nthn

Results 9 comments of nthn

I have had success modifying the `render_item` function in the env.py file as shown below, am I introducing any obvious errors?: ```python # normal env.py content from sqlalchemy import Enum...

Just came here to write a similar issue. Right now integrations are matched using the host, could we add ids to the integration and instead of matching via host we...

I can tackle the multiple tokens part by taking a cue from the Azure implementation if that's ok.

Hi @calvernaz, thanks for taking a look at this. I don't see any linked PR, is the fix available now?

Great!! @calvernaz one more thing, is this change available in v1.3, or it ships with a later version?

Any update on this? Running into the same issue. Albeit my custom handler is for an EventHubTrigger. I have tried setting a port as environment variable using the key: `FUNCTIONS_CUSTOMHANDLER_PORT`...

Have the same issue locally using finch as a docker replacement. @Christoffer-Green could you provide a sample Dockerfile with your workaround?

> [@horsfallnathan](https://github.com/horsfallnathan) you should be able to implement the example solution I posted, that will use the root user to remove all parts in the scripts that says "sudo", create...

> Just adding my case here: > > * `schemas` dir with all schema files. > * `schemas/index.ts` re-exporting > * `schema` in `drizzle.config.ts` point to the `schemas` dir itself...