Luke Nezda

Results 34 comments of Luke Nezda

I see @amitdo . Well thank you for resolving this for us and `@nezda` if you want help automating related testing at some point.

@kuhanw your issue probably has a higher chance of getting attention if it includes sufficient information and files to reproduce it (e.g., #2155).

Seems like the original WordNet's [Morphy](https://wordnet.princeton.edu/documentation/morphy7wn) implementation doesn't have many of these bugs and maybe these are in fact bugs in this implementation? For example: * http://wordnetweb.princeton.edu/perl/webwn?s=possesses&sub=Search+WordNet&o2=&o0=1&o8=1&o1=1&o7=&o5=&o9=&o6=&o3=&o4=&h= - no "possesses"...

now that's what i call a deep dive - nice one @ekaf

Duplicate of https://github.com/PaulJuliusMartinez/jless/issues/34

@RanTalbott I made a PDF 8.5in wide at 300 dpi with the image you shared output seems fine? can you share a pdf that fails? ``` $ pdfname=tesseract_example.pdf; tiffname=`basename ${pdfname}`.tiff;...

You've got it exactly right @elucash . I tried adding `@Value.Immutable(builder = false)` but as you said, probably requires `@Style.allParameters` as it failed to compile with error below. If I'm...

I found this PR really useful in reviving a derelict Lift app of mine - thanks! The demo works great (`sbt` `jetty:run`). The progress demo link http://www.media4u101.se/demo/ isn’t available (nor...

That would be great if you added `strict-exec` (maybe `eager-exec`?) with the expected behavior to a released version of this package. I find the name `lazy-eager-exec` confusing because 'lazy' and...

I didn't realize you'd just given me a wrapper function around your library :) (new to Clojure) Upon doing that though, I find that it seems to break longest-match semantics...