Nathan Brown

Results 94 comments of Nathan Brown

Closed by #32, but it has not been released to PyPI yet.

I just ran into this too. The server needs to respond to `OPTIONS` with a `Access-Control-Allow-Origin`.

Doing something with a delay helps the animations keep going: ```js const overscan = 3; const animationTimeout = 1000; //ms const nextInBounds = Math.abs(currentIndex - index) { if (currentIndex ===...

I had read that. I'm not making a comment on the handlers, more on the how to test the validation in the handlers. I think there are two alternatives; add...

There has recently been some work on hosting a full-text search engine in WebAssembly for very large data sets. This was directly influenced by IPFS's hosting of Wikipedia. The key...

I came here looking for a static web site search engine. Think Wikipedia size data with all the files pre-processed and search indexes laid down on disk for static serving....

One very specific example, but it's not the first use of a static search that I've thought of, would be the need for an air-gapped Wikipedia because some countries block...

I've used the in-memory JavaScript search solutions for the smaller use cases (think blog or help documentation). So they do work, but I don't know of one that partitions the...

It's not clear that IPFS supports byte range requests apart from the gateway-browser connection. So the actual files stored may have to be pre-chunked and stored as separate files. If...

I think this should be reopened. I have the cpu limit at `2000m` and it is still having a hard time starting up within the readiness probe time limit. I...