Leo Di Donato
Leo Di Donato
I'm investigating. **Some points**. The main source of the issue is the missing `from` options ([doc](http://api.postcss.org/global.html#processOptions)) in the `postcss.parse()` call ([doc](http://api.postcss.org/postcss.html#.parse)). Then we have to ask ourselfs whether the _sourcemap...
Take a look at [**matrix-layout**](https://www.webcomponents.org/element/leodido/matrix-layout) element and its shared style **matrix-style** please! It provides expansible items, aspect ratio items, aspect ratio grids, fullbleed grids via mixins (or attributes). Enjoy !...
Yes @kris-nova it is! @kris-nova and @dnwe can I propose to demo the compiling of the driver during our office hours in 2 weeks? It will be recorded and it...
I don't have anymore write/maintain access here. So, I can't help/maintain it. It's unfortunate but it is what it is... Feel free to redirect this PR to https://github.com/leodido/go-syslog. I plan...
I don't have anymore write/maintain access here. So, I can't help/maintain it. It's unfortunate but it is what it is... Feel free to redirect this PR to https://github.com/leodido/go-syslog. I plan...
Hi @motss, not exactly. I think it is correct that this component always swipe (except when user explicitly disables it), since it's called ``. Simply it **should also be able...
- [x] Agree for `noOppositeSwipe`, very good name. - [x] Get rid of `IronResizableBehavior` - [x] Locally I removed IDE files (i.e., .idea/ commited folder) and inserted them into .gitignore....
Hi @motss I think here we are. What do you think? We can posticipate you good idea about slideOffset. P.S.: Probably, to fire a `opposite-edge` event make sense. P.P.S.: Also...
> Why is this needed? Could be useful for the user to detect when _curPos is null/0 ? > Is it because of performance issue? Yes. > Steps to repro...
Hey @motss I'm back. So, in summary what this PR misses is: - [x] Limit the distance the swipeable content can move towards the opposite direction to `slideOffset`. It is...