Results 27 comments of Javier

I use chisel (https://chiselapp.com/user/javier/), but I don't think it supports OAuth. Besides, it's just a slight convenience to use it, since Fossil makes it absolutely trivial to host on your...

I understand that ownership assertion is very complicated; the idea of using the login from the repo hosting is quite ingenious and probably covers the vast majority of cases. Unfortunately,...

friendly remainder that Kong/koko#344 is already merged and deployed.

Exactly the same to me. I've asked and see other people are able to filter out hashtags and keywords. Added some filters that do work on the web interface but...

I'm in the same situation (too many cats!). Filtered on the web interface, and it does filter posts on the web, but the same posts still appear in the app....

> Do we have a fossil repo hosted anywhere with some Zig code we can use to verify the functionality doesn't regress going forward? this is mine: http://chiselapp.com/user/javier/repository/zigqlite still haven't...

isn't the lockfile's purpose to "lock" the current version? the dependencies can use any way to specify a version (tag, branch, commit, or none), but the lockfile should use the...

> Plus, using keep-alive is like using WebSocket like a regular HTTP request, why not just use HTTP instead? The goal is to open an HTTP connection, do some requests...

@dndx and I have been doing some cechking on this. in short, as documented, `sema:post()` will __not__ yield the current light thread. it seems a simple `ngx.sleep(0)` after the `:post()`...

thanks for your ideas, the way i usually use loom is like this: ``` luajit -jloom=,>(bcat -) ../luketests/sinkffi2.lua ``` where `bcat` is a small ruby utility that opens a browser...