Oleg Stepura
Oleg Stepura
- Use more faker providers - Stop using builtin magento2 config. Leave it only as an example. One of the reasons is that github.com/mpchadwick/dbanon/bindata no longer exists.
I could not make xbar to work with those placeholders, but real emojis work fine.
Uses same env to build binary (alpine) as will be used to run in. Should not reintroduce #40 Tested locally, all fine running in archlinux.
Now github orders files the wrong way. I suggest solving this by adding a leading zero to numbers < 10 ## Before: ``` part1.md part10.md part11.md part12.md part13.md part14.md part2.md...
According to https://material.io/guidelines/components/text-fields.html#text-fields-states See `User interactions` Inputs should have a default hover effect on desktop.
Hi! I wanted to try out `ReactCSSTransitionGroup` (https://facebook.github.io/react/docs/animation.html) on react-toolbox `TableRow`'s. If try to do it this way: ```js Id {items.map(item => ( {item.id} ))} ``` it does not work...
Hi! It's unclear from README if this image will allow to run local tasks, not remote. E.g. I have doubts that from container it would be possible to create local...
Hi! We've been using `ember-g-map` for some time. But we faced an issue possibly with google maps and I wonder if you are aware of it and maybe have some...
Hi! Is it possible to configure this plugin to make `__dirname` relative to some folder? If for example I have project root and I want to inject relative file path...
Hi! We are using ` "@ember-decorators/argument": "0.8.21",` and noticed that if we have a default value for an argument annotated with `@argument` keyword, that property becomes non-enumerable. We need all...