Emma Smith

Results 305 comments of Emma Smith

Ok, thank you! I will try that out. I do think having a configurable path with an example would be good, because it would prevent mistakes like committing temporary changes...

Do you remember what this was about?

@ja5087 would you have time to re-base and bring this over the finish line at some point? Would love to see this landed!

I think talking to @nikhiljha, we're a bit hesitant to merge this, as people could use numbers to make their usernames a bit more obfuscated, e.g. `m1337ax` or something. I...

TIL https://tools.ietf.org/html/rfc8265 E: also I have someone in mind to ask about sources of how to handle Unicode correctly.

(Closed and reopened, which seems to have fixed CI not getting triggered initially)

The new domain template requests A, AAAA, and MX records when we email hostmaster, so I figured we might as well ask people to request a vhost, though perhaps we...

@glee- it looks like this was the PR that was supposed to fix it but it was never merged https://github.com/ocf/ocfweb/pull/364

Based on the log it looks like the issue is this: ``` clang: cannot execute binary file ``` Perhaps the wrong wasi-sdk was downloaded? Regardless the compiler executable doesn't work...

Oh I see, you're not supposed to use the wasi-sdk for the build Python. Did you perhaps run something else before running the below? ``` python3 Tools/wasm/wasi.py build --quiet --...