maka-io

Results 12 comments of maka-io

Hi @maasencioh , I'm also having a problem with this. If I pass in the variable name to getDataVariable() I only get back a single dim array and not a...

Hi @maasencioh, I am using 0.3.1. I'm not at liberty to share the dataset, however, you should see a similar result with any such (HYCOM?) dataset.

Works fine in the browser, just not in electron: ![screen shot 2018-10-10 at 10 43 08 am](https://user-images.githubusercontent.com/3743882/46744519-4ffeae00-cc79-11e8-983a-d6df64782213.png)

Same: ``` error TS2345: Argument of type 'Unpack' is not assignable to parameter of type 'WritableStream'. The types returned by 'write(...)' are incompatible between these types. Type 'boolean | Unzip...

I'm also having this problem, and just ran into the issue @fercook is having.

This is a hokey work around in Meteor's Spacebars template language. Example I'm working with, where I'm trying to check if the standard_name is Empty. If it is, then set...

Also getting this error: ``` /Users/mjc/Development/package-name/node_modules/javascript-obfuscator/dist/webpack:/javascript-obfuscator/src/ASTParserFacade.ts:77 throw new Error(`ERROR at line ${position.line}: ${errorMessage}\n${formattedPointer} ${formattedCodeSlice}`); ^ Error: ERROR at line 9: Unexpected token (9:39) > .../package.json' assert { type: ... at...

I'm having this issue too. When I check mongo after issuing a file upload, the _id isn't reflected in the corresponding collection. It did work recently, but as of now...

@brylie, I would switch our project as well if cfs:autoform supported update methods. I was able to fix (possibly my version of) this issue by adding the 'name' attribute to...

Thought there was an issue with how the image is stored, but looks like the problem is this. It looks like it's on the rendering side, as the id of...