Guillaume

Results 30 issues of Guillaume

strtotime fails with - `strtotime("first monday of 2020-01")` And has wrong result for: - `strtotime("2020-01")` I only added the test cases for now, but I have no idea how to...

[LDAP extension](https://www.php.net/manual/en/book.ldap.php) is not supported. What would be the steps needed to bring it to PeachPie?

Implements #834 I started to work on a basic implementation on [extension `com_dotnet` ](https://www.php.net/manual/en/book.com.php) **What works:** - Creating [COM object](https://www.php.net/manual/en/class.com.php) - codepage / typelib not supported - Calling methods with...

[COM extension](https://www.php.net/manual/en/book.com.php) is actually not supported. What would be the steps needed to bring it to PeachPie? Of course it would work only on Windows, so I guess it should...

#813 added the missing SqlSrv constants. This issue track their support: **Attributes:** - [ ] SQLSRV_ATTR_ENCODING - [ ] SQLSRV_ENCODING_DEFAULT - [ ] SQLSRV_ENCODING_BINARY - [ ] SQLSRV_ENCODING_SYSTEM - [...

Fix #253 Implements a feature asked by several users: automatically scale down plots on zooming. There are 2 hard parts in this feature: - Handling of SVG plots, because they...

@neveldo I was wondering how to better integrate maps with Mapael. Right now, some maps are defined in this repo (in `/js/maps`) and some others mainly in `mapael-maps` repository. The...

At the suggestion of @neveldo, I would like to discuss the future of Mapael. There are two major evolution: 1. Get rid of jQuery dependency by switching to VanillaJS 2....

Hello, I was thinking and I wondered if we should implement something to easily allow plugins. For instance, the plots/links selection of #40 would be a great fit for a...

enhancement

Hey, I was wondering regarding some callbacks we provide: `afterInit`, `afterUpdate`, `afterShowRange` What is the purpose of using an "after" callback, instead of simply writing a function after the call?...

enhancement