Daniel Compton

Results 358 comments of Daniel Compton
trafficstars

Yep, that's what I need to do, it's just a tricky problem to solve safely.

Yeah, it is a little bit dangerous running arbitrary code. I've thought about using disposable Lambda's or the like for being able to more safely read the projects, but at...

Hmm, there is some caching around here that could be interfering, I'll look into this some more, sorry for the hassle.

Oh, I see. It looks for a `project.clj` first, so it's still using that one. If you delete it, it should pick up the `build.boot`.

Possibly, I'll add it to the test suite and get it passing 😄.

Yeah it's a bit of a problem, because this is a common thing to want to do. I've been thinking maybe about creating a lein and boot plugin that people...

I can't reproduce this any more as https://github.com/dotemacs/pdfboxing/commit/d0e000ac0a424b83baa5ee90abeab4f9db97d0aa updated the dependencies, but I'll take a look at it and see what's going on.

@hauntsaninja would it be possible to publish the full test suite publicly? That would make it easier to tell whether a given implementation matches (or is close to) the official...

I would be happy with a single page for all POPs. And it would let me see for each POP where the request is received, where the DO is actually...

This looks like it will be a blocker for us, as we're using Netty for web requests and the thread that initially handles the request may not be the one...