Jonathan de Jong

Results 291 issues of Jonathan de Jong

#### Is your feature request related to a problem? Please describe. When following a particular user mention, today I got someone abusing the mention of that user to gain hype...

feature

I was *incredibly* surprised to see that there was no `gjson.Boolean` type to check `gjson.Type` against. Instead, there's a `True` "type" and a `False` "type", which to me seem to...

The [cloudflare blog article](https://blog.cloudflare.com/exported-authenticators-the-long-road-to-rfc/) talks about this, and it could enable exciting features such as [OPAQUE](https://blog.cloudflare.com/opaque-oblivious-passwords/) to cryptographically tie itself to the TLS connection. While both are a while away...

Output of `restic version` -------------------------- `restic 0.12.1 compiled with go1.16.6 on linux/arm64` What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- I'm currently using ZFS,...

category: backup
platform: linux
type: feature suggestion

One use that I have for airdrop is sending links from my iphone to my linux desktop, but it seems that opendrop doesn't support receiving (and displaying/opening) links specifically, is...

I came across this in https://github.com/ruma/ruma/pull/1161; It'd be useful for ammonia to have a blacklist mode, instead of a whitelist mode, to remove specific tags from HTML, instead of retaining...

Could drone.io be supported? https://docs.drone.io/ Drone.io is an open-source selfhosted/cloud CI, I expected an issue/request to be here regarding it, but I found none, so I'm opening one now. Drone.io...

New CI

Some documentation on how to add a custom `net.Conn` interface to yggdrasil, to then connect to other peers over funky interfaces, would maybe help a little.

to do

Currently `yggdrasilctl getpeers` sorts peers randomly each time, could it maybe be sorted by default, and maybe also sortable by another metric?

enhancement
to do
feature request

I have this following call on a stream, to filter out elements asynchronously (sorry for the ugly encapsulation, async closures aren't a thing yet); ```rs .filter(move |user_id| Box::pin(async move {!db.users.is_deactivated(user_id).await.unwrap_or(false)}))...

bug
A-stream