FGIKCM

Results 4 issues of FGIKCM

Hello, Trying to create an Excel NamedRange with "fixed value" (for example, `"=0"` instead of `"=A1"`), I get error message: > Invalid cell coordinate 0 For example: ```php $this->phpExcel->addNamedRange( new...

Hello, With your minimal example of Systemd service (https://github.com/nextcloud/notify_push), it failed to start at boot on my host, as needed dependencies where not started. Example: ```log Aug 20 10:07:55 myserver...

documentation

The "remote validation" is not always possible, for example when the time needed to validate the data is very long and need some heavy processing on the server side. (We...

Hello, In src/jquery.gridster.js, you have a `$window.bind()`. But with jQuery 3.x, [window.bind() is deprecated](http://api.jquery.com/bind/), and must be replaced by `.on()`: > As of jQuery 3.0, .bind() has been deprecated. It...