Andrew Chin

Results 151 comments of Andrew Chin

I think if I had a magic wand that would give me one of these solutions for free, I probably would choose option 1 or 3. I would probably not...

Hi, can you expand a bit on what your expectations are? Is `1 MB -> B * 37` the same thing as `1 MB * 37 -> B` ?

For me personally, I would expect `1 MB -> B * 37` to be an error. It's valid syntax, but semantically I don't think it makes much sense. Option 2...

Some other solutions: * Run with `--no-prelude` and define your own custom prelude (this is probably my first recommendation) * Use a different name: `unit planck_length_custom = sqrt(h_bar × G...

Sure, overwriting units is still a feature we should consider. But in the meantime, I wanted to share some possible workarounds

Normally you can get the ohm symbol by typing `\ohm` and then pressing tab. Unfortunately this produces a `Ω` symbol (U+2126 OHM SIGN), but the ohm unit is currently defined...

Good observation. When trying to debug further, I tried to `curl https://euw1-1.relay.iroh.network./` which also showed certificate issues. But then a short time later, this started working, and I can't explain...

I caught it in the act of working then not working: ``` lxd@lin-lxd01sim in iroh on  main 🦀 ❯ curl 'https://euw1-1.relay.iroh.network./' RELAY This is an Iroh Relay server. #...

Ok, after a bunch more testing, I'm still very confused about what's happening, but I feel like the problem must be on my end somehow. Most of the time, things...

I think my expectations are: * If nothing is running (no iroh node, no doctor), and I run `doctor plot`, I would not expect the metrics server to be started...