xavier dutoit

Results 31 issues of xavier dutoit

Hi, I'm trying to run it on cloudflare worker and I got the error: error: Unsupported target OS! Create an issue: https://github.com/svartalf/hostname/issues/new --> /home/xavier/.cargo/registry/src/github.com-1ecc6299db9ec823/hostname-0.3.1/src/lib.rs:81:9 | 81 | compile_error!("Unsupported target OS!...

enhancement

Hi, Was working with R on http://cran.r-project.org/web/packages/wordcloud/index.html that writes vertically too. with css3, It could be possible to get the same result with: -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); transform: rotate(-90deg); Is...

Hi, Cloudflare worker provides a [fetch function](https://developers.cloudflare.com/workers/reference/apis/fetch/), however, when I'm webpacking your lib, it does seem to use XMLHttpRequest ReferenceError: XMLHttpRequest is not defined I did try to force webpack...

Hi, I'm scrapping a page, that contains links to other pages I'd like to scrap too (that have the next format, eg for paginated results). Was wondering if there is...

Hi, This one is probably obvious, but how do I know which url is parsed (if I pull several in parallel)? Also the object described in the url has several...

Hi, I'm using a not very documented feature, hopefully it's meant to be a stable one: using a function on paginate: ``` function mypaginate(context,data) { // do things to find...

On the readme, you sould like it is coming soon socket.io is going to be patched to work with this module. It was almost a year ago. Are they new...

Is this possible already to alter the categories width? right now, the angle is the same for each category (360/nb categories). Would be great to be able to adjust, eg....

enhancement

Could it be possible to export a shareLink(socialmedia, options) function that build the url required by each social media? eg shareLink ("twitter", {url: https://github.com/next-share, text: "next-share is a social share..."})...

Hi, Am I right to think next-share started as a fork of [react-share](https://github.com/nygardk/react-share) and then got improved/added new features? I'm pretty sure the MIT license allows it, but it would...