Celogeek

Results 15 issues of Celogeek

On my blog: https://blog.celogeek.com I can't make the progress bar works. I check the signe-post-title-bar As soon as I start moving, it attach a display:none to the element. I check...

It seems the override in the admin part doesn't work. The table is still ok, but the admin part is the one from prestashop. The override seems to not work....

I'm try to create an album with the name ``` Vacances d'été à la montagne ``` And it seems the quote breaks the request now. I have some album with...

I've got installation with signald running as user signald, and mautrix-signal running as user mautrix-signal. I've got issue with attachments. When someone sends me a picture, it doesn't appear in...

I try to create rooms in signal, then I can see it in matrix. when I try to delete them it is ok until I restart mautrix-signal. I try everything...

I try to create an empty group to do test and when I create one on signal app I've got this on the log: ``` an 25 07:44:08 ks10 python[313097]:...

I'm really interesting to use your module for tagging purpose. I usually do something like: ``` # display img # display some details # run fzf with maximum height of...

enhancement
help wanted

Hi, I try the nightly patch on my setup. When I install this one, it breaks my installation. https://github.com/jitsi/jicofo/pull/672 I have a "secure domain" installation, that mean I need to...

## Describe the feature MariaDB support more feature than MySQL (old version at least). The one I would love to have is the support of RETURNING clause on the Create...

Hi, Couchbase::Bucket is not fork safe as I can see. ``` my $pm = Parallel::ForkManager->new(8); my $cb = Couchbase::Bucket->new("couchbase://127.0.0.1"); for(1..8) { $pm->start and next; $cb->fetch("test"); $pm->finish; } $pm->wait_all_children; ### result...