Sacha Greif

Results 197 issues of Sacha Greif

It seems like stack charts legends get generated with the wrong order. Assuming you have: ``` ``` Bar `uv` will appear on top, and `pv` on bottom (see http://recharts.org/examples/#StackedBarChart). The...

bug
P1

Great work on Reactive Table! We're considering using it inside [Telescope](https://github.com/TelescopeJS/Telescope/). But one issue is that Telescope already includes a different i18n package, [tap:i18n](https://github.com/TAPevents/tap-i18n). So have you considered making i18n...

I hadn't noticed this before, but for some reason the `` tag is not getting set in the latest version of Telescope. You can see this on http://meta.telescopeapp.org if you...

I've noticed a weird issue. When I include this package in the Telescope codebase, it will overwrite `document.title` and set it to an empty string. This happens as soon as...

This package is named `flow-router-seo`, but I wonder how tightly integrated with FR it really needs to be. The docs mainly mention setting properties manually in the `onCreated` callback, independently...

Here's my use case. Let's say I have the following string stored in my database: ``` ** here is some markdown** Pretty neat! ``` I would like to take that...

enhancement

What would be the best way of turning off the sticky position effect for smaller viewport widths?

I can't really figure out why, but sometimes elements just don't stick properly. Instead, their `top` property gets incremented so that they end up scrolling along the content. Here's a...

I'm sure I could answer my question with a close enough look at the code, but I'm not super familiar with GraphQL modules and other concepts employed by the codebase...

It would be really nice if there was a way to highlight the search term in the results. Is this feature on the roadmap by any chance?