tricoder42

Results 7 issues of tricoder42

Instead of `reverse(path, { params })` what about simply call `path({ params })`? Consider following routes: ```js // routes.js export default { // simple route profile: '/profile', // route with...

Hello 👋 I came over this project few weeks ago and I really like it. I'm working on [LinguiJS](https://github.com/lingui/js-lingui) and after reading [Integration Fluent](https://github.com/projectfluent/fluent/wiki/Integrating-Fluent) article it seems we have a...

**Do you use LinguiJS in production or for hobby project? Please let us know so we can add you to the [showroom](https://lingui.js.org//misc/showroom.html)!** - If you want, feel free to edit...

📖 documentation
pinned

Hi @seikichi, thank you for creating this library! I'm just started working on [React writer](https://github.com/rst-js/rst-js) so I can use reStructuredText with GatsbyJS. I see this library isn't complete and several...

Write scrapper, which downloads all videos, slides and description from superlectures and move it to youtube (pyvec account). Example [video](https://www.superlectures.com/pycon2015/the-future-of-twisted)

Hey @disintegrator, this looks really awesome! I tried to improve it, but LinguiJS is missing few features: - to support reloading of messages without page refresh `@lingui/loader` need to receive...

Hi there, I'm sending fixed commits. First, I've fixed the collation option, since it was using the old-style DATABASE_OPTIONS settings. Second, I had a problem with UTF-8. I got UnicodeDecodeError...