Iwan Aucamp

Results 286 comments of Iwan Aucamp

This was working for us in Pulumi 3.108.1 so from our perspective it is a regression, and bug classification makes the most sense, though I realize there is some nuance...

Would really love to have this, for now I'm using tox for this ([ref](https://github.com/nipunn1313/mypy-protobuf/issues/442#issuecomment-1380405613)) but it is quite hacky.

> therefore it is impossible to follow your command to update sqlparse without selecting pre-release versions of dbt-core etc. My expectation here is that it does not upgrade `sqlparse` because...

> > therefore it is impossible to follow your command to update sqlparse without selecting pre-release versions of dbt-core etc. > > My expectation here is that it does not...

For some context, I noticed this because Dependabot updated `dbt-postgres` to a beta version when doing an update for `sqlite`.

> It would be good to know what other SDKs do in the same scenario. @jskeet, I tested more or less the same thing for Java [[ref](https://github.com/aucampia/issue-20230427-cloudevents_json_string/blob/00a25e68c4fd36b822bc0d6674228dad6a244c91/java/src/test/java/io/github/aucampia/issue/cejsonstring/SimpleTests.java)]: ```java public class...

> I assumed that I _had_ to shell out money for a DNS before I could even get started. If someone had basically said: "You do not need to have...

@westurner please note that this repo is no longer maintained, JSON-LD support is now part of RDFLib core. We also plan on incorporating pyld for better JSON-LD support sometime.

> * Use a Deployment Script, like this doc suggests: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/deployment-script-bicep#use-microsoft-graph-within-a-deployment-script This option would go against various recommendations from Microsoft that IaC should be declarative: https://learn.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code#use-declarative-definition-files > IaC should use...

More precedent/prior art that I found which: https://github.com/cloudevents/sdk-python/blob/6648eb52aac2c3ec643b9df62a53d5f57b3ef033/cloudevents/sdk/event/v1.py This is arguably even more similar to what I'm proposing here.