Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
svrooij created a review comment on a pull request on microsoftgraph/msgraph-sdk-python-core
When I run this in the devcontainer, I'm still seeing errors. But in the pipeline they work. Not sure what the difference is, but that seems irrelevant to supporting python 3.13 ```python vscod...
svrooij created a review comment on a pull request on microsoftgraph/msgraph-sdk-python-core
@andrueastman want me to revert the change of the files back to how it was, and can you then help fix the issue with the configured pylint 👆. Without the fix the build will fail and according to th...
svrooij created a comment on a pull request on svrooij/WingetIntune
@miyoyo did not think of it much. Releases are mostly automated so I just created a new tag and release which should trigger a build and a new version published to the powershell gallery. Sorry it ...
svrooij pushed 1 commit to main svrooij/py_volvo_connected
- ci: Secure publishing through trusted publisher 5d7364a
svrooij created a review comment on a pull request on microsoftgraph/msgraph-sdk-python-core
@andrueastman and @baywet I just discovered that a client generated by kiota (version 1.22.0) generates the following code. So I think if this `Callable` gets removed it will cause issues in the ge...
svrooij pushed 1 commit to main svrooij/py_volvo_connected
- docs: Adjusted readme to reflect changes to package 12b57a3
svrooij pushed 1 commit to main svrooij/py_volvo_connected
- fix: Reduced requirements to support Python 3.13 9ea4c17
svrooij pushed 1 commit to fix-3xx-responses svrooij/kiota-python
- chore: Sonarqube recommendation e8ac2dc
svrooij pushed 1 commit to fix-3xx-responses svrooij/kiota-python
- fix: Throw error when invalid redirect is present, otherwise return None ebee879
svrooij pushed 1 commit to fix-3xx-responses svrooij/kiota-python
- fix(httpx): Return None for certain 3xx responses when location header is empty 87a742b
svrooij pushed 1 commit to fix-allowed-hosts-validator svrooij/kiota-python
- fix(abstractions): Adjusted allowed_hosts in test to match requirements 0768fde
svrooij created a review comment on a pull request on microsoft/kiota-python
in that case I can add `or (not response.headers.get("Location") and response.status_code in [301, 302, 303, 307, 308])` if you want?
svrooij created a review comment on a pull request on microsoft/kiota-python
in that case I can add ` or (not response.headers.get("Location") and response.status_code in [301, 302, 303, 307, 308])` if you want?
svrooij created a review comment on a pull request on microsoft/kiota-python
It is focusing on that because I focused on that. The python library actually checks if the status code is `204` or `304` or if the response body is empty. | StatusCode | Location header | Body...
svrooij pushed 1 commit to fix-base-url svrooij/kiota-python
- fix: Check for not when using the http_client._base_url 0a27991