Jean-Philippe Monette

Results 10 comments of Jean-Philippe Monette

@nicwise Thanks for the message - finally found some time to have a look at issues / PRs during this covid-19 isolation. Can you provide literature supporting the application of...

@gtamas Good idea! I welcome PRs - just raise a Feature Request with how you'd implement it and you can then push a PR. Thanks

@gentax I'm not sure it makes sense to duplicate the whole RSS feed generator for 1 attribute. Can you highlight the differences between the standard spec vs thee flipboard one?...

@yarandoo Can you provide a bit more background related to this request?

@IvanDelsinne If you don't want to change the timezone of your environment, you can use `Date.UTC` with vanilla JavaScript: ```js new Date(Date.UTC(2018, 8, 9)).toISOString() // "2018-09-09T00:00:00.000Z" ``` Does that solve...

@IvanDelsinne Maybe I could allow string-based date, but existing behaviour is to avoid someone messing up the date format 🤔. How would you generate the ISO string otherwise?

@fabiel-leon As discussed in contribution, can you make sure there is an issue describing the underlying problem?

@discoscott What do you want to replace this with?

@deadcoder0904 Which app is parsing this attribute? Any documentation out there?

@mdjastrzebski I did update my code and still get the issue. Here's the updated test: ```ts import * as React from 'react'; import { fireEvent, render } from 'react-native-testing-library'; import...