Mitar

Results 583 issues of Mitar

For full PDF.js support on the server, we need dash-array support in node-canvas: https://github.com/LearnBoost/node-canvas/pull/373 Enable feature tests when this is implemented (currently they are commented out).

For full PDF.js support on the server, we need fillRule-evenodd support in node-canvas: https://github.com/LearnBoost/node-canvas/issues/384 Enable feature tests when this is implemented (currently they are commented out).

It seems all text is rendered with a default font on the server. Probably because node-canvas has disabled [Pango](http://www.pango.org/) support?

The reason is that we are deleting any fields starting in `_sub_` when querying local collections on the client, but this interferes also with maintenance of internal collection, so when...

Maybe something like `subscriptionHandle.collection[collectionName].find()` would be the same as `collection.find(subscriptionHandle.scopeQuery())`. I am not sure if this is really the best approach because subscriptions can be for multiple collections and then...

This package has it, but client-side Tracker does not. But it is useful. Let's create a pull request upstream for that. Previous attempt at one: https://github.com/meteor/meteor/pull/5392

contributions welcome

In [this issue](https://github.com/peerlibrary/meteor-reactive-publish/issues/12) there was an issue that exception has been thrown inside `afterRun`, but it was very unclear what is happening because the error which was at the end...

contributions welcome

`/data-vol/oc-data` is created in `init_volume.sh`, but it is not used for data. `/var/www/owncloud/data` is used instead, so all data is stored there and not in the mounted volume which is...

It is unclear why `/var/www/owncloud/proxy.php` has to be made? https://github.com/cloyne/owncloud-administration/blob/cloyne/docker/images/ubuntu/oc-apache/config/init_volume.sh#L20 Is this necessary on nginx as well?

It is unclear why info.php has to be made? Is this really good for production? https://github.com/cloyne/owncloud-administration/blob/cloyne/docker/images/ubuntu/oc-apache/config/init_volume.sh#L15