Rohit Nair

Results 6 comments of Rohit Nair

That indeed appears to have fixed the issue. Although I'm still apprehensive of the hack. But overall it's a better than not having SSR or Lazy Loading.

That was my hunch as well, that it's related to react-scripts upgrade. I can look into upgrading storybook to v6 if that's the approach you are considering.

@jamaljsr got the storybook site to load post upgrade but sidebar navigation is broken most likely due to incompatibility with `[email protected]`. Storybook is using `[email protected]` and I believe expects `[email protected]`....

I'd tried removing `history` version from package.json and removed resolution. It installs two different versions of `history` `react-router`, v5 and v6 which are incompatible as there are breaking changes and...

Sounds good. As it's a breaking change, let me come up with an upgrade strategy. Would like to do it as a separate PR from storybooks one (#362) which can...

To fix this issue, replace net2 with the following code I believe cuda_convnet layers needs to be initialized. ``` net2 = NeuralNet( layers=[ ('input', layers.InputLayer), ('conv1', layers.Conv2DLayer), ('pool1', layers.MaxPool2DLayer), ('conv2',...