Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

jerinjohnk

jerinjohnk created a comment on an issue on microsoft/code-push-server
I didn't get which specific changes you require. Specific changes for Point 1 - Please refer to the different forks of this repo. For example [AWS S3 Fork](https://github.com/nmengual/code-push-ser...

View on GitHub

jerinjohnk created a comment on an issue on microsoft/code-push-server
1) People have forked this repo and modified it to be used with different cloud servers, such as AWS. You can also try them. 2) In the setup, there is a `codepush-infrastructure.bicep` file that se...

View on GitHub

jerinjohnk opened an issue on microsoft/code-push-server
Azure code push server to be used for multiple different react native apps?
We created a Resource Group and deployed `api` folder to Azure for the codepush server. I can add android and ios apps here using > code-push-standalone app add <app-name> Now, we have different...
jerinjohnk pushed 2 commits to main jerinjohnk/code-push-server
  • Adding a section in the Readme for setting up Redis server 2e7beae
  • Add support for setting MICROSOFT_TENANT_ID Added new conditionally optional environment variable. Required for sing... cd62de8

View on GitHub

jerinjohnk created a comment on an issue on facebook/react-native
> > Created an Android `Release` variant app using old architecture and triggered a firebase notification in the app `Killed` state. The same error can be seen in the Android logcat. > > ``` > > ...

View on GitHub

jerinjohnk created a comment on an issue on facebook/react-native
Created an Android `Release` variant app and triggered a firebase notification in the app `Killed` state. The same error can be seen in the Android logcat. ``` diff --git a/node_modules/reac...

View on GitHub

jerinjohnk created a comment on an issue on microsoft/code-push-server
Thanks, @veaniswich , for pointing me in the right direction; I was missing this step. I have updated my question with the solution that I found.

View on GitHub

jerinjohnk closed an issue on microsoft/code-push-server
Switching to Azure Storage from local not working
<strike> While switching to azure storage. 1) The github Authorization url callback `.auth/login/github/callback` worked instead of `auth/callback/github` as specified in the [Readme](https://g...
jerinjohnk opened an issue on microsoft/code-push-server
Switching to Azure from local not working
While switching to azure storage. 1) The github Authorization url callback `.auth/login/github/callback` worked instead of `auth/callback/github` as specified in the [Readme](https://github.com...
jerinjohnk pushed 4 commits to prod jerinjohnk/code-push-server
  • [CLI] Improve binary app version check for iOS In addition to checking Info.plist, also check Xcode project file for... 6cf36d8
  • updated readme with command 296aa98
  • Merge branch 'main' into prod 0641c7f
  • updated parameters.json 305d869

View on GitHub

jerinjohnk created a comment on an issue on arochedy/react-native-check-new-archi
I just checked ChatGPT. > My react native project has react-native-sms-retriever as its dependency. Can you suggest a newer alternative library to replace it that is new architecture supported ...

View on GitHub

jerinjohnk created a comment on an issue on arochedy/react-native-check-new-archi
This should be a user choice-based option. Similar to patch-package, in the end, ask the user if there's any package that he believes to have new arch support and would like to update the JSON, th...

View on GitHub

jerinjohnk created a comment on an issue on arochedy/react-native-check-new-archi
I added a few code enhancements in PR [`#8`](https://github.com/arochedy/react-native-check-new-archi/pull/8). As there are some drastic changes, please test it thoroughly before publishing.

View on GitHub

jerinjohnk opened a pull request on arochedy/react-native-check-new-archi
Breaking code into modules
I started by improving the index.js, but I felt code snippets were scattered around, so I started grouping them so that they could be moved to their own files if needed. I was wondering if I shoul...
jerinjohnk created a comment on an issue on arochedy/react-native-check-new-archi
Oh great. I wanted your approval before adding these features. Hence, I added them as ideas. Glad to know you liked it.

View on GitHub

jerinjohnk pushed 7 commits to main jerinjohnk/rn-chk-new-arch
  • - Updated package to latest node (#1) - Fixed readme errors - Removed comments from tsconfig as lint was throwing e... cb89993
  • add github url on npm c540285
  • 1.1.0 79ad221
  • 1.1.1 50a98c1
  • fix git url a8ea87f
  • create test action (#3) 656408a
  • Merge branch 'arochedy:main' into main e0b842c

View on GitHub

jerinjohnk starred arochedy/react-native-check-new-archi
jerinjohnk opened an issue on arochedy/react-native-check-new-archi
Grouping and listing package names
It would be great if there's an additional option of 1)—-group - Groups all supported, notSupported, and notFound packages together and prints them instead of printing each separately. Until it...
jerinjohnk opened a pull request on arochedy/react-native-check-new-archi
Added types and a few code changes for easier readability
I planned to create a vscode extension but realized it would take time. So, instead, I thought of making an NPM package. While searching NPM to see if a similar name had been taken, I stumbled up...
jerinjohnk pushed 1 commit to main jerinjohnk/rn-chk-new-arch
  • - Updated package to latest node - Fixed readme errors - Removed comments from tsconfig as lint was throwing error an... 4905be2

View on GitHub

jerinjohnk created a comment on an issue on getsentry/sentry-react-native
> Reactotron was the problem for me. > > Reactotron requires DevMenu no matter the environment. Trying to get DevMenu in production results in a crash as React Native do not include it in producti...

View on GitHub

jerinjohnk created a branch on jerinjohnk/code-push-server

prod - Standalone CodePush server from App Center

jerinjohnk pushed 1 commit to main jerinjohnk/code-push-server
  • [CLI] Support code signing (#23) Add support for signing update bundle. 00322ee

View on GitHub

jerinjohnk created a comment on an issue on infinitered/reactotron
No, it's not using expo. But has been upgraded to the latest version of react native. On Fri, Oct 18, 2024 at 11:07 PM Frank Calise ***@***.***> wrote: > @jerinjohnk <https://github.com/jer...

View on GitHub

jerinjohnk pushed 1 commit to main jerinjohnk/code-push-server
  • feat(auth): conditionally render auth providers (#16) Added flags to toggle GitHub and Microsoft auth in the UI base... 2f6cfee

View on GitHub

jerinjohnk pushed 3 commits to main jerinjohnk/code-push-server
  • Bump cookie and express in /cli (#18) Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor... f9114ee
  • Bump cookie and express in /api (#17) Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor... 84d2d10
  • [CLI] Support Hermes (#5) This PR adds support of Hermes for the code-push cli. It will try checking if hermes is en... 7e9503e

View on GitHub

jerinjohnk opened an issue on infinitered/reactotron
Version 5.1.9 iOS release builds failing on old architecture
### Describe the bug After upgrading the package from 5.1.8 to 5.1.9 and creating a release build on iOS, the build is created and installed on the simulator. But as soon as it opens, it crashes ...
Load more