Dawid Karabin

Results 17 issues of Dawid Karabin

Hey, In [gulp/config.js](https://github.com/jgoux/generator-angulpify/blob/master/generators/app/templates/gulp/config.js) In the bottom are specified settings for gulp-angular-templatecache plugin: - moduleName - prefix - stripPrefix ``` templates: { compiled: 'templates.js', angular: { moduleName: 'app.templates', prefix: '', stripPrefix:...

Hey, I've decided to try and integrate ocLazyLoad in my project. Integration was smooth until the mysterious error: ``` $$animateJs is not a function ``` Few minutes of searching and...

Hey, **Reproduction repo:** https://github.com/hinok/relaxed-broken-assets By using `--temp` option like ```bash relaxed src/test.pug build/test.pdf --temp build --build-once ``` assets are not rendered in generated pdf when defined in `.pug` files like...

**Env:** macOS / Chrome73.0.3683.86 When I try to change only year for some dates, formatting is "too eager". Is there any way to disable such behaviour? **Demo:** ![Kapture 2019-03-25 at...

This PR fixes issues with DST dates provided to `differenceInYears`. The longer explanation with screenshots and demos is available in the issue: https://github.com/date-fns/date-fns/issues/2993

### Describe Your Environment What version of Spectacle are you using? (can be found by running `npm list spectacle`) ``` [email protected] ``` What version of React are you using? (can...

πŸ› Bug
βœ“ Verified

### Describe Your Environment What version of Spectacle are you using? (can be found by running `npm list spectacle`) ``` [email protected] ``` What version of React are you using? (can...

πŸ› Bug
βœ“ Verified

### Describe Your Environment What version of Spectacle are you using? (can be found by running `npm list spectacle`) ``` [email protected] ``` What version of React are you using? (can...

πŸ› Bug
βœ“ Verified

Hey, The latest version https://unpkg.com/[email protected]/ doesn't include typings. Typings are also missing in the previous `1.0.103`. Typings are available in `1.0.102`, `1.0.101`, `1.0.100`...

Hey, I would like to test my web application on iPad - real device not simulator. I followed instructions on appium.io. - I created valid provisioning profile for iOS -...

bug