Razvan Grigore

Results 171 comments of Razvan Grigore

Please paste your console messages if you still have problems related to generating a valid pass with this library. I would then add extra validation & unit tests for this...

[README.md](https://github.com/eymengunay/php-passbook/blob/master/README.md#version-300) now includes this requirement.

@InconceivableDuck thanks for the tip, this solved my problem too! ``` void connect() { while (!mqttClient.connect("arduino")) { // There's an issue with MbedClient initializing the underlying // socket before connection...

Duplicate of #17 and possible fix is in #18 (some cleanup needed). @PawanKolhe can we please get you back to push this important bugfix? 😁 Thank you for this great...

Good point, we will add more info about this in the README, but here is the [Apple Developer documentation link](https://developer.apple.com/documentation/walletpasses/pass/nfc). Basically it's just one extra json filed in the pass...

> As per the linked PRs, increase your network timeout and be _extremely_ patient if running under buildx/QEMU via GitHub Actions. :-) > I would have **NEVER** imagined such a...

Are you aware that openapi 3.1 now has json schema 100% compatibility? https://www.openapis.org/blog/2021/02/18/openapi-specification-3-1-released

Marginally related, it would be nice to be able to import/use all missing classes from the current file, instead of clicking on Quick Fix for each error. Here is how...

@ryu1kn Your feature request seems to be solved: Microsoft/vscode#9561 Does that mean that you now have everything you need in the API to use a `TextDocument`?