-
### Description of the bug
Pipeline failing with input and matrix sample names including "-" character on CUSTOM_MATRIXFILTER step, error gives all names of samples with "-" ID. When I check the wo…
-
Hi!
I was about to start a new Node.js project that does exactly what `zetta` does, so I'd be glad to contribute here.
What do you think about modernizing the codebase? We could do that by small…
-
# Prerequisites
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed
- [ ] I'm repo…
-
### Describe the Issue
The difference between ES5 and ES6 construction is the removal of keyword function. The constructor in ES6 or function constructor in ES5 is invoked by a new keyword.
The wo…
-
Hy
First of all, great work! I'm migrating a Nan based native addon to node-addon-api, and so far, the code is much cleaner than before. I do no longer need to copy past fragments as I now can reme…
-
Dashboard app unable to start, displaying error message.
After starting the Cube.js development server
`$ npm run dev`
Navigate to "Dashboard App,” select "React Antd Static" with "Chart.js,"…
-
### Summary
Unable to follow getting started guide in CRA or Vite
### Steps to reproduce
Create a fresh CRA app or Vite project
`yarn create vite client --template react-ts`
install pe…
-
We do have the following working computed types:
```typescript
function determineGetAttCall(type: string, terraformAttributeName: string) {
if (type === 'string') { return `this.getStringAt…
-
Not all the code is minified with `npm run dist` because we use an old minifier that doesn't support ES6 syntax.
```
uglify-js failed on src/components/hand-tracking-controls.js : SyntaxError: Unexp…
-
I recently developed a module in TS, meant for the web, so it is also being minified.
I reviewed the output file and found that the word `prototype` is not minified (naturally, since it is a reserved …