Przemyslaw T

Results 4 issues of Przemyslaw T

Given this setup: - NotFoundPage .js ``` import "./NotFoundPage.scss"; export default () => null; ``` - Routes.js ``` ``` - index.js: ``` import "./index.scss" ... ReactDOM.render(... ...) ```` Then the...

help wanted
topic/router
bug/confirmed

Referenced line: [https://github.com/nosqlclient/nosqlclient/blob/32347b61058874a41a1d2707432fbc6a1b50c258/client/imports/views/pages/database_stats/database_stats.html#L207](https://github.com/nosqlclient/nosqlclient/blob/32347b61058874a41a1d2707432fbc6a1b50c258/client/imports/views/pages/database_stats/database_stats.html#L207) ATM nosqlclient deployed to a subdirectory with valid `ROOT_URL` set will not display the correct path to the above image in the browser.

bug

Just a suggestion - it would be nice to have a boostrap-independent version of growl2.

question

Currently it's not possible to unbind all events attached by formatter and disable it completely. Such a feature would be really useful - just look at the issue #29. If...

enhancement