Gabriele Della Casa Venturelli
Gabriele Della Casa Venturelli
Following, as I'm having a similar issue. Using pybind11 v2.5.0, just by - initializing interpreter - loading a module (result might vary depending on the module) - finalizing interpreter I...
Thanks @talyz for reviving and pushing this! Chiming in regarding the following question: > I see you opted for programmatic replace/patching instead of the patching method that was already in...
In theory the AbstractControl.enable() and AbstractControl.disable() methods have a "selfOnly" boolean option that would look like what you're looking for. Unfortunately, after looking at the [source code](https://github.com/angular/angular/blob/4648597d14e843f75c5e9dd761af740c1c27b5c0/packages/forms/src/model.ts#L406) it seems it's...
Agreed, let's add a manual input there. Thanks for bringing it up @dylanschultzie
Hi @alnoki, just looked into this. It seems that the current implementation of the ledger nano app only supports UTF-8 encoded messages. https://github.com/aptos-labs/ledger-app-aptos/blob/d364fcb16cc43fc1cd6bca33e1ce034489a2e2c0/src/transaction/utils.c#L24 Not sure why this limitation was set....
There's a browser limitation that prevents popups from opening if there's an `await` in between the user interaction and the `window.open` call. Chrome is a bit lenient and allows pausing...
> - I dont see any mobile specific handling true, mobile specific handling and registry wallets have not been implemented yet > - I feel some implementations can easily live...
> How hard would it be to rebase it with https://github.com/aptos-labs/aptos-wallet-adapter/pull/464 ? Not hard at all! I kept all changes under the "new" subpackage for now so there's basically no...
Let's rebase on main, then possibly split this up into more focused PRs if possible? I see some refactors that introduce a bit of noise
Messaged offline, let's clean up this PR or just incorporate these changes into #596 a few notes: - let's have refactors or unrelated changes in a separate PR, it makes...