dnitsch

Results 11 comments of dnitsch

I could jump on this if there are no other takers for a PR on this. @a8m the only thing I guess is to settle on the bool flag name...

@MikePapinski I managed to get it to work only with a custom domain TBH not sure it would have worked before - as the header needs base64 encoded header inside...

I mean, strictly speaking I'm not sure what could be added to the lib itself as this is a specific situation for a certain implementation. Perhaps a readme update is...

> I wonder if the approach here could maybe be similar to [APScheduler](https://apscheduler.readthedocs.io/en/3.x/index.html) begin with OOTB persistent stores supported like Redis/Postgres - once an interface can be reasonably standardized on,...

actually I started doing something [similar](https://github.com/a8m/envsubst/pull/40), without reading these issues first 🤦 but yes being strict about only replacing vars found in the provided env would be very useful for...

@hobti01 agreed, I think I was just trying to point we need to maintain that behaviour. @a8m - should we try to get a PR going to introduce this? All...

hi @enj, thanks for coming back on this. Sure that makes sense and a doc update would be good (happy to PR that, if you could send me the link...

Hey @mumby0168 - sorry about the delay. I'll update the discussion issue today.

@mumby0168 - ended up updating the [discussion issue](https://github.com/IEvangelist/azure-cosmos-dotnet-repository/discussions/323#discussioncomment-5782102) instead. Now, need to find the time to submit the idea/suggestion.

Just wondering if it is possible to now inline the entire document? AsyncAPI and other tools break on locally defined refs :|. ```cs var settings = new JsonSchemaGeneratorSettings { SerializerSettings...