Tom Söderlund

Results 14 issues of Tom Söderlund

I can only see my first flash message, not number 2, 3 etc. The reason is that once my messages array is not empty anymore, the CSS class `.ng-hide-remove` is...

`zh` is not working, nor is `zh-Hant`.

I'm trying to define two `standalone`:s in my Gruntfile: browserify: { options: { transform: [['babelify', { presets: ['env'] }]], }, // The below standalone 'xp' IS available on window (window.xp)...

Anyone tried using redux-api with Next.js for server-side rendering? I’d like to get tips on how to do the initial redux-api `sync()` call inside `getInitialProps` (Next.js specific method) instead of...

question

Can I somehow immediately access the results from the REST service? E.g. the example: `dispatch(rest.actions.entry({id: 1}));` If my REST server returns the ID of the new entry, how can I...

I'm using `html-metadata` to parse a list of hostnames: const htmlMetadata = require('html-metadata'); console.log(`Domain: ${domain}`); const newUrl = completeUrl(domain); htmlMetadata(newUrl, (err, data) => { console.log(`htmlMetadata callback:`, err); const newData =...

Sorry if this is off-topic, but I love the structure of `express-es6-rest-api` and I'm struggling to use it with Mongoose. If anyone can point me to an example, that'd be...

question

I'm trying to figure out how to use WPAPI with a Wordpress.com-hosted blog. const wp = new WPAPI({ endpoint: 'https://MYSITE.wordpress.com/wp-json' }) const posts = await wp.posts().get() console.log(`posts:`, posts) But I'm...

enhancement

**Describe the bug** Getting `UnhandledPromiseRejectionWarning: Error: Cannot find module '/Users/USERNAME/Documents/Development/Projects/Templates/expo-nextjs/node_modules/react-native-scripts/build/scripts/init.js'` **To Reproduce** npx create-react-native-app -t with-nextjs expo-nextjs Creating a new React Native app in /Users/USERNAME/Documents/Development/Projects/Templates/expo-nextjs. Using package manager as yarnpkg...

``` prompt$ python trello-export.py myproject.json Traceback (most recent call last): File "trello-export.py", line 76, in main() File "trello-export.py", line 12, in main print_cards(json_object, args.outputfile) File "trello-export.py", line 69, in print_cards...