Jack Zhao
Jack Zhao
Have the same issue.
any tips on how to set it up? I am looking at https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html and it doesn't have some of the apis that jupyter server is calling, like /api/kernelspecs
just trying to integrate the react version into nextjs and wasnt fun - adding the @rdkit/rdkit package (pretty standard) - Add a copy pasted version of [MoleculeStructure](https://react.rdkitjs.com/#component-example-moleculestructure). wish this can...
I have a similar issue: ``` @strawberry.experimental.pydantic.type( model= UserCreate, all_fields=True ) class UserCreateType: @strawberry.field async def domain(self) -> str: return self.email.split('@')[1] ``` This gives the mypy ```error: "UserCreateType" has no...
@thejaminator This is just an example. In my case, I have two microservices A and B. The main object is fetched from microservice A. I've attached a new field to...
Switching source-maps from cheap-module-source-map to eval-source-map breaks the error overlay functionality. We can't really have one fix breaking other things, so that change was reverted for now. You can pin...
Goto node_modules/react-scripts/config/webpack.config.js, look up cheap-module-source-map and change to eval-source-map. This is temporary and you'll have to do this every time you change your package configuration.
@j3ko The error overlay displays wrong lines if cheap-module-eval-source-map is used.
it would be nice to have a flag that installs everything (all devDependencies in all projects and root workspace). this is how things work by default in javascript land (npm/yarn/pnpm/bun/etc)
> Also, having the env take precedence over the prop let user modify the value by changing the env and redeploying without having to commit any changes, which can be...