Yacine

Results 15 comments of Yacine

Hi @jpalomaki , thanks a lot for the contribution! We tested your fix by running the Github Action from your branch, but we've observed the following: * When passing a...

> What kind of incorrect configuration? A configuration which would prevent the EC2 instance to launch, even when trying manually in the AWS console. An incompatible subnet and security group...

Hi! My team is looking to adopt a new configuration framework and DynaConf looks really good. One of our goals is to maximize productivity, for example through code completion available...

For the teams using Github but wishing to keep images in ECR, it is possible to leverage the cache manifest support from Github Container Registry (GHCR) and push the image...

> This pull request has gone three weeks without activity. In another week, I will close it. > > But! If you comment or otherwise update it, I will reset...

My team is currently adopting Sentry for our Python code base and have been feeling the need for a decorator too. The main goal is to make it easier to...

Also curious if there are any existing alternatives or workarounds for this - we didn't mean to re-invent the wheel.

We have been using [those decorators](https://github.com/getsentry/sentry-python/pull/1089) in production on a Python 3.8 FastAPI app for a few months now and they seem to get the job done. I would be...

We have the same issue and we can see that it has been solved in main. However the VCS style requirement ([as correctly pointed out by Will above](https://github.com/snowflakedb/snowflake-connector-python/issues/1259#issuecomment-1274920088)) does not...

How would the datadir be configured on the Python side? If we take the parser for example, should we make a call to `libpostal_setup_parser_datadir(char *datadir)` in the `init_parser` function with...