Jackey Cheung
Jackey Cheung
This PR serves as an early preview, and fire up the talk about the subject. Currently all documentations and the `goworld` build tool suggest working directly inside the `goworld` repo...
The setup is phpunit & array cache driver. And I've tapped in to the cache using: ``` php $cache = \Cache::store(); ``` The line below: ``` php $paginator = SomeModel::paginate($perPage)->load('relation');...
There are circumstances that custom processing functions need to interact with sax parser. e.g. processing entitiy definitions in doctype. SAX allows adding custom entities. I have made changes in my...
Hi, The Gantt chart can't draw CJK characters, and I suspect other non-Latin language may have the same problem. All CJK characters are drawn as small boxes. It seems that...
Windows command prompt and power shell provide a feature to run something at startup. Say, add `chcp 65001` to registry ``` [HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\Autorun] ``` and it'll change to UTF-8 whenever...
Restricting to only PostGIS greatly reduces the usability of TinyOWS. Please consider at least implementing OGR. Best would be achieving the status of MapServer.
This is a great tool, thanks for the good work! Currently it only supports hosting `http` mirror, it would be great to have `https:` too. I'm not familiar with nodejs,...
Hi, I've got a code block as below: ``` ini # local development 127.0.0.1 local.some.domain.com ``` It works fine. Until I open the code folding feature, which reveals the issue....