Mark Mortensen

Results 7 comments of Mark Mortensen

Can support that it's still not working, not even when i try to call [self dismissPopupViewControllerWithanimationType:MJPopupViewAnimationFade];

Hey Confile! In your MDCSwipeToChooseView subclass' initWithFrame method simply put: self.layer.borderWidth = 4.0f; Would imagine you could do the same with color. (I reckong you might have figured this one...

Removing tailwind: "4.0.0" removed all the vulnerabillities

How does this work in practice? Do I currently need to run `docker-compose build --no-cache` Every time i update the frontend and backend to get the updates working? > If...

I have updated ./frontend/Dockerfile to accept npm run dev It currently works okay. You'll need to run a `docker-compose down` then a `docker-compose up --build` After this it can be...

@bb111189 Thanks. So how do I use a bech32 address to communicate with json rpc, is that not possible? Is there some way to convert bech32 to base16?