Jay Koutavas

Results 10 issues of Jay Koutavas

Another baby step towards an embeddable iTerm2 library. Sorry about the redundant commits in this PR, I had a bit of a cockpit error while rebasing my fork's master branch...

My React Native app does fine discovering my bonjour service on iOS simulator, iOS hardware, and Android hardware, but doesn't succeed with discovery on Android emulator. Is there some kind...

Great tutorial, thank you. Any chance of adding the finished app to this repo? As someone new to Amplify integration, I'm trying to follow along with the implementation of the...

What's currently on master isn't building with the latest React Native (0.61.2) . This PR resolves that. `react-native run-ios` and `react-native run-android` work now. Note the inclusion of a `Podfile`...

I'm getting the following error on my installer when doing `!insertmacro CheckNetFramework 35`. It happens both on Windows 8 and Windows 11 systems. What's going on here? A google search...

This resolves connection time-outs when accessing https download links, as detailed in issue #50. New dependency introduced: [inetc plugin](https://github.com/DigitalMediaServer/NSIS-INetC-plugin).

I thought it would be fun to add re-ordering of tasks within a todo list. The new `MoveTaskAction()` applies the re-ordering just fine, but I haven't worked out how to...

**Describe the improvement** Update the README (the Package?) to handle this situation: ```sh % yarn reassure Usage Error: Couldn't find a script named "reassure". $ yarn run [--inspect] [--inspect-brk] [-T,--top-level]...

Since the release of iOS 16, Xcode 14+ simulators now support remote notifications when ran on Apple Silicon. (ref: [Xcode 14 Release Notes](https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes)) Using the latest version of `react-native-notifications`, v5.1.0,...

**Describe the bug** I was expecting the `output.md` file to report a "Significant Changes to Duration" for a `` component I purposefully slowed down after doing a baseline on it....

bug