David Arnold

Results 1203 comments of David Arnold

> Do you mean this? #2977 > Wekan never connect to mongodb saying member of replicaset can't be found I had this error, but it seemed it was a mis-configuration...

> Is Meteor-Files same or different than ostrio-files? #3268 (comment) [It is the same!](https://github.com/VeliovGroup/Meteor-Files#installation) Thanks for the link — I didn't associate with your comment. Still their recommendation about mongo-native...

So you did do some work on https://github.com/wekan/wekan/tree/feature-ostrio-files — then you stopped because it didn't build — now it needs rebasing + fixing those build? +- right?

`feature-ostrio-files` seems not to have any extra commits compared to master. Did I miss something?

Ok, I'll hgive it a try to refactor the use of legacy packages towards `ostrio:files` & and gridfs-stream` towards https://github.com/VeliovGroup/Meteor-Files/wiki/GridFS-Bucket-Integration

Ok As far as I can judge and see some work is also in master: https://github.com/wekan/wekan/commit/0a1bfd37b3b1b2f4108a734c0449c1bd5a1b691f Inline with https://github.com/VeliovGroup/Meteor-Files/wiki/GridFS-Bucket-Integration Some work not directly related with this change is pending in...

So this is from where it should start: https://github.com/wekan/wekan/pull/3273/files — now, lets make it work again :stuck_out_tongue_winking_eye:

@xet7 might I disregard all ocurrences in `fix-download-unicode/cfs_access-point.txt`? — see: https://github.com/wekan/wekan/pull/3273#issue-486236976

@xet7 It looks like `FS.File` is just a conventional file handle. Should they become collections? ``` models/trelloCreator.js: const file = new FS.File(); models/wekanCreator.js: const file = new FS.File(); client/lib/utils.js: const...

Are ES6 Imports ok?