Razvan Grigore

Results 171 comments of Razvan Grigore

Ah, I see your point. The reason is so that we can use the features included in those new versions without risking not having them. We have a dependancy on...

I’m actually working on this in a separate branch, should be ready in around 2 weeks. Are you willing to test an alpha version or are you just looking for...

While doing the groundwork for this I realised some things are better placed in the Google Wallet PHP SDK itself, so I pushed some changes there so the whole community...

@bshaffer any idea why this release did not reach [packagist](https://packagist.org/packages/google/auth)? Is it because the PR is still open? PS: Do we have to bump it also in `google/apiclient`? Thank you!...

This is really unacceptable, our docker image with `0.89.0` is 455 Mb, `0.99.1` is 907 Mb, `1.2.0` is 1076 Mb, keeping everything else unchanged. We use `.deb` files from github...

I do that already, still the sizes above. I think you should publish separate `-dbg.deb` packages instead. > the Alpine apk installation leaves all unneded bundled extension binaries in place:...

While I totally understand the reasoning why you would need this, please imagine what this does for an infrastructure where we deploy thousands of containers, each of them with a...

We also need this, we are actually switching between 3 interfaces, ESP32 Wifi, Wiznet W5500 Ethernet and PPP Modem. The thing is, ESPIDF has a common interface, `netif`, couldn't we...

But the Ethernet Wiznet W5500 and W6100 we have do not use `lwip` unfortunately, they have a hardware TCP/IP stack, hence the problem...

Ok, that is one way, we will try to implement them. But... what do you think about using [espressif/arduino-esp32/blob/master/libraries/Ethernet/src/ETH.h](https://github.com/espressif/arduino-esp32/blob/master/libraries/Ethernet/src/ETH.h)? This should expose an lwIP interface compatible with `WiFiClientSecure`, or? Another...