Seyi Adebajo

Results 5 issues of Seyi Adebajo

Could you create a license file in the root folder so it's clear to users how they're able to use this repo and what their liabilities are? I'm assuming it's...

**Prettier 1.10.2** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAEAzArlMTAXkwAoA3AQwBsBBAGkyuoCEBKJTAIwgmrkpRiAPkzAAOkMwAnODFzShFGrUwAyNUxrtJmPZgD8mGNNxxd+zthpo4AbkkBfEPRAQADjACW6ZKErS0hAA7gAKAQhoyCCU5BBeACYuMRjI1tS2rlzSlGAA1nIAyu65XlAA5sgmZq4JEGBpNnCuZbbSMKE55QC2lI0ZzSAAVmgAHiw5+UWU3XAAMmVw-ZluuDDuawBMy4Ml0m3RMACe7nBoYNJensnul7AA6okwABbIABwADK63ELb3Oe5orcznBpOQlq5ZABHXBeWSdSg9PpIdIrWzdLxVUyDNBlcr8ACKuAg8B2rhglC4jwSL2Qm3JOS81DxAGEIN1etEoNAISBcLYACqUqIopqORxAA) ```sh --parser typescript ``` **Input:** ```tsx const func = (valA, valB): boolean => { return (valA && valB) ? true : false; } ``` **Output:** ```tsx...

status:needs discussion
lang:javascript

Can we include a handler called `showOnce` to log each handled deprecation at least once? This is useful for users to see the deprecations while testing or developing at least...

Attempting to make a call using the SDK method `oktaClient.getUser(user)`. Ran into the title issue, `realFetch.call is not a function`. Root seems to be in the latest version of `isomorphic-fetch`...

The types for public interfaces should be exposed publicly to users who want to consume the types in their application, e.g. EmberJS users. For example, the Ember Router class method...