Brian Long

Results 10 comments of Brian Long

I came here to log the same issue. There should probably be a peer dependency that requires some @angular/core version greater than "*". I don't know if it starts failing...

This might be resolved by: https://github.com/Alfresco/alfresco-ng2-components/commit/8a9a9a6fd (unconfirmed)

It is not resolved. An ACS "d:date" (not "d:datetime") is being treated as a time with a timezone. Dates and date/times are fundamentally different types and a date should not...

Ok, it seems that "d:date" and "d:datetime" are both database TIMESTAMP values with timezones. Which is rather crazy, because now I see no point in "d:date". It should be more...

For the record, this change adds support for the decompression of `deflate64` ZIPs; just not compression of them.

I am going to look into adding this feature myself.

Here is a pull request with the feature added: https://github.com/srikanth-lingala/zip4j/pull/526

Would it be feasible to instead just commit changes to the plugins? That way we can add support for new endpoints and changes to existing ones? (as long as the...

I have reconfirmed that this is case. I even set the values on initialization to make sure it isn't a timing issue. I cannot default any values in the start...

For future reference of this issue, this is due to the REST call executed [here](https://github.com/Alfresco/alfresco-indexer/blob/1b2439d1bde9829ae2dc90a27578661c7e3d09b4/alfresco-indexer-client/src/main/java/com/github/maoo/indexer/client/WebScriptsAlfrescoClient.java#L394). It throws the exception [here](https://github.com/Alfresco/alfresco-indexer/blob/1b2439d1bde9829ae2dc90a27578661c7e3d09b4/alfresco-indexer-client/src/main/java/com/github/maoo/indexer/client/WebScriptsAlfrescoClient.java#L315). This appears to be version v0.8.4 and not the latest...