expilo

Results 9 comments of expilo

You made me start learning rust, which I did not plan :) It seems tinysearch fails on the line `fs::rename("storage", engine_dir.join("storage"))?;`

OK, I guess I have found the reason. The referance for fs::rename says: ``` pub fn rename(from: P, to: Q) -> Result Rename a file or directory to a new...

So I have to run tinysearch on the same partition that `/tmp` is on. Then I can compile index.json. All the tinysearch_engine* files are created but I'm getting the following...

I managed to compile but still the old error, which forced me to use docker image, persists. When I try to run `tinysearch index.json` I'm getting only Unpacking tinysearch WASM...

As I wrote in the comment to #151 I was finally able to overcome this problem by compiling and running tinysearch in /tmp directory. The resulting wasm binary gives better...

Same issue here. OS: Ubuntu 21.10 wasm-pack 0.10.1 tinysearch 0.6.2

For the starters (and maybe it would be good enough) it could be something like the [dynamic pages](https://middlemanapp.com/advanced/dynamic-pages/) and [datafiles](https://middlemanapp.com/advanced/data-files/) in Middleman. I find them pretty useful when making more...

I can't promise fast feedback, but I will definitely need a new static site generator so I will keep an eye. However dynamic pages are a must for me. It...

What about the usual way? Just give a snippet to paste into existing .emacs file. If it's feasible at all, of course.