Peter Parente

Results 259 comments of Peter Parente

API for clients of commuter to perform searches? Or API to plug different search back ends into commuter?

If commuter were to expose a search UI, I'm assuming it would go directly to the index for results. If another client wanted to implement search, why would it query...

Sure. I understand that. I meant "other web apps" by "other clients". Like, if I were to implement my own web app, I'd have the backend talk directly to the...

Brain dumping ... As a user, I usually want to enter free form queries in order to get back a listing of notebooks matched on filenames, titles, tags, authors, markdown,...

Issue #86 has some thinking about search.

It's easy enough to add the systemuser.sh script to the docker-stacks images. Someone just needs to put in a PR.

The session implementation in the notebook server relies (relied?) on sqlite to store session information on disk. In KG, we implemented our own SessionManager that holds all session information in...

If the KG is providing an incompatible API vs notebook, we should fix it here, not require you to create a non-standard client. It requires some debugging, since I'm going...

I have no insight into what's wrong after poking and doing a bit of research. There have been similar reports of issues like this in the past, with slight variance...

The tokens in notebook as for one-time use, with the traditional cookie serving as the proof of authentication thereafter. That won't work for KG use cases where a cookie jar...