yan5

Results 5 issues of yan5

Thanks for this library! Not an issue per se, but is it possible to resize and crop the image inserted in editor?

### What version of daisyUI are you using? 2.51.5 ### Describe your issue I'm seeing 'radial progress' is visibly aliased on both Chrome and Firefox (on both Ubuntu and Windows...

I'm running into the following error ``` Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'void io.deepstream.Endpoint.send(java.lang.String)' on a null object reference at io.deepstream.Connection.send(Connection.java:114) at io.deepstream.EventHandler.unsubscribe(EventHandler.java:68) ``` when I'm trying...

The default checkbox allows as shown below: https://svelte.dev/repl/1565708677134e418e256234984d90ef

**Describe the bug** I'm getting below error when I log as below const reqBody = await event.request.formData(); log.info(reqBody) event is https://kit.svelte.dev/docs/types#public-types-requestevent. but it works fine if I do log.info(JSON.stringify(reqBody)) TypeError...

bug