Jonathan Piché

Results 20 issues of Jonathan Piché

Is there any way to configure the package to use custom line statements? i.e.: we use the % sign for line statements. I tried playing around with the .cson file...

Hi, Is there any strong reason why using a DynamoDB's Table resource will convert the number type `"N"` to a `Decimal()` object? Shouldn't it try looking up the right python...

feature-request
dynamodb
needs-review
p2

It's the end of the day, maybe i'm not seeing this clearly... But I am unable to store simple float values without adding some arcane magic to the mix. Using...

feature-request
dynamodb
p2
needs-major-version

fixes #89 There's an alternative fix, we can remove the `implicit_loader` from `resolver.py` instead of mapping `'tag:yaml.org,2002:value'` to the string resolver.

Hi, I have struggled to use this cookbook in order to setup a mongo 2.6 server in AWS Opsworks and thought I'd share what I did to make it work....

So far I've been using the pypi version of pyrabbit, but we only had http endpoints. I have an https endpoint to reach now, and I see that a PR...

This implements 2 new endpoints: - Get download link for workflow run (latest attempt) - Get download link for workflow run (WorkflowRun instance's attempt) I also supplied a quick example...

This: https://github.com/PyGithub/PyGithub/blob/34c4642eb1fae2d754cfeb30874515cb1a19f5e1/github/Workflow.py#L137 The Github API simply doesn't support SHAs there: it's limited to branches and tags. The REST API documentation also mentions branches and tags: https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event--parameters

This fixes https://github.com/python-poetry/poetry/issues/8109 - The help text for `--with` has been updated to express that groups are never included by default - The readme has been updated with this precision...

Hi, Is it possible to transfer logs to this plugin from Windows? Use case: I have a fluent server setup with secure-forward as the input and I'm trying to hook...