Eric Engestrom

Results 80 comments of Eric Engestrom

@linrunner sorry for the delay, I forgot to reply :facepalm: 1. I hadn't realized, but indeed the power supply driver isn't upstream yet, so this PR shouldn't be merged yet...

Found `@marcan`'s post: https://social.treehouse.systems/@marcan/110219038891519815 For this PR, I guess the difference is simply that the `is_within_bounds "$new_stop" 50 100` (and corresponding start) checks becomes `"$new_stop" = 80 || "$new_stop" =...

`@marcan` chimed in on IRC to say that since none of this is specific to this power driver, there shouldn't be any need to PRs like this one, and I...

Ah, I just noticed that the `1.2.0a1` tarball has also had its size divided by ~100 compared to `1.1.7`, which means caching it is not as necessary as it was...

> Would it make sense to add queries for the domain/bus/slot ID's as well? Why not, but is there a use-case for these?

It way beyond the problem we're trying to solve here, but it's trivial to implement and conceptually it belongs in the same extension so I'm adding these and re-renaming the...

Thanks for the feedback; you're right, I'll drop the line. I also was wondering if I should explicitly say that `EGL_QUERY_PCI_VENDOR_ID_EXT` is the vendor ID, etc. or if it's all...

@stonesthrow I don't have permission to change the milestones; could you give me permission, or do it for me? Thanks!

Actually can this wait? @evelikov has requested a change of enum values, I'm waiting on @fooishbar to confirm.

I was curious about this just now, so I dug a bit, and @davidedmundson's [branch](https://github.com/davidedmundson/SDL/commits/reconnect/) looks very different from this PR; for posterity, the current HEAD commit is https://github.com/davidedmundson/SDL/commit/140564d577eea5f6d5a7589a6f7485df9e1ed625 I'm...