Sabitlenmiş Tweet
David Rodrigues
2.6K posts

David Rodrigues
@dmcrodrigues
Signal .merge(iOS, Photography, Traveling, Cooking) .observeValues(me)
Portugal Katılım Aralık 2009
1K Takip Edilen679 Takipçiler
David Rodrigues retweetledi

@OlimpioCrypto @zksync And the best way to interact with it is through @argentHQ, super slick UX, native integration with @ZigZagExchange and no need to deal with any seed phrases.
English

There is absolutely no doubt that $ZKS is coming down the road.
This is highly speculative, but from a logical POV, it makes sense to airdrop a percentage of supply to some of their users.
There is still time to interact with @zksync's technology, don't postpone it

English

@KurtCollins @reserveprotocol @argentHQ Can you send us an email to support@argent.xyz and tell us your account and which platform and app version you're using? Happy to have a look.
English
David Rodrigues retweetledi

Really happy with how this turned out 🚀
#SwiftUI with Composable Architecture is a sick combo.
Ready@ready_co
Trading on Layer 2 is live! No more painful L1 gas fees. There's a flat fee of only $1 (incl. network fees) Thanks to @ZigZagExchange on @zksync.
English

@danielolivalx > Há quem, na direção do PS, prefira ir para eleições.
Acho que podemos dizer que a pré-campanha já arrancou:
twitter.com/cultura_pt/sta…
Cultura, Juventude e Desporto@cultura_pt
Cultura: duas crises, duas respostas.
Português

E mesmo que PS ganhe, precisa de BE e PCP, que perceberam que este sequestro acabará por ser pago. A inutilidade é tão danosa como a crise política. Costa controla as principais variáveis. Desta vez é a sério.
expresso.pt/opiniao/2021-1…
Português

Do conteúdo a uma história de cativações que tornam compromissos inúteis, BE e PCP têm razões de queixa. Não pedem coisas fora do OE para conseguirem mais, mas para conseguirem alguma coisa. Por deixarem Costa navegar à vista e Leão degradar relações
expresso.pt/opiniao/2021-1…
Português
David Rodrigues retweetledi

Introducing... ⚡️
Low gas. Instant DeFi.
Our Layer 2 waitlist is here.
With a $270K crypto sweepstake to celebrate.
Join now: flash.argent.xyz
English

@manuelmaly One container/feature view that renders the underlying view for each status. Adding some transitions tomorrow. In the end it’s the most flexible approach.
English

@dmcrodrigues What are you using instead? Something like a paged ScrollView?
English

@manuelmaly I considered that option but one or two screens are going to be reused in other flows of the app, e.g. Settings to change your email address, and that would cause a problem at that point.
English

@dmcrodrigues Indeed. In my case the sub screens are not independent, but just use the parent state. Which is not composable 😅
English

@manuelmaly Yeah I was using a `NavigationView` for it but ended up scrapping it, it works well for the simple flow where you are just pushing and popping one or two screens but state restoration was a nightmare with it so I ended up abandoning it.
English

@dmcrodrigues Ah! Yeah I modeled a three-step flow in my last app. I think I ran into the same issue (needing to keep NavigationLink activated for subsequent steps), and ended up having an optional var for each sub state. IIRC I didn’t even nest them because I didn’t want to duplicate state.
English

@manuelmaly Not without breaking the abstraction of the screens which are built unaware of any flow or state, other than their own state.
English

@manuelmaly Optional states for each screen, I'm collecting email and other data as part of onboarding, when you go back I need to restore to the previous state, one by one... Didn't find a way with an enumeration to be able to access all the previous states.
English


