David Talbot

Results 12 comments of David Talbot

Disabling and re-enabling both `ide-typescript` and `atom-typescript` solved this error for me

Hi, I was able to reproduce and I opened a PR here: https://github.com/great-expectations/great_expectations/pull/7675

@alicekore For the "Open data docs" button, are you hosting the data docs locally? URLs for files on the local filesystem use the `file://` scheme, so I don't think Teams...

I would recommend the solution described here https://aws.amazon.com/blogs/database/multi-tenant-data-isolation-with-postgresql-row-level-security/ It's framework agnostic, so you can just use postgres session variables and the SQLAlchemy event listener API

Seems like this would violate the stated policy WRT stylistic rules https://eslint.org/blog/2020/05/changes-to-rules-policies/ > Generate fewer warnings Instead of another option, maybe better to make the rule more lenient by default?...

@lostfictions FWIW I think supporting browsers would be a huge value-add for this library, especially given that `zod` runs in browsers. This issue is blocking adoption of `znv` in my...

To give a specific example of how this would be used: webpack plumbs environment variables into app code using `Webpack.DefinePlugin`. Then in the app code, you would just use `znv.parse(process.env)`...

Nice, I agree supporting ES modules is more important. Thanks for the note of caution - it's funny you mention that because I had the same realization/concern when working with...

Hi @scotty5685, I am unable to reproduce this issue using `great_expectations` version `0.16.6` and the following script. Due to the age of this issue, I am going to close it....

Thanks for the link! I wouldn't want to depend on testing utils in my application though.