Leo Benkel
Leo Benkel
I am building a client side only app and requirejs is the only way i know how to do it without the need to use any construction CI/CD pipeline. I...
I found why it does not work, it is at https://github.com/mauroreisvieira/hello-week/blob/0ebb7255f057f4d31218d0402c1ab32965dfe259/src/util/index-of.ts#L5 The array is containing the original days DOM created. But the target is what has been clicked on which...
@mauroreisvieira , just for you: https://daily-achievements.netlify.app/ , it is a WIP. It is not public yet. But this is where I use the library :)
I am confused about the "Accessing session data" as well. Would be nice to have a more detailed tutorial !
It works when it is small but as I add more keys it got slower and slower. I switched to https://github.com/debasishg/scala-redis to be able to use `keys` and then `spark.sparkContext.parallelize(keys)`....
Have you found a solution ?
@guanrongjia , I found a solution : in `_app.js`: ```javascript import { JssProvider } from 'react-jss' const createGenerateId = (rule, sheet, c) => { // make a hash that is...
> How do I use random classnames on CSR Nextjs, something like cn(main-wrapper) --> 'aSq6Jh' it cant be fully random because the generated names would be different on server and...
More informations: ``` docker run -it --rm --privileged -e DISPLAY=$DISPLAY --runtime=nvidia --gpus all -v /tmp/.X11-unix:/tmp/.X11-unix nvidia/cuda:11.6.2-base-ubuntu20.04 bash Unable to find image 'nvidia/cuda:11.6.2-base-ubuntu20.04' locally 11.6.2-base-ubuntu20.04: Pulling from nvidia/cuda 96d54c3075c9: Already exists...
thank you. this feature is missing