C-Bass
C-Bass
Any update on the new awesome weekly view @bb140856 @wdelfuego ? ❤️
For me just adding `->readonly()` on `BelongsTo` fields made the 422 go away
would really like to use this on v3 as well.. @piwikjapan any chance for an update for Christmas ? :)
I'm also interested in this. Just using the default test input from https://raw.githubusercontent.com/blib-la/runpod-worker-comfy/main/test_input.json If I increase the batch_size from 1 to say 5, how can I get the 5 images...
I created an issue and three minimal reproduction repositories in order to illustrate the problem. I'm unsure if the issues lies with this web component, or with the framework, or...
@jacksonthall22 I gave up and migrated to https://github.com/shaack/cm-chessboard, suggest you do the same! Or chessground of course.. but chessground has that LGPL license so that is a deal breaker for...
ok I figured it out.. it's the `#dragged-pieces` div which is taking up space I see there's already an issue opened about it too https://github.com/justinfagnani/chessboard-element/issues/8 I couldn't for the life...
I was able to get it working by going inside the `node_modules/chessboard-element` folder, running `yarn` and then `yarn bundle` That still did not generate the js files inside `node_modules/chessboard-element/src/lib` But...
running into this issue as well and have a working (hacky) solution for getting rid of the container. Was not able to target it with any css. I tried using...
Right that's what I'm doing too.. except that the dragged-pieces is not immediately available in my case so I have to add this modification in a settimeout of 0 seconds...