Raymond Wiker

Results 13 comments of Raymond Wiker

I've added simple highlighting to my fork at https://github.com/rwiker/solrstrap; I've also made some changes to make use of facets more robust.

I had a very similar problem with `duckdb`, and found some references to problems with `jemalloc` in systems with `transparent hugepages` enabled. I wrote a small C program that switches...

"My" application is a python script that I would normally run with `python ... `. With the wrapper above compiled as `nothp` ("No Transparent HugePages"), I run the script as...

It is possible that this happens because the list of facet values is not up-to-date, and you select a value that causes an empty result set. When this happens, the...

> On 8 Jun 2017, at 00:42 , james anderson wrote: > > why does lispworks require those compile-time conditionalizations? > > Good question… without the eval-when constructs, I'm getting...

> On 9 Jun 2017, at 09:29 , james anderson wrote: > > i would need specific examples in order to offer any insight into what may be happening... >...

> On 9 Jun 2017, at 21:17 , james anderson wrote: > > if i follow the example, the problem reduces to the passage in the attached file. > correct?...

> On 13 Jun 2017, at 23:28 , james anderson wrote: > > did you make any progress with this. > i have no recent lispworks. > does the issue...

nil means "everything", and is the same as not passing the :attributes argument. If you want to indicate no attributes, you could/should specify '("1.1"), which is reserved for this use...

I think so - the only problem I can think of is if somebody is using the feature :lw-does-not-have-write-timeout (which I think is unlikely). Note that the current version (2.0.9,...