Damiaan Dufaux

Results 20 comments of Damiaan Dufaux

Thank you for the contribution! What is the `ProductName` (**`_pin`**) revision? Did you find something new or something that did not work with `ProductInfo`?

OK I will look into that.

Mathieu, can you publish an example OS X project that uses this meteor framework?

Can you put the source code of your OSX leaderbord example online?

@EthanTheInnovator What is an "Xcode Build Plugin". Are you referring to the [SPM build tool plugins](https://github.com/apple/swift-package-manager/blob/main/Documentation/Plugins.md#making-use-of-a-build-tool-plugin) or does there exist another kind of plugin for Xcode? Could you point us...

@zimme What is the status of that project? Are you discontinuing it?

MongoDB supports ARMv8 (64-bit) or newer ([see this post from one year ago](https://jira.mongodb.org/browse/SERVER-1811?focusedCommentId=1365439&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1365439)).

@matthov: ask Tom Freudenberg, he's still working on arm meteor builds.

Today it is possible to bundle meteor apps on an Intel machine and then run the bundled nodeJS app on ARM.

Steps for running on a raspberry (arm) ## Bundle on development Machine (intel) ```sh # Install git sudo apt-get install git # Install meteor curl https://install.meteor.com/ | sh # Go...