Nathaniel Caza
Nathaniel Caza
This is somewhat exploitable in practice/with intent; I'm able to generate ~15MiB in logs in 10-12 seconds from a single client that has a random/unauthorized CA/cert pair with only the...
I think the `expect` approach @normanr suggested would be the most universal. It would solve things like: - controlling an Arduino or CNC controller over serial - logging into an...
@Airblader hmm, that's a good point. Though when working with a shell, you could wait for the prompt to re-appear. Since it is likely the most common case, maybe we...
I can't entirely agree that an exit code is _universal_ since commands can be interactive. For example, SSH may prompt for a password without giving an exit code before the...
bump, looking for this before enabling `fail_if_xl`
@spkane I updated and resolved the conflicts, the main remaining issue is that there's no good way to have a command return an error (i.e., other than panic), which is...
I couldn't get the page to load (`make start PUBLIC_URL=`) using this tool; it just hung forever -- service outage?
We are currently working on this: https://github.com/target/goalert/issues/3007 It's in the nightly build under an experimental flag, though that should be wrapped up in the next week or so; and it...
To clarify, this would just be for the table, correct? Something like this? | Created By | Acked By | Closed By | | --- | --- | --- |...
@tony-tvu oops, you're right; fixed in latest commit. You will need to `make regendb` though since it's a change in the migration