Luca Spinazzola

Results 58 issues of Luca Spinazzola

`KamelConfig.Companion.Default` could be made into an expect/actual

https://github.com/Kamel-Media/Kamel/pull/50#issuecomment-1644494442

``` Compiling curv-kzen v0.10.0 error[E0308]: mismatched types --> /Users/lucaspinazzola/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curv-kzen-0.10.0/src/arithmetic/big_native/primes.rs:506:35 | 506 | let bytes = bits.div_ceil(&8); | -------- ^^ expected `u64`, found `&{integer}` | | | arguments to this method...

[Mobile Support Bounty](https://scrt.university/bounties) Implements APIs for the wc-client: ``` suggestToken getSecret20ViewingKey getSecret20ViewingKeyOrPermit getEnigmaUtils getEnigmaPubKey getEnigmaTxEncryptionKey enigmaEncrypt enigmaDecrypt ``` Notes: I implemented `getSecret20ViewingKeyOrPermit` like this: ![2023-05-22 17 53 20](https://github.com/chainapsis/keplr-wallet/assets/4157455/fbe3cc5e-a771-4a0f-9f31-7937438c386b) As there...

## Permits support - [x] Determine if permits are supported after the user enters a certain contract address. - [x] If it has permit support - create a permit instead...

When setting a textview's span with the parameter ALIGN_CENTER, the end of the background is cut off. This only happens when the text does not wrap to the next line....

Sub-message behavior is different on secret network than standard CosmWasm and I think it should be noted

The Auth token obtained with instructions seems out of date. It doesn't work for me. I had to make an app with the necessary user permissions https://stackoverflow.com/questions/67793807/get-slack-user-token-for-slack-api/67795540#67795540 ![Screenshot from 2021-06-24...