George Mihailov

Results 28 issues of George Mihailov

Did anyone try to cache browser process and simply connect/disconnect with every lambda run? So far seem to work well. ```js const chromium = require('chrome-aws-lambda') let browserWSEndpoint module.exports.handler = async...

When tooltips are enabled, and even without them, it would improve user experience if a connector is highlighted on mouse over. https://developers.google.com/chart/interactive/docs/gallery/sankey#a-simple-example both nodes and the connector are highlighted on...

enhancement

https://www.npmjs.com/package/pkg can't handle pathed `aesprim` module with error `Error: Cannot find module 'esprima'` At the moment I don't use `@` literal in json paths so the dirty hack to make...

Looks like v3-dev has been used for years with no major issues. Maybe it is time to cut a release?!

In a multi-plugin world `require 'moment'` leads to problems discussed in #102

Hello, are there any plans to support the Data Center edition? There are differences between standalone Jira Server and DC and it would be great to have it as a...

help wanted

After #133 moosh must be installable by running `composer require tmuras/moosh` but dependencies fail. ``` composer require tmuras/moosh dev-master ./composer.json has been created Loading composer repositories with package information Updating...

From operational perspective sometimes we need to see users who are currently doing something on website. For example this command ``` moosh active-users --since=2h --fields=username,lastaccess ``` will print users who...

enhancement

The other fork has an option to download CSV file that looks fairly simple -- https://github.com/line/vue-pivot-table-plus/blob/master/src/util.js#L25

Browser library has a handy feature that allows using middleware functions. https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/middleware/