relikd

Results 50 issues of relikd

Took some time to figure that out but quite an easy fix for issue #88.

Not sure if this is Safari specific or interest for uBlock Origin in general. I am missing an option to disable WebGL and prevent fingerprinting in that way. Since the...

Hey there, I am the developer of [icnsutil](https://github.com/relikd/icnsutil) and just wanted to reach out and offer some help if needed. I have no experience with Rust but I analyzed the...

Hi there and thank you for this QL plugin. My commits follow semantic naming so it is probably easier to read by commits than by overall changes ;-) This PR:...

probably fixes #50

I think the whole handling of messengers needs some segregation or so. Most settings either do not apply for non-email recipients or have to be restricted somehow. Lets take the...

enhancement

This is a bug in my opinion but would qualify as a feature request. Given the example below, with a dataset of 4 entries, I would expect that select2 will...

enhancement
4.x
feature: search

Add missing alt in pad query. ### Issue(s) Resolved Fixes #1092 ### Description of Changes - [x] Wrote at least one-line docstrings (for any new functions) - [ ] Added...

Lets say, I use `site.query('/path', this.alt)|list` in a template. This will not only include the records of the provided alt, but also the records for the default alt. Assuming the...

Found this while browsing through the source. Havent tested whether this is actually an issue, but: https://github.com/lektor/lektor/blob/dbae91e9c767093349b122f62e114e32e8291f85/lektor/utils.py#L666-L668 shouldn't that actually be ```py last = url.split("/")[-1] # or: # if "."...