Arthur L.

Results 20 comments of Arthur L.

Running into the same issue with CRA 5 (which comes with webpack 5). All components are blank: ![Screenshot 000023@2x](https://user-images.githubusercontent.com/5678459/148152622-d6af3d95-3e28-4d4b-b068-41eec9b69359.png)

Running into this problem too. Current workaround is to use `legacy-peer-deps` https://github.com/plouc/nivo/blob/f83ad7bd26b0df489486771ac9ee28f99fff449f/package.json#L83-L87 @plouc @wyze Thank you for this amazing library 🙏

More people are running [into this issue](https://hub.docker.com/_/microsoft-mssql-server?tab=reviews) and using azure sql edge as a workaround. Please add support for ARM64 / Apple silicon / M1 to MS SQL Server docker...

@rashtao Please consider adding this feature. This will allow IDEs like Jetbrains IntelliJ, DataGrip and Rider that depend on JDBC drivers to work. https://youtrack.jetbrains.com/issue/DBE-4933

Thanks @floatrx Ran into the same issue and converting to json did the trick! It looks like the rtk-incubator [npm package](https://www.npmjs.com/package/@rtk-incubator/rtk-query-codegen-openapi) is still getting over 1k weekly downloads. Currently following...

Please provide this functionality to manually add a URL to a container. Here is my config: - Firefox 95.0 (64-bit) - MAC 8.0.3 - macOS monterey 12.0.1 on M1

Thanks @raix It would fantastic to have this behind a FF for 5.x to benchmark on larger projects.

This would be nice to have. Current workaround is to use site specific search `https://www.google.com/search?q=site%3Areactrouter.com+navigate` ([Example link](https://www.google.com/search?q=site%3Areactrouter.com+navigate))

@bording I've verified that this now works great on M1 with the preview release. Any approximate ETA on the next libgit2 release would be?

Hi there, I am following the tutorial at https://kernc.github.io/backtesting.py/doc/examples/Parameter%20Heatmap%20&%20Optimization.html and I run into the same problem. Here are the details: Throws on the following code: ``` stats_skopt, heatmap, optimize_result =...