Edo Elk

Results 4 issues of Edo Elk

``` mac:DynamoDBtoCSV-master mac$ node dynamoDBtoCSV.js /Users/mac/Documents/R2R/aws/DynamoDBtoCSV-master/dynamoDBtoCSV.js:55 console.log(Papa.unparse( { fields: [ ...headers ], data: unMarshalled ^ SyntaxError: Unexpected token . at exports.runInThisContext (vm.js:73:16) at Module._compile (module.js:443:25) at Object.Module._extensions..js (module.js:478:10) at Module.load...

Hello, I'm seeing that error in the console. Any idea where should I look? Thanx

Hi All, I’m trying to deploy a Solid.JS Meteor web app to Galaxy using vite as the build tool. When I deploy the app to Galaxy, I get the following...

**Describe the bug** It fails when invoking a Meteor api function: ``` 20231229-11:31:10.737(-3)? (STDERR) (node:15963) UnhandledPromiseRejectionWarning: Error: Meteor.userId can only be invoked in method calls or publications. W20231229-11:31:10.738(-3)? (STDERR) at...