Aviad Hahami

Results 7 issues of Aviad Hahami

Hi, I'm hitting this: ![image](https://cloud.githubusercontent.com/assets/7353632/14764280/e388770c-09ba-11e6-82e5-cb5d7161b710.png) Masonry, however, **does** take the `columnWidth`property in consideration. I've tried explicitly typing the bricks class via the `item-selector` property, but no change. This is my...

Hey, I'm unable to get the controls to appear.. this is my code ```HTML ``` and this is the presented DOM ![image](https://cloud.githubusercontent.com/assets/7353632/20053905/4b3cffda-a4e3-11e6-9b4e-e34dd22de6dd.png) As you can see, the [controls template](https://github.com/revolunet/angular-carousel/blob/master/dist/angular-carousel.js#L460) isn't...

Looking into `/dist` in the npm packaged bundle - there's nothing in the `index.js`? ```js 'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./chaos-react.cjs.production.js') } else { module.exports =...

Hi 👋😄 I'm having a weird problem with receiving the output from the analysis docker. I'm running (almost*) the same cmd from the README, which is: ```sh docker run --cgroupns=host...

This PR introduces the following new things: - CI flows (one for pushes[will only test] and one for PR[test+lint]) - New codecov usage - Devcontainer configuration Updates: - fixed some...

Hi folks, I was curious to know how could one report security issues to this project, thx.

kind/bug

Heya! I wanted to fix some bugs in this project (ie #178 #181 ) but I wasn't able to consistently build this project. So first - I added devcontainer support...