Julien

Results 19 comments of Julien
trafficstars

You have to change the values of `consumer_key` and `consumer_secret` in this file: https://github.com/lambtron/chrome-extension-twitter-oauth-example/blob/master/js/lib/twitter.js#L3-L4

By default, the .jpg quality is down to 75%, maybe that's the issue? Try calling resize() with the last argument at 100. ``` public function resize($max_width, $max_height, $method="fit", $cropAreaLeftRight="c", $cropAreaBottomTop="c",...

It seems to be, I solved it by replacing it with: ``` "scripts": { "debug": "node --inspect node_modules/micro-dev/bin/micro-dev.js" } ``` But it seems to be a bigger issue that just...

I'm French and had the same issue, @luizjunior's solution works.

Thanks for your answer, I'm using it on a website where there is a list of items, each item has a button that opens a modal, when I open the...

Do other routers provide the option / act like this?

Same issue when run with npx (`npx @compositor/x0 docs --open`)

@eternalsky I'd be happy to help, where's the documentation repository?

Ok, found it on my own: https://github.com/uxcore/uxcore.github.com

Side question: I'd like to insert documents one by one to my Pinecone index, but all I see in the examples is `SimpleDirectoryReader(...).load_data()`. But my source data is not a...