Alex Alvarez

Results 14 issues of Alex Alvarez

### Environment * OS Version: Ubuntu 16.04 * Node.js Version: v8.9.4 ### Actual behavior Relative paths add files, but glob ignores do not match those files for some reason. For...

Type: Enhancement

**FEATURE REQUEST**: **What happened**: Defining the handler with a path `handler: dist/index.js` results in the error from https://github.com/kubeless/kubeless/blob/2507dc8ba457a9e89ebb9e7b06b99db39dae6595/pkg/utils/kubelessutil.go#L238 being logged. **What you expected to happen**: Should be able to define...

Opening this issue to discuss & track what needs to be done to better facilitate users cleanly implementing interactions between the user, cells, and table. Will open a PR once...

Native scrollbars (and 14px padding) are currently added when in `occlusion` rendering mode. We should either integrate virtual scrollbars into vertical collection or vertical collection into ember scrollable

vertical-collection

Here's a reproduction https://github.com/danielspaniel/ember-data-change-tracker/compare/master...alexander-alvarez:computed-property-bug `The computed property should be dirty too (permutation one)` test case failes `The computed property should be dirty too (permutation two)` test case passes May have...

Would you be open to having a buffered mode? / how hard would it be to leverage the same tracking mechanism you have but in addition to: ```js let info...

enhancement

when using this version ```diff + "@types/swagger-schema-official": "2.0.18", ``` below errors occur ``` lib/Doc.ts(129,7): error TS2322: Type 'IProperties' is not assignable to type '{ [propertyName: string]: Schema; }'. Index signatures...

I have some injections on my controller (inside of an engine) which worked, but after running the codemod I'm getting errors: `Attempting to inject an unknown injection: 'router:main` I imagine...

bug

Sometimes I end up with tasks in JS land and I want to curry them, but I can't use the helper since I'm not in hbs-land. https://github.com/machty/ember-concurrency/blob/master/addon/-task-property.js#L178..L182

feature-request