Rabbit

Results 10 comments of Rabbit

@dvarrazzo Thanks I install pgxn 1.3 from github, but also bad sha1, ``` root@localhost:/pgxnclient# pgxn install plv8 --verbose DEBUG: running pg_config --libdir DEBUG: running command: ['/usr/bin/pg_config', '--libdir'] DEBUG: testing if...

@JerrySievert Yeah, I try to download file with curl and wget, but got different results: ``` root@localhost:/# wget -q https://github.com/plv8/plv8/archive/v2.3.11.zip && sha1sum v2.3.1 1.zip f336c72f3353fb12859c543bcd65e601a2e5d142 v2.3.11.zip root@localhost:/# curl -so t1.zip...

@JerrySievert Oh sorry my bad, I forget follow redirects. I want to build docker image base on postgres image, add pgxn and plv8. I will check more details about this.

:) any update about this ? I got the same issue

any update here?

Any update here? I'd like to have the `@types/cardinal` for ts user.

I write css code in js via template string, like ```js const style = css` .foo { color: red; } ` style.foo // ^---- click foo will jump to `.foo`...

sure, but I think it can implement when parse, or any api provide like `ts.getPositionFromLineAndColumn`

yes, I fork the code then add TOKEN.START_POS to getSource function and do some update with getTokenSource, looks fine for me.