Jeff Hansen

Results 29 issues of Jeff Hansen

Loving this library, fantastic work! I was wondering if it would be possible to introduce a `.Kill()` on `IContainerService` that would use `docker kill`? When tearing down an integration test,...

enhancement

Loving Bristol, and have even written a [target + formatter](https://github.com/jeffijoe/bristol-sentry) myself. 😄 It would be awesome to have support for child loggers! Imagine creating a child logger for each HTTP...

I am using `Model.changedAttributes()` to write a computed field helper, but there's an issue where `changedAttributes` returns false when not expected (at least not by me). Reproduced in [this pen](http://codepen.io/anon/pen/PPbRpO?editors=001)....

question
break

This is because ``` js _interceptForms: function(e) { if (e.target && e.target.action) { return; } e.preventDefault(); }, ``` returns when there's an action. In Edge, if there is no action...

bug

Say you have `.block___elem` and a `.block--expanded` modifier. In BEM, to affect the elements with the block modifier: ``` css .block--expanded .block__elem { width: 100% } ``` How are you...

Upgrades to the library to support MobX 6. We had to wrap the task in an `action` to prevent MobX from automatically converting it to an action. **BREAKING CHANGE**: The...

It would be awesome if you were to use `itermocil` in a directory, that all `root`s specified as relative paths (or if omitted) would be relative to the current working...

A continuation of #27 — opening a new issue as requested. Screenshot: ![image](https://user-images.githubusercontent.com/2505474/190691249-d1b61f9f-70a0-4d27-9dc4-8e040b33562a.png)

Example: ``` class SubView extends View { initialize() { // Custom selector. Validation.bind(this.model, { selector: 'data-validate' }); } } class MyView extends View { initialize() { // Standard. Validation.bind(this.model); }...

**First of all, nice job!** When do you think we can start trying all this cool CSX stuff out? :D