Aram Peres

Results 66 comments of Aram Peres

Blocked by https://github.com/smoltcp-rs/smoltcp/pull/465

This is unblocked now; however, `smoltcp` doesn't support AAAA queries yet which may be a blocker since `onetun` supports IPv6.

@vi > Should all features on Onetun be still reachable without using config file, just long enough command line? > > E.g. would multiple forwards be still supported file-less? I...

I would not use this in a mission-critical environment just yet. In terms of stability: I haven't battle-tested `onetun` much beyond flooding it with requests (which it handled fine), and...

@valleydev @PaulBGD ... and that the project has moved to a [new repository](https://github.com/GlowstoneMC/Glowstone).

Sure; Entity storage in chunk data is an example of this. We're using internally-tagged enums for this in feather: https://github.com/caelunshun/feather/blob/a790c57843b111f873fa825ab94e74a35f8bee05/core/src/save/entity.rs#L3-L14 For example, consider how entities are stored in a chunk...

I'm running into this problem too. I'm on Windows 10 using electron `v1.7.10`. The main window shortly becomes black and then back to normal when the child (modal) is closed....

Cloudflare Access works by protecting a subdomain like `uptrace.mydomain.com` under it. If the user is not logged in to Cloudflare Access, Cloudflare will redirect the browser to `mydomain.cloudflareaccess.com` so the...

Tested, with a [Helm chart](https://github.com/aramperes/momoperes.ca/tree/master/uptrace) I threw together to deploy in my k8s cluster: https://user-images.githubusercontent.com/6775216/190835678-e00f225f-768c-4c47-8cf0-4dedbe001866.mov Config snippet: https://github.com/aramperes/momoperes.ca/blob/master/uptrace/uptrace.yaml

> The code looks good, but could you explain how this can be tried out? E.g. sharing a working config should be probably be enough... I've been testing with [Google...