Vinay M

Results 17 issues of Vinay M

When a single pug file changes, webpack compiles all the pug files through the loader. Just for 5 pug files, it takes 4 seconds to compile and reload. Is it...

## Support Question I have a pivot view with ```` { column_pivots: ['Currency', 'Book'] } ```` And on the view, i can see ```` USD AUD USD|Book1, USD|Book2 AUD|Book1 ,...

question
JS

I believe the following package should be added: > NPM package name https://www.npmjs.com/package/@rowsncolumns/grid

`50*.85` throws an error while `50*0.85` works. Is this an issue with the parser?

If the react component is in an iframe, onclickoutside doesnt really work. You have to click on the parent document to trigger `handleClickOutside` This module binds all click events to...

This pull requests fixes #236 . The issue: When a react component is rendered in an iframe, you only want to bind `click` events to the iframe document and not...

It seems that every new release of the module or any update to floyd breaks existing workflows. I had contacted your team before, so that if any breaking changes are...

Can floyd commands return raw JSON output instead of the table ? Can we have an option for this? `floyd info job_id --raw`

Hi, Does openfin support background file download like in electron? Without invoking SaveAs dialog ```` const { BrowserWindow } = require('electron') let win = new BrowserWindow({ width: 800, height: 600...