Geon George
Geon George
You can do this now using `splitText` and rendering text on your own using v4. Check readme for docs
Please try again. Feel free to create a new issue if persists
I created a package which solves this. But the side effect the change is visible on screen while print is happening through window.print() : https://github.com/geongeorge/react-use-print Live demo: https://codesandbox.io/p/sandbox/determined-benz-4mnj6h
See this: https://discord.com/channels/713503345364697088/1135937739217449072/1136038578468683818
@coffee-cup I think this is happening because `canvas` does not exist in the root package json. I have a mono repo and I have canvas inside the server directory. Maybe...
@nhedger Thank you for this. The only thing that keeps us from switching to Biome on our projects is workspace support. We have an open pr in our repo to...
I cannot add a generator to this in order to use for hashids ```js export const hashidTransformer = { from: (dbValue) => hashids.encode(dbValue), to: (entityValue) => hashids.decode(entityValue)[0], }; @PrimaryGeneratedColumn({ transformer:...
# Here's a way to do it ! I wasted so much time on this before figuring this out ```ts const hashidTransformer = { from: (dbValue) => hashids.encode(dbValue), to: (entityValue)...
Thanks @0xYootou for the PR. I feel like dropping the default git switch ui will be bad experience for the existing users
Height calculation is really easy, I'm still unsure how the effect should be. Any inputs @Pelican104 @jiakuan ? 