Jonathan Rico
Jonathan Rico
I was using it, but because of this I required to change to some other framework, I hope this get done some day or have the time and knowledge to...
I have the same issue.
This will be so helpfull. I would like to propose another possible way to express a reused mock. ``` ``` Then: `reuse: 0` : unlimited uses. `reuse: 1` : one...
I would like to throw some ideas that could be useful in this discussion. I have a a repo with 4 micro-services each with his own package.json. I wanted to...
You not need use script ``` != CDN("config.js") != CDN("js/login.js") ``` The script figure out what to do in the way that the output will what you want. (magic inside,...
Gulp.start is new for me. I was following the documentation https://github.com/gulpjs/gulp/blob/master/docs/API.md#deps ``` javascript gulp.task('build', ['array', 'of', 'task', 'names']); ```
sorry, is not clear for me, how to generate `fragment-matcher` and `typeDef` configurations used in apollo client. this is my long road (and difficulties) to generate this types: 1. add...
Suffering the same problem... @Anber could you provide more details about this workaround ?
I found a workaround ``` const SkeletonItem = styled.div` --animation: pulse; animation: var(--animation) 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; `; ``` but... I'm getting some many headaches with linaria...
I'm stuck too. even just importing hamlpy I get this error ``` File "/Users/xx/.pyenv/versions/2.7.18/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/Users/xx/.pyenv/versions/2.7.18/lib/python2.7/site-packages/hamlpy/__init__.py", line 2, in import templatize File "/Users/xx/.pyenv/versions/2.7.18/lib/python2.7/site-packages/hamlpy/templatize.py", line 18,...