peetzweg/

Results 54 comments of peetzweg/

Didn't know about the type to Siri feature. Just looked it up and I see it potentially working with hammerspoon. Could be a great way to cheat feature into hammerspoon...

Hm sounds doable though, but also like alot of work and an external managed dependency having this additional app. As I'm only having Philips Hue devices in my home, I...

Count me in! Although disabling it by pressing a button sounds great, for me personally just a blacklist of website vimium should not run on, would be saving me some...

@ascjones Is this actually `ink!` specific? Would `ask!` and `solang` compiled contract emit events in the same way?

Would be a bit of a hassle to not only treat contract compiled with different ink version differently but also languages. Is there something like an language overarching specification how...

@tad3j Feels unlikely to me but not impossible. Could you share some code and steps to reproduce this? In which context is this happening?

@tad3j I was able to instantiate a `ContractPromise` instance without a problem with the latest pjs version. Here is my code: ```ts import { ApiPromise, WsProvider } from "@polkadot/api"; import...