Tobias Büschel

Results 47 issues of Tobias Büschel

Hi @kesne, Thanks for your work with this library. I noticed that the `src` folder is being published to NPM: ![image](https://user-images.githubusercontent.com/13087421/58371266-73ddde00-7f42-11e9-95af-25e27c473e05.png) This PR fixes that by whitelisting the `/lib` directory....

Hi @timolins 👋 I was thinking that the following API would be nice to allow users to default to a certain toast message if none is provided: ```js // example...

enhancement

At the moment `loading` is required for any `toast.promise` calls, but what if someone wants to use `toast.promise` but doesn't want to show a toast for the loading state but...

enhancement

Hi Dave, As `standard-version` only updates the CHANGELOG.md file for every release but doesn't create a [Github Release](https://help.github.com/en/articles/creating-releases), I think it would be great to use something like [conventional-github-releaser](https://www.npmjs.com/package/conventional-github-releaser) to...

@mattallty what do you think about adding a summary of the overall test coverage report to the reporting comment, for example like this: --- File | % Stmts | %...

Hi @mattallty 👋 Great GitHub Action, thanks! What do you think about creating a config flag to enable coverage reporting as a comment using the example below. In this way...

I stumbled upon this issue: https://github.com/sequelize/sequelize/issues/8846#issuecomment-771482541 and ran into problems when creating a schema within a Postgres DB that already had the schema defined. ### Pull Request check-list - [x]...

type: docs

Hi @boo1ean, Thanks for the great library 👏 I've noticed that the last release on NPM was ~2 years ago. Would you be open to accept a PR to add...

https://www.scrum.org/resources/littles-law-professional-scrum-kanban > "The fundamental result of Little’s Law is that for a given process, in general, the more things that you work on at any given time (on average) the...