Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

svrooij

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...

View on GitHub

svrooij starred helmerzNL/HA-Configuration
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...

View on GitHub

svrooij created a review on a pull request on microsoftgraph/msgraph-sdk-python-core

View on GitHub

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 ...

View on GitHub

svrooij pushed 1 commit to main svrooij/py_volvo_connected
  • ci: Secure publishing through trusted publisher 5d7364a

View on GitHub

svrooij pushed 1 commit to main svrooij/py_volvo_connected

View on GitHub

svrooij pushed 1 commit to main svrooij/py_volvo_connected
  • ci: Hide upload progress bar 58418e8

View on GitHub

svrooij created a tag on svrooij/py_volvo_connected

v0.1.6

svrooij created a tag on svrooij/py_volvo_connected

v0.1.5

svrooij pushed 1 commit to main svrooij/py_volvo_connected

View on GitHub

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...

View on GitHub

svrooij created a review on a pull request on microsoftgraph/msgraph-sdk-python-core

View on GitHub

svrooij pushed 1 commit to main svrooij/py_volvo_connected
  • docs: Adjusted readme to reflect changes to package 12b57a3

View on GitHub

svrooij pushed 1 commit to main svrooij/py_volvo_connected
  • fix: Reduced requirements to support Python 3.13 9ea4c17

View on GitHub

svrooij deleted a branch svrooij/kiota-python

fix-3xx-responses

svrooij pushed 1 commit to fix-3xx-responses svrooij/kiota-python
  • chore: Sonarqube recommendation e8ac2dc

View on GitHub

svrooij pushed 1 commit to fix-3xx-responses svrooij/kiota-python
  • fix: Throw error when invalid redirect is present, otherwise return None ebee879

View on GitHub

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

View on GitHub

svrooij pushed 1 commit to fix-allowed-hosts-validator svrooij/kiota-python
  • fix(abstractions): Adjusted allowed_hosts in test to match requirements 0768fde

View on GitHub

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?

View on GitHub

svrooij created a review on a pull request on microsoft/kiota-python

View on GitHub

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?

View on GitHub

svrooij created a review on a pull request on microsoft/kiota-python

View on GitHub

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...

View on GitHub

svrooij created a review on a pull request on microsoft/kiota-python

View on GitHub

svrooij pushed 1 commit to fix-base-url svrooij/kiota-python
  • fix: Check for not when using the http_client._base_url 0a27991

View on GitHub

svrooij created a branch on svrooij/py_volvo_connected

xhiqgvC5YkXowcwn

svrooij created a comment on an issue on Azure/azure-sdk-for-net
@Y-Sindo everything above dotnet 3.1 does not need `Microsoft.Bcl.AsyncInterfaces` would it be possible to remove that all together from all Azure libraries? And starting with dotnet 6, you don't ...

View on GitHub

svrooij created a review comment on a pull request on microsoft/kiota-python
`304` means `Not Modified` according to the specs there is no redirect for this status code. Not sure why it should validate there is no Location header. Or so you mean if the status code is 301 ...

View on GitHub

Load more