Petr Kessler
Petr Kessler
Not that many information have you provided... 0. have you `netteForms.js` loaded in you page? 1. version of Nette? 2. version of nette.ajax.js? 3. checked if it's related to [this](https://github.com/vojtech-dobes/nette.ajax.js/commit/c0ae4d1ef2dfd5b1e5edea04604b6f6eeef83c90)...
Duplicate of https://github.com/vojtech-dobes/nette.ajax.js/issues/144, https://github.com/vojtech-dobes/nette.ajax.js/issues/148 and https://github.com/vojtech-dobes/nette.ajax.js/pull/150
Thanks for your changes. Could you please maybe separate them into one commit per one PR? Each of your commits has its own functionality/meaning so it would be helpful to...
@meysam81 Ideally each functionality/logical change should have its own PR, hence its own branch. Reviewing and discussion will be more effective and well arranged.
Hello. I would like to have the `operator[]` for both setting and getting values (as stated in the [Readme](https://github.com/uestla/Sparse-Matrix#roadmap) file). The internal functionality would be the same as in the...
Thanks, however there's an extra commit 0ba86c1bc3fe60c32864a166e48ba4719d6813b5 You could add it to another PR.
I'm having the exact same problem - exporting PDF in browser works fine, but testing it in console va PHPUnit test fails on the same `Notice: Undefined variable: glyphIDtoUni` error....
The result can be simply just by `json_encode($solver->getSolution())`
@martenb I solved this with a custom `Form` class: ```php /** @property array $onSuccess */ class Form extends \Nette\Application\UI\Form {} ```
@MWL91 Hello and sorry for reacting this late after your PR. The library has gone through bigger refactoring lately and the core was rewritten to use `bcmath` for better precision....