Uche Ozoemena

Results 46 comments of Uche Ozoemena

@eduardoboucas @jjenzz @kzc @enricoschaaf hey do you have any idea why this same `Dynamic require of {module} is not supported` error is coming up even when I've specified `--format=iife --platform=browser`...

Based the docs about response encodings, would the correct thing be something like this? ``` const ajax = bent(200); // avoid specifying a response encoding const response = await ajax(url);...

@katzer thanks a lot for all your hard work. Is there any chance of this getting merged? Or if there's a problem with the PR can you please give some...

@AshwiniKhandagale thanks for the PR, it's very useful. I've seen that you use a default channel called "VirGo". I have a number of channels that my app uses so that...

@rahmadid thanks yeah it's doing what I want it to do, thanks for pointing me in that direction!

I still have the same problem too. Autocomplete and tag completion both not working. Tried everything mentioned above. Currently running: Atom : 1.25.1 Electron: 1.7.11 Chrome : 58.0.3029.110 Node :...

Have you found a solution for this?

@timbru31 @shazron what would be the "fast" way to return to using the version of `simctl` that doesn't contain the regression? I've tried cloning each dependency and updating the files...

To be clear what I mean is that I forked cordova-ios and updated the `package.json` to use: ```json ... "ios-sim": "github:CodeWithOz/ios-sim#fix-pin-simctl", ... ``` and the `package-lock.json` now has: ```json ......

@manel00 did you find a solution to this?