Mrodent

Results 13 comments of Mrodent

I get this with `org.apache.lucene.index.DirectoryReader`... which is `abstract`. I then tried GroovyMocking `org.apache.lucene.index.StandardDirectoryReader`, implementation of the above. The line `GroovyMock( StandardDirectoryReader, global: true )` ... passed OK... but then all...

Haven't been dealing with this project for a few months... but I didn't manage to understand what to do with the new ones... and believe I had to tweak certain...

Ran into this issue. My understanding of the problem here is not that great. But I also don't understand the recommended solution: you say "Just add the + 'static to...

Sort-of worked for me on 2023-08-13. Rustc: 1.70. OS: W10. After I set RUSTPYTHONPATH I then got: > D:\git_repos\RustPython>cargo run --release demo_closures.py > Finished release [optimized] target(s) in 0.33s >...

Bumping this... Anyone at the ES inside team take an interest in this? It does seem hobbled, if not broken. And it also appears to represent a regression, since with...

Thanks for the response. It usually occurs when the search string has multiple terms: I'd try it with 3, 4, 5 etc. However, I don't have Kibana installed, but I...

@benwtrent Solved the problem ... You'll see in my original post that I was using **single quotes** constructing the json dict. This was the problem! In fact this is a...

Here's a small .docx file with a text box. On my setup the text in the text box is just ignored when I parse. [test_file_2.docx](https://github.com/bokuweb/docx-rs/files/14781399/test_file_2.docx) ... but if you uncompress...

Edited the title in the hope that you might find time to give this some thought. Omitting text from text-boxes seems a bit of an oversight, which could seemingly be...

Ah, I have found a workaround: first time I've heard about `panic::catch_unwind`. Here I'm assuming .66 confidence is good enough ... ``` let confidence_values = self.handling_framework.language_detector .compute_language_confidence_values(ldoc_text) .into_iter() .map(|(language, confidence)|...