Brandon Elam Barker

Results 89 comments of Brandon Elam Barker

Thanks for the suggestion, @abathur - i can begin to see why your suggestion worked, as I've had infrequent issues with `sudo`; my first try with `N == 6` worked....

I have a particular use case where I would like pseudo elements to behave more like regular elements on the DOM, including being selectable. The use case is essentially: I...

I've been working on a simple Router (referenced in #77), which may be good enough for me (and may not be also - we shall see). Which router implementation are...

I like the idea of separating mount from HTML emission, as it seems simpler initially and would be more flexible. For instance, many MVC applications might make use of the...

I can confirm there are slightly more than 70 tests failing on illumos (all outside of uucore though) - I haven't even begun to look into these yet. I do...

Thanks, I look forward to checking this out!

I think limiting to a namespace should be an option, but i would also like the ability to search through all of a namespace's dependencies (sometimes a log message can...

Just curious what the status of this is, and any pointers. Would this also apply to purescript (original JS compiler), so that one could potentially compile purescript directly in the...

If you want to pin the most recent buildable commit (according to git's CI), you can do this : ``` bracket-lib = { git = "https://github.com/amethyst/bracket-lib.git", rev = "851f6f08675444fb6fa088b9e67bee9fd75554c6", features...

I guess the workaround is fairly trivial though, just an extra line of code: ```rust state