Ecosyste.ms: Timeline

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

MarlonAEC

MarlonAEC starred viamrobotics/viam-typescript-sdk
MarlonAEC created a comment on an issue on facebook/react-native
> do you know which target is the app trying to compile when that file is not found? If it's a library, it might not have the headers search path properly configured. I will try again today duri...

View on GitHub

MarlonAEC created a comment on an issue on facebook/react-native
> @MarlonAEC should be `ENV["USE_FRAMEWORKS"]='static'` for the invalid Podfile error I tried this and the pod install succeeded but when I tried to build I got this error: ``` error: /Users/m...

View on GitHub

MarlonAEC created a comment on an issue on facebook/react-native
Also I tried another way instead of: ``` ENV["USE_FRAMEWORKS"]=static ``` I set it this way: ``` use_frameworks! :linkage => :static ``` But I got this error while building then: ``` erro...

View on GitHub

MarlonAEC created a comment on an issue on facebook/react-native
> ```diff > +ENV["USE_FRAMEWORKS"]=static > ``` I got this error adding that line @cipolleschi : ``` [!] Invalid `Podfile` file: undefined local variable or method `static' for an instance...

View on GitHub

MarlonAEC pushed 2 commits to master MarlonAEC/pet-adoption-platform
  • added empty state to applications dashboard ddbafbe
  • added real breeds from database to dropdowns 7623faa

View on GitHub

MarlonAEC pushed 2 commits to master MarlonAEC/pet-adoption-platform

View on GitHub

MarlonAEC pushed 1 commit to master MarlonAEC/pet-adoption-platform
  • fixed infinite loop in refresh token 452b3be

View on GitHub

MarlonAEC pushed 1 commit to master MarlonAEC/pet-adoption-platform
  • created feedback for already applied pets 93e06b7

View on GitHub

MarlonAEC pushed 3 commits to master MarlonAEC/pet-adoption-platform
  • fixed top filter 58c82ef
  • fixed problems on top filter badedcd
  • fixed logic to refresh token on the fly 060ec0e

View on GitHub

MarlonAEC pushed 2 commits to master MarlonAEC/pet-adoption-platform
  • created logic to upload images when creating pets 3be61dc
  • create styles for logout page 03593d4

View on GitHub

MarlonAEC created a comment on an issue on facebook/react-native
@cortinico @cipolleschi I had the time to run the commands you shared and indeed it works, a brand new app does run. I ran into some issues but the logs in the console were clear enough here are th...

View on GitHub

MarlonAEC created a comment on an issue on infinitered/reactotron
This solution https://github.com/facebook/react-native/issues/47935#issuecomment-2508978315 fixed the bad_function_call error but I got the same issue as you are getting but with a different packag...

View on GitHub

MarlonAEC created a comment on an issue on facebook/react-native
Hi @cipolleschi I will give it a try at the end of the day today. I will keep you posted, Indeed disabling the new architecture works but as @cortinico mentioned this is just a workaround. Also, it...

View on GitHub

MarlonAEC opened an issue on dcangulo/react-native-pkce-challenge
TurboModuleRegistry.getEnforcing(...): 'PkceChallenge' could not be found. Verify that a module by this name is registered in the native binary
Hi there after I updated my App to React Native 0.76 I'm getting this error: <img src="https://github.com/user-attachments/assets/3829634b-7f67-42f7-8ad2-45982fbb46eb" width=270/> I'm on vers...
MarlonAEC pushed 2 commits to master MarlonAEC/pet-adoption-platform
  • created basic structure in the backend for refresh token 69925c0
  • fixed problem with roles df1e382

View on GitHub

MarlonAEC created a branch on MarlonAEC/bad_function_call_reproducer

main

MarlonAEC created a comment on an issue on facebook/react-native
Hey guys I'm getting the same issue with my IOS app. I was looking into it and I thought it could be reactotron problem as I mentioned in the issue mentioned above I was wrong. I completely removed...

View on GitHub

MarlonAEC created a comment on an issue on infinitered/reactotron
Ok a quick update I completely removed reactotron from my project and the app is still crashing. I guess that makes clear the problem is not with this library but with react native 0.76. I will kee...

View on GitHub

MarlonAEC created a comment on an issue on infinitered/reactotron
I wonder if this other issue is related: https://github.com/facebook/react-native/issues/47935 I'm kinda in the same scenario, what I'm trying to do is update my app to the latest react native vers...

View on GitHub

MarlonAEC created a comment on an issue on infinitered/reactotron
Got the same problem on 5.1.10, unfortunately 😔. Is there anything else I could try?

View on GitHub

MarlonAEC created a comment on an issue on infinitered/reactotron
Oh, my bad I thought about your questions and even commented out the `if(__DEV__)` thing and the whole ReactotronConfig.js file, and still the app crashes. Sorry I misunderstood your question when ...

View on GitHub

MarlonAEC created a comment on an issue on infinitered/reactotron
For me, the build always succeeds just when it tries to run the app it crashes. This is how I import the config in my App.js: ``` async componentDidMount() { if (__DEV__) { import...

View on GitHub

MarlonAEC created a comment on an issue on infinitered/reactotron
Hey I have the same problem and downgrading to 5.1.8 didn't work (I was in 5.1.9 I didn't tried 5.1.10 yet tho). I do not get any error on metro only this in XCode: ``` 10.3.0 - [FirebasePerforma...

View on GitHub

MarlonAEC created a comment on an issue on symfony/webpack-encore
Oh, I totally forgot to close this one yes this was solved, all the comments helped me a lot to understand that concept long time ago. Thanks again!

View on GitHub

MarlonAEC closed an issue on symfony/webpack-encore
versioned icons not found in the manifest.json in PWA configuration using .configureManifestPlugin
Hi I have active the .enableVersioning() option in my webpack.config.js file and I also configured the seed key/values for my PWA using .configureManifestPlugin like this: ``` var Encore = requir...
MarlonAEC created a comment on an issue on dcangulo/react-native-pkce-challenge
Indeed it worked thanks!

View on GitHub

MarlonAEC created a comment on an issue on facebook/hermes
@robhogan I have a little problem here if I set the `hermesParser: false` I got this error: ``` Error: Got unexpected undefined at nullthrows (/Users/maespinosa/Documents/mobile-app/client/n...

View on GitHub

MarlonAEC starred hans00/react-native-transformers-example
Load more