Andrew Shaffer
Andrew Shaffer
I just got started using Seastar so it's entirely possible i'm configuring something incorrectly. However, I spent the last several days tracking down a nasty little issue I was having...
@zertosh What do you think about reverting the regex optimization so that syntax-error can be removed upstream? Giant libraries with no require calls should be noParse'd anyway, and the performance...
E.g. With the pattern `lib/**/*.styl` and the file structure: ``` lib | +-- main | | | +-- main.styl | +-- home ``` Adding a new stylesheet to the main...
Hey, thanks for this library, it's great. I'm building an ML application that is learning in an online way. So, it's constantly acquiring new feature rows, but also having to...
It'd be great if I could just npm install this without having to install component.
In projects composed of many small modules, each containing their own unit tests, but with a global set of dependencies in ancestor folder this would be really useful, and it's...
Since there's been some talk of removing context, here's a problem that we may want to solve first: `Some Page` How do you style links to the current page differently...
I was thinking about binding listeners to window/document/body, which right now kind of sucks. You have to wire that up outside of your component system, track the handler yourself, remove...
We discussed this briefly in the [2.0 release thread](https://github.com/dekujs/deku/pull/299#issuecomment-167886404) but i'd like to bring it up again so that other people can chime in if they want. Example: Imperative dispatch:...
I'm trying to figure out how to represent an ARMA(1,1) state process, and I think I have a way of doing it that should work in principle, but it's erroring...