Nathan Denchman
Nathan Denchman
I've added a CLI command in #21 that you can use to further debug your issue. Using this, I can confirm that calling `up.transactions.list()` works correctly for me and returns...
This is a really cool idea @kvithana, I hadn't even considered it. Is your intention that the pagination could be used something like this: ```typescript let accounts = await up.accounts.list({...
Yeah fair enough, that sounds cool. If you want to have a crack at implementing it, go for it. Make sure to update the readme with some examples of how...
Hey @kvithana how are you coming along with this feature? Do you need any help?
I love the idea of returning an iterator! It would be awesome to be able to use map/reduce/filter/etc. And having something like `take(50)` and `.takeAll()` would be great as well....
Thanks @narsaynorath!
I've been trying to use the `WindowsSign` options with `MakerWix`. According to the code, the config is just passed directly into `MSICreator` (https://github.com/electron/forge/blob/main/packages/maker/wix/src/MakerWix.ts#L40) which supports the option (https://github.com/electron-userland/electron-wix-msi/blob/master/src/creator.ts#L74) so maybe...
> Psalm is not yet tested with PHP 8.5. We can't guarantee it's working properly so there's no reason to allow installation for it yet. I’d encourage reconsidering this approach....