Jujo

Results 38 issues of Jujo

This information was useful to me and was lacking in the docs.

I'm trying to run some tests with busted. ``` lua fennel = require("lib.fennel") package.path = package.path .. ';../?.fnl' table.insert(package.loaders or package.searchers, fennel.searcher) pp = function(x) print(require("lib.fennelview")(x)) end local lapis =...

Hi leafo, I've been really digging lapis and I understand that there are some caveats regarding lua handling null values, I want to know if there is a way to...

I'm building and app using lua and lapis, and I would like to use widget based views, is there a way to use widgets in plain lua?, if it's not...

I think it would be useful to support foreign key definitions for data integrity, You can always define your tables manually, but being able to do it whit mito would...

Does mito exposes a way to explicitly handle transactions? I have a use case in which I would like to update a object along with objects related to it, i.e....

Hi, just before anything thanks for your work, I'm trying to use nimfmt but despite the hint provided due to the lack of a config file, that is easy to...

Hi, I recently updated kak-lsp and while I get the idea of selecting the symbol I'm looking for, when going to the definition of a class constructor it selects the...

Hi, I've been using kak-lsp for typescript and it has been very nice, the thing is, diagnostics only emit info for the current buffer, I would like to know the...