peetzweg/

Results 38 issues of peetzweg/

Hammerspoon does not have any support for HomeKit yet. It would be super cool to change brightness of lamps with a shortcut on my keyboard. There is the `Home` App...

```javascript const canMakePayment = await PaymentRequest.canMakePayments(); if (canMakePayment) { throw new Error("Can not make payment."); } ``` When I call this method in my code it returns falls. It even...

This library looks very promising to me, it has a lot of options and seems to be even quite fast! However, I wonder why `line-height` is not supported yet as...

Fantastic library. Exactly what I was looking for. Love the feature and example of row and column labels. However, I stumble across the same problem when I tried to implement...

The animation starts automatically and never stops, I wish I could start and stop it manually.

enhancement

This library is awesome! I just wish you would use the same props as react-native-linear-gradient. Here are the differences ``` customColors => colors points => start, end ```

I was unable to apply any kind of styling to an AnimatedLinearGradient. Could you make it possible to pass a style prop, that would be awesome 💪

Trying to make your life, @jacogr, as easy as possible to resolve #5789. I left a few comments about parts I'm not sure what is the correct way to do...

I was able to augment my API following [the docs here](https://polkadot.js.org/docs/api/examples/promise/typegen/) and using the new input from this PR https://github.com/polkadot-js/docs/pull/445. However, I'm struggeling how to get it to work if...

support

The origin of this PR is the need in the `contracts-ui` repo to have a contract to test the proper decoding and display of return values of an ink smart...