Decebal Dobrica

Results 15 comments of Decebal Dobrica

@mtt87 I merged your fixes on my fork: https://github.com/decebal/react-native-lazyload, thank you

why is this issue closed, I still find that this happens in 0.13.6 :( even after making sure the releases match for react-navi and navi-scripts

hi @jamesknelson , I tried all the examples(create-react-blog, navi/examples) on my machine and it's throwing the error above. I also tried to use different versions (in sync) of navi-scripts, navi,...

@Billybobbonnet Here's an example from one of my codebases of how to achieve normal connection (for mutations and queries): ```js // nuxt.config.js export default { apollo: { clientConfigs: { default:...

@endquote @jpmonette this was merged in the above mentioned PR 👍

`image` is used for adding enclosures in rss2. https://github.com/jpmonette/feed/pull/120 this would allow `audio` and `video` alternatives :)

Hopefully this will sort it https://github.com/jpmonette/feed/pull/120

does anyone know of a validator to integrate into tests ? I had a look at https://github.com/andre487/feed-validator but I am not overly confident this will do it as it seems...

it appears that most of the community went for a simple `cp` of files into the dist folder.. webpack seems to me like quite an overhack, although I tried it...