Nico

Results 29 comments of Nico

A while ago i started experimenting with the source code of kitchen-dokken to see if this was possible, the proof of concept result is #272 This allows to satisfy my...

@eheydrick Nice find. I'll try to reproduce this and see if I can fix it

I reproduced the issue. And I see the following happening. 1) start with 0 images and 0 containers. 2) run `kitchen create amd64` and the following happens - ADDED: image...

@eheydrick I don't think so. I am not aware of the release process, I did not update a changelog or anything. Is that something that happens after merge?

@jonhermansen and @eheydrick can you help me with the "next steps" to get this pull request accepted and into a mergeable state?

Migrate read it later functionality to a more generic `tags` based implementation: ``` BEGIN; -- Migrate thoughts DROP TABLE IF EXISTS thoughts_fts; DROP TRIGGER IF EXISTS thoughts_ai; DROP TRIGGER IF...

Refresh full text search ``` -- Refresh the bookmarks fts DROP TABLE IF EXISTS bookmarks_fts; DROP TRIGGER IF EXISTS bookmarks_ai; DROP TRIGGER IF EXISTS bookmarks_ad; DROP TRIGGER IF EXISTS bookmarks_au;...

Remove all html from bookmark content: ``` package cmd import ( "context" "log" "github.com/microcosm-cc/bluemonday" "github.com/spf13/cobra" "github.com/spf13/viper" "github.com/nrocco/qb" _ "modernc.org/sqlite" ) var fafaCmd = &cobra.Command{ Use: "fafa", Short: "Run the Bend...

Hi! I was not aware of that version of the protocol while creating this package. So if it is supported it is mere coincidence. I would like to consider adding...

Hi @ot3, I was curious is you already received your new 3-phase meter and managed to try out the current version of smeterd on it? At first glance (based on...