Edd Steel

Results 8 comments of Edd Steel

Here's an example of other materials that might be useful (with examples from progfun-002): - Assignment index page ([e.g.](https://class.coursera.org/progfun-002/assignment/list)), linking to - assignment instructions ([e.g.](https://class.coursera.org/progfun-002/assignment/view?assignment_id=4))(for HTML) - assignment project ([e.g.](http://spark-public.s3.amazonaws.com/progfun/assignments/recfun.zip))...

I added a failing test to [my fork](https://github.com/eddsteel/jackson-module-kotlin/tree/github-271). It seems like the bean properties collector sees `a`, `b` and `c` as properties, but sorts `_creatorProperties`, which is `a` and `c`....

Thanks! PR in #288. This isn't currently a blocker for me, more of a nice to have. I started trying to understand the problem (see previous comment) but I think...

The failing test is still failing ([test](https://github.com/FasterXML/jackson-module-kotlin/blob/master/src/test/kotlin/tools/jackson/module/kotlin/test/github/failing/Github271AlphaSortProperties.kt), [build](https://github.com/FasterXML/jackson-module-kotlin/actions/runs/4140827257/jobs/7159850435))

From the `curl` manpage: ``` -d, --data ... If you start the data with the letter @, the rest should be a file name to read the data from, or...

I thought about it and default curl behaviour (as well as the README example) is to assume form data. So I made a PR to add a new option `--data-binary`....

Thanks @zUniQueX for helping me understand the issue even though it's not really a dropwizard one. I see the gzip/EOF behaviour was just masking the real problem. I [confirmed](https://github.com/eddsteel/zipped-chunked/compare/main...fix) that...