Tony Hirst
Tony Hirst
@jtpio FWIW, I blogged the process I went through as a not-developer trying to port a classic notebook extension: https://blog.ouseful.info/tag/jl-extension-notes/
Does the `:name:` element proposed by this PR act in a similar way to the name element that is used in eg MyST `Figure` elements, and which supports things like...
That action to create a branch gives an error if the branch already exists. The updated action `peterjgrainger/[email protected]` will create a branch if it does not exist, `pass` if it...
Interesting, thanks..:-) I take it that downloads the whole db, eg compared to the [sql.js-httpvfs](https://github.com/phiresky/sql.js-httpvfs) approach where the idea is you can connect to large remote databases and then just...
> can you try loading that `gpt4all-converted.bin` model in the `LlamaCpp` class? I'm not sure what the version compatibility is between our two libs but if both fail in the...
Okay, so that's yet another binary question - does a container we are trying to link to exist or not?
I've popped a revision of `dmysql-server` at https://github.com/psychemedia/docker-mysql-scripts but haven't submitted a pull request because I haven't had time to properly test it yet (and possibly won't have time now...
I've been running tty.js for months in a variety of virtual machines, but rebuilding one today with presumably a new version of node is breaking on pty.js with: ``` Error:...
I ended up using nvm to push back to an old version of node: ``` exec { 'node-install': command => '/bin/bash -c "source /home/vagrant/.nvm/nvm.sh && nvm install 0.10.35 && npm...
@claytonlemons @MarcSkovMadsen I'd +1 on being able to add server proxy applications to an *Application* or *Applications* area.