Sylvain Lesage

Results 175 issues of Sylvain Lesage

```js d3.interpolateNumber(0,1)(Infinity) ``` returns `NaN`, while I would expect it to return `Infinity`. Note that replacing https://github.com/d3/d3-interpolate/blob/e8cddfdbd47f4273e7e4e2ecf409691c6154a5e4/src/number.js#L3 with ```js return (b - a) * t + a; ``` would generate...

**Is your feature request related to a problem? Please describe.** The `wikipedia` dataset requires a `pipeline` argument to build the list of splits: https://huggingface.co/datasets/wikipedia/blob/main/wikipedia.py#L937 But this is currently not supported...

enhancement

Maybe it's not very important, but I understand that even if `SendWelcomeEmail()` is declared as an async function https://github.com/santiq/bulletproof-nodejs/blob/ee0e80dfba34f7e9b658a4ca4cedf1dd6970511d/src/services/mailer.ts#L10 in reality it's not: https://github.com/santiq/bulletproof-nodejs/blob/ee0e80dfba34f7e9b658a4ca4cedf1dd6970511d/src/services/mailer.ts#L22-L23 In order to be async, and...

I use the Scaleway S3 service, which is compatible with Amazon S3 protocol (everything works as expected), but there is a small bug. I configured the host that way: ![102790883-73b7f580-43a6-11eb-9d19-226701a61050](https://user-images.githubusercontent.com/1676121/118450067-19705600-b6f4-11eb-8ffc-093e58f47a88.png)...

I think having different values for root (value=10) and namespaced (value=15) modules, instead of setting both to value=10, helps being confident that namespaced module is used in this case (maybe...

``` import datasets as ds builder = ds.load_dataset_builder('sent_comp', name="doesnotexist") builder.info.config_name ``` returns ``` 'doesnotexist' ``` Shouldn't it raise an error instead? For this dataset, the only valid values for `name`...

bug
dataset-viewer

**Is your feature request related to a problem? Please describe.** Exceptions like `FileNotFoundError` can be raised by different parts of the code, and it's hard to detect which one did...

enhancement
dataset-viewer

### Link https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr ### Description ``` Error code: StreamingRowsError Exception: FileNotFoundError Message: [Errno 2] No such file or directory: 'zip:/data/train::https:/huggingface.co/datasets/Jean-Baptiste/wikiner_fr/resolve/main/data.zip/state.json' Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/responses/first_rows.py", line 337,...

See for example: - https://github.com/huggingface/datasets/issues/3191 - https://github.com/huggingface/datasets/issues/3186 It would help provide clearer information on the Hub and help the dataset maintainer solve the issue by themselves quicker. Currently: - https://huggingface.co/datasets/compguesswhat...

enhancement