Manu Ramos 💙

64 posts

Manu Ramos 💙

Manu Ramos 💙

@manuramosdev

Software developer. Mobile Tech Lead at @IndexaCapital, building cool stuff with @FlutterDev. Telecommunication Engineer.

Katılım Eylül 2021
498 Takip Edilen78 Takipçiler
Alexey
Alexey@alexeykozy·
We support non-web apps - we tested internally with rust, C++ and some other runtimes. The debug prompt might require a hint to the model that it should prefer the logging endpoint, and as long as localhost is available in the emulator, it should work! Let me know if it does not and we will fix it.
English
1
0
7
215
Cursor
Cursor@cursor_ai·
Cursor can now fix your hardest bugs. Debug Mode instruments your code, spins up a server to capture logs, and streams runtime data to the agent. Also in 2.2: Plan Mode improvements, multi-agent judging, and more.
English
135
187
2.2K
543.8K
Manu Ramos 💙
Manu Ramos 💙@manuramosdev·
@RydMike Confirmed by @Spotify themselves x.com/Spotify/status…
Spotify@Spotify

@ossynoya Thank you! Wrapped is a team effort. Our creative team started w/ a basic bar-graph concept, used dummy data to prototype newer ideas and nail the motion, then built the final animation in Rive. Our data team mapped the real data then looked for unique insights to round it out.

English
0
0
1
37
Manu Ramos 💙
Manu Ramos 💙@manuramosdev·
@ASalvadorini Happens to me too in Cursor, but only in a fresh new project, which I guess makes it even weirder
English
1
0
1
69
Alessio Salvadorini 💙
Alessio Salvadorini 💙@ASalvadorini·
I rarely use VS Code, and now this happens: every time I click CMD+S (to save the file) on a dart file, the IDE opens binding.dart from foundation at line 845 Wtf? 😱 I already checked the shortcuts, couldn't find anything meaningful ... is it me? 😭 #flutter #vscode
English
10
0
12
2K
Manu Ramos 💙
Manu Ramos 💙@manuramosdev·
@_eseidel @jezell We use GH Actions+Fastlane. The article you guys link in the Shorebird docs was super helpful with making iOS code signing work, but it still required a few trial and error iterations so I'd say that's the part where better tooling or docs would add more value.
English
0
0
0
36
Eric Seidel
Eric Seidel@_eseidel·
What do you use for CI/CD with Flutter and Dart? Do you like your setup? What would you like improved?
English
46
9
143
18.8K
Omar Almgerbie
Omar Almgerbie@almgerbie·
@_eseidel Fastlane but it sucks when you want set dart environment variables
English
1
0
0
353
Manu Ramos 💙
Manu Ramos 💙@manuramosdev·
@ryanhanks @luke_pighetti I think that one is returning the fastest. I think what @luke_pighetti originally wanted was: -dispatch both A and B -prioritise A: await until completed and return -if A errors, await for B (should be running already) and return -catch all errors -return null if all throw
English
1
0
2
28
Ryan Hanks
Ryan Hanks@ryanhanks·
True, I guess that was the intent of specifically selecting asyncMap for this task, though I do see the requirements around this have evolved amongst the discussion You're right, I guess it's .firstOrNull that should be doing the job here to avoid the 'No element' I think 'any' is the call that matches the behavior it sounds like you're after here (error handling can also be applied to the outer future here)
Ryan Hanks tweet media
English
1
0
0
30
Luke
Luke@luke_pighetti·
is there a cleaner way to do this??
Luke tweet media
English
26
1
89
18.7K
Manu Ramos 💙
Manu Ramos 💙@manuramosdev·
@ryanhanks @luke_pighetti that looks clean but they don't dispatch simultaneously. I can get them to dispatch simultaneously by mapping them to their Future (map((f) => f(param))) but then it doesn't return eagerly at first success. Also .first throws if all fetches throw but that's an easy fix.
English
1
0
1
40
Manu Ramos 💙
Manu Ramos 💙@manuramosdev·
@strager @luke_pighetti @Juanoxt8901 to get dispatched simultaneously it has to be something like this. They both get dispatched, and the fallback works correctly (catches error from the first and returns the second)
Manu Ramos 💙 tweet media
English
1
0
0
27
strager
strager@strager·
> they all get dispatched simultaneously Not in Juan's example, no. getFoodFromOpenFoodFacts() is not called if getFoodFromServer() returns successfully.
English
2
0
0
35
Majid Hajian 💙
Majid Hajian 💙@mhadaily·
Do you want to go to @Flutter_Connect in Paris this week and need a ticket? @DCMAnalyzer can sponsor 1 ticket and makes it free to you to attend. Just comment and let me know if you can go 100%. And I’ll send you the free ticket. First come first serve!
English
6
5
25
1.9K
Manu Ramos 💙
Manu Ramos 💙@manuramosdev·
@EnzoConty Idea of fun for most people: 🕺💃🪩🍹🍷🥂🍻🍾🌃 My idea of fun: 🍔🍕🍜👨‍🍳🍳🏀⛹️‍♂️🏋️‍♂️💪🎮 My idea of fun recently: Advent of code
English
1
0
1
77
Enzo Conty 💙
Enzo Conty 💙@EnzoConty·
Idea of fun for most people: ⚽️🏀🏒⛸️🏓🥎🥋 My idea of fun recently: Writing custom firmware for turning e-waste into a custom home project 👨‍💻
English
2
0
2
269
Luke
Luke@luke_pighetti·
what is with pretty much every flutter plugin that uses native UI freezing the simulator in iOS 18.1 first in_app_review and now health (permissions modal)
English
5
0
12
2.7K
Luke
Luke@luke_pighetti·
LoadingFilledButton used for paywall triggering buttons
Luke tweet media
English
5
5
71
6.7K
Mike Rydstrom
Mike Rydstrom@RydMike·
@mhadaily @YousefiDash @andrewpande2 @spydon @ASalvadorini Try using Bluesky on iPad and you get this shit UX, I am mostly on iPad at home on X/Twitter and just refuse to use this ridiculous UX. Also the Dart/Flutter tab the was suggested to add just gives me none Flutter/Dart topics in the feed 🤷‍♂️🙂
Mike Rydstrom tweet media
English
4
0
2
169
Manu Ramos 💙
Manu Ramos 💙@manuramosdev·
@andrewpmoore I did it last week with fastlane supply and it all worked fine first try. I didn't run into any ruby issues even though it wasn't a fresh install
English
0
0
0
33
Andrew Moore 💙
Andrew Moore 💙@andrewpmoore·
I'm not looking for CI at the moment, just a simple script. I'm not a fan of fastlane as I seem to spend more time fixing Ruby versions or other errors each time something updates.
English
3
0
0
305
Andrew Moore 💙
Andrew Moore 💙@andrewpmoore·
I remember @luke_pighetti showing a short script to deploy a flutter app to test flight. I'd just written something very similar myself at the time. I'm now trying to do something similar with the play store to internal test track, any suggestions @FlutterDev
English
7
3
16
3.2K