Jaroslav Hranička

Results 19 comments of Jaroslav Hranička

@dg Please reopen the issue, it was closed via 615803d's commit message :smirk:

Now, tests are failing. Previous changes (return an empty array instead of FALSE) were OK: https://travis-ci.org/nette/database/builds/197590334

In pull request #65 I've added hooks `Nette.showErrors` and `Nette.alert` which can be overriden with custom ones. And they can show errors eg. in HTML instead of JS alert.

@hrach It failing on PHP 5.3 - this version is no longer supported?

@redwormik Thx, I'm stupid or blind.

If v 3.x supports PHP 7.0, you should drop its support in v4.x. It's a BC-break. I think this package is versioned accordingly to semver.org, right?

Yes, thanks a lot, Milan. Nice work you are doing here :-)

Thanks for the information here. So for my N100 CPU, these values are enough: ```yaml env: - name: TRANSCODING_HWACCEL value: qsv # qsv for Intel iGPUs server: securityContext: privileged: true...