Jan Czizikow

Results 19 comments of Jan Czizikow

I was just digging into why `getDailyStepCountSamples` was always returning an empty array for me. By default the library excludes manually added data (at least for `getDailyStepCountSamples`). After passing `includeManuallyAdded:...

I've also experienced this error. I think this might happen because `Promise.all` resolves first the `import('intl/locale-data/jsonp/sv')` before the `import('intl')`. My initialization of intl looked similart to @albingroen . Right now...

@albingroen I can't tell yet - I just implemented this change :(

Just adding my two cents 😄 There are many ways to avoid the infinite re-rendering, one of which was already mentioned (destructuring). Other options: Pass reference to a callback in...

@Sunhat would it be possible to release new version of the package to the npm?

I think this might be related to #56 and [depreacted rnpm config](https://github.com/react-native-community/cli/blob/master/docs/configuration.md#migration-guide).

Hey @kthayashi , If you want to use `gulp` to develop locally, please modify `_config.yml` (using the settings from this repo as an example): ```yaml baseurl: "" # the subpath...

Hey guys, really sorry was really swamped recently. @kthayashi to make images appear in the post: 1. Add the name of the image (without extension in front matter of the...

Hey @kat-wehr , You just need to make sure to run `npm install` to install all the packages from node. Then you should be able to run `gulp img` from...

Hey @errordeveloper, I think this might be due to [Jekyll Highlighter](https://jekyllrb.com/docs/templates/#code-snippet-highlighting) that the theme uses. Will try to look into this in this weekend.