Anders Riutta

Results 58 comments of Anders Riutta

Hi @vhf, thanks for checking on this, and no worries about the delay! I tried version 3.2.0, and I think Case 1 fails but Case 2 passes. ### Case 1...

Hi @vhf, sorry it's taken me so long to respond. I'm not a Unicode/Korean letter expert either, but I based my expection on the output of this unicode.org "confusables" tool:...

I think you're on the right track. Just be aware that NPM doesn't generally allow deleting packages anymore -- you can only deprecate. On Sep 21, 2016 8:42 AM, "John...

See also [FIXME: Implement simple HTTP caching instead.](https://github.com/digitalbazaar/jsonld.js/blob/e63baf5efb394b327ce7eff8e079df6cd87e9d0a/js/jsonld.js#L1567)

What do you think about how the Netflix Falcor [Model Cache](http://netflix.github.io/falcor/documentation/model.html#the-model-cache) works? It's in memory, can be assigned a maximum size and can be set to expire immediately, never, at...

[Related comment](https://github.com/digitalbazaar/jsonld.js/issues/129#issuecomment-180421095) from @dlongley on another issue: > There is also this: https://www.npmjs.com/package/cached-request > > Which supposedly works with request -- which the node.js document loader is presently using. `cached-request`...

[node2nix](https://github.com/svanderburg/node2nix) could help address this issue. Have you explored using it?

@MMesch, do we have examples of use cases? Would it be just allowing the user to select any combination of kernel(s) and JupyterLab extension(s)? What about [nbextensions](https://jupyter-notebook.readthedocs.io/en/stable/extending/frontend_extensions.html), [Notebook server extensions](https://jupyter-notebook.readthedocs.io/en/stable/extending/handlers.html#writing-a-notebook-server-extension)...

Yes, I think you're right about server extensions. >ideally a package environment, e.g. for python or jupyter can easily be fed into the jupyterlab derivation Would an example of this...

@MMesch, can you take a look at [my fork](https://github.com/ariutta/jupyterWith/blob/custom-dirs-and-serverextensions/default.nix)? The changes are intended to support server extensions and to keep the jupyter directories isolated from each other. (Not ready for...