Maik Toepfer

Results 11 comments of Maik Toepfer

It is inspired by the book "REST und HTTP" http://rest-http.info/ The idea is that JSON is just one of the possible output formats. Maybe there are other machines (in our...

this looks really promising. Particularly the way you output errors is pleasant. tnx for your work!

Same here. Love the tool but as of today the export is broken. Thanks to the described workaround I nowadays plan for a "finishing phase" of my diagrams - just...

> Same here. I c8 was a drop-in replacement for nyc and it all magically worked +1. `c8` just worked

We are facing the same issue and would be glad if `select` is replaced by `poll`. Dear maintainers, what is missing to complete this PR and have it merged in...

Same here. We generate Pojos for XML schemas using the _jaxb2-maven-plugin_. By default does classes are placed in `target/generated-sources/jaxb/com/mypackage/MyGeneratedClass.java` Is there a chance to add a classpath by hand in...

> Hi @samba2 and everyone, > > We are wondering what's the state of this project as well aka whether there is any roadmap! :) Alright, so it is 2...

Stumbled across the same issue. Saw the dotnetconf 23 demo (@roji great demo, nice mix of explaination and hands-on 👍🏽) and gave [the demo code](https://github.com/ajcvickers/DotNetConf2023/) a local spin. As Martin...

@roji thank you for your response. I will try out your suggestions as soon as I find a minute 👍🏽. I think adding a note to the EF Core docs...

Thanks @iqmeta for providing the example. I've played a bit with updating nullable properties where the old JSON does not contain the property to update. This code... ````csharp var existing...