Simeon Cheeseman

Results 42 issues of Simeon Cheeseman

I really like this app - it's simple and does exactly what I want it to do. The only thing I would like to add is the ability to open...

Using these attributes: `ng-csv="csv.generate()" quote-strings="true" lazy-load="true" csv-header="csv.header()" filename="timesheet.csv"` it seems that the `csv-header` and `filename` attributes are being ignored. I think the issues are here: [L41](https://github.com/asafdav/ng-csv/blob/master/src/ng-csv/directives/ng-csv.js#L41) `return $scope.filename || 'download.csv';`...

#### This issue pertains to the following package(s): - [x] GraphQL Playground - Electron App - [ ] GraphQL Playground HTML - [ ] GraphQL Playground - [ ] GraphQL...

bug/2-confirmed
kind/bug

My company moved from gitlab to github so I re-wrote my plugin to work with github to keep the same workflow. ![CleanShot 2022-01-11 at 12 23 41](https://user-images.githubusercontent.com/1085899/148876522-bb4c7a6e-9ed5-4b48-987f-073bbabd91f3.png)

Fixing the react-i18next framework to extend the base i18next framework as there shouldn't be many differences between them. Also added in the v4 plurals fixing #677 and #688 In the...

## Scenario If like me you have to work across multiple projects and track time in each of them - switching between the different projects and finding tasks becomes quite...

enhancement :metal:
help wanted :octocat:

Hi there, thanks for the directives. I've been having issues with touch devices not closing the dropdown on select, it works fine on desktop browsers but it seems touch doesn't...

### Describe the bug If I add this addon to my storybook v6, it throws an error and storybook doesn't start-up. ### Steps to reproduce the behavior 1. Setup Storybook...

bug

If you open the following machine in the vscode editor, the `internal: false` value doesn't get passed to the editor and subsequently is removed from the machine definition. ```tsx const...