Daniel Gray
Daniel Gray
You are welcome to send a PR if you figure it out I am currently busy with other things and this is not on my list of priorities
fzf does appear to have a `double-click` event but im not sure if it can provide the line that was clicked, only that the mouse double-clicked *somewhere* on the app
Personally, I would prefer to supply a function in the options that performs the markdown conversion, maybe something along the lines of: ``` javascript runGraphqlMarkdown({ contentRoot, render: md => {...
if you have a weird workaround you can try this fix in your own projects ```sh npm i github:danielfgray/postgres.js ``` @Destreyf @davepar your feedback would be appreciated!
I also really want to enable currying to allow things like ```js const and = sql.join(sql` and `) and(sql`...`, ...fragments) ``` which could be as simple as ```diff - function...
> I agree though that it should not be called "join" to avoid confusion with SQL's JOIN statements. In my opinion, "sql.concat" is a better choice. I've gone back and...
> What's required to get this in? I also struggled discovering how to do this expecting the library to provide a mechanism. getting the tests to pass is probably the...
I consider this PR a success then, even if my implementation/API aren't used
> May I ask why you closed your PR? @dhardtke the work in the PR itself is pretty trivial, and I don't currently have the time/energy to work on refactoring...
> +1 we should do the same as with Scrollycoding and fallback to a static version of the component I have a horizontal spotlight component that works great on mobile,...