Ashley Kitson

Results 32 comments of Ashley Kitson

Confirmed. I stripped out comments and newlines before rendering and that reduced the issue. Even so I still get double dot that I can click on to get empty input...

this looks related to https://github.com/michmech/xonomy/issues/31

On the contrary, I think that Xonomy should not be adding additional content of any description. See https://github.com/michmech/xonomy/issues/40#issue-405181676

Hi - when is this lib going to be upgraded to use >= V1.6.2 of parquet-go please? having to fix on v1.5.4 just broke all the tagging I was using...

A way to add new levels in client code would be most appropriate. We run PHP progs utilizing the very popular [monolog logger](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Logger.php) which defines ``` DEBUG INFO NOTICE WARNING...

@vsch Do you have an update as to when a version will be available with compatibility for latest JB versions? Much as I'd like to continue paying your license fee,...

Not is fairly trivially implemented with ``` func Not(a bitmap.Bitmap) bitmap.Bitmap { var res bitmap.Bitmap a.Clone(&res) res.Ones() //rfunc clears bits in res if they are set in a rFunc :=...

The Not and other functions are implemented in https://github.com/chippyash/logicgate.git

The walker uses the [Jira search api.](https://docs.atlassian.com/jira/REST/server/#api/2/search-search), via $api->search(...) [L209 - Walker.php] . The Jira api definitely allows for the 'expand' parameter and will work if you do a post...

@aik099 beg my pardon about topic confusion. I had to do such an override today, so when I get a free hour I'd be happy to add the functionality. cheers.