Jujo

Results 38 issues of Jujo

Hi, first of all, thanks for writting this plugin. I would like to be able to turn my current buffer into kaktree, right now if I open it with panes...

Hi, I'm looking for a way to define a foreign key constraint in my schemas, is there a way to do it or is out of the scope of this...

### Feature I would like a lot if ctags-search used prompt instead of menu after selecting tag, this way we could leverage the very handy fuzzy algorithm integrated in kakoune...

feature request

Hi, I was using your pomodoro application and all was going fine and dandy, but then I had to click `````` in my editor, and I found it was a...

bug

I'm having an issue: When I send data attached to the client peer, say i define a token field like ``` javascript let peer = new Peer(undefined, {...config, token: "this...

server

Hi, I'm running into an issue, I know it's not the 'right' way to do it, but I need to do it this way, I'm serving some pages with joy,...

Hi @camsaul , I was wondering how should one do to hydrate a many to many relation with an intermediate table?

Hi, I have the following code ``` gleam fn assert_admin(deps: Deps, cookies) -> Bool { case { assert Ok(val) = get_session_cookie(from: cookies, get: cookie_key_name) assert Ok(val) = deps.crypto_engine.decode(val) Ok(val) }...

bug
area:formatter

Hi, I'm trying to run the haxe lsp, but I can't replicate the configuration suggested for standalone use of vim, that goes as follows: ``` { "languageserver": { "haxe": {...

~~Hi, I was trying to run Krabby on firefox, I have a developer edition, but when I try to follow the instructions I jsut get a "This addon could not...