Stefano D. Mtangoo

Results 184 comments of Stefano D. Mtangoo

Edit: Found a solution here: https://github.com/kylef/JSONWebToken.swift/issues/102#issuecomment-470076753 ``` # Uncomment the next line to define a global platform for your project platform :ios, '13.0' target 'App' do # Comment the next...

Seems like this extension is not maintained anymore (looks like @felixfbecker have lack of time or will to continue maintaining it) looking at need help badges on issues as well...

@joeyorlando I switched to Serenata and is working fine!

what do you mean by system messages?

I can confirm this, but it is caused by MessageInput widget. Replacing with TextView for example it compiles fine. I think something is wrong there

It seems to be version of packages (I suspect it to be androidx related). So I found one fork and i worked: ``` allprojects { repositories { google() jcenter() mavenCentral()...

@bevzaanton can you think of pick changes and apply it for new release? @someweardev can you think of making PR concentrating efforts in one repo?

Would be great to have update that fixes all these

I'm interested also to this. Is it possible to generate fixed length numbers or at least know the length of the number in terms of range?

Suppose you generate something like Student ID. You want all student IDs to have same length in digits despite their real IDs. Another example might be a bank account @jenssegers