Dmitriy
Dmitriy
Would it be feasible or even make sense to implement `UnwindSafe` for the `managed::Pool` type? Some context: I've decided to replace r2d2 with deadpool-diesel for database connection pooling in an...
**Intended outcome:** Importing '@apollo/client' into an ES module works. In my experimenting with a fix, I found https://github.com/antfu/vite-ssg/issues/241 and added the postinstall script to add an `exports` property to the...
Are there plans to implement support for [React version 18](https://reactjs.org/blog/2022/03/29/react-v18.html), released in March 2022? It'd be great to be able to use the latest version of React with vite-ssr.
Issue #154 raises the question of structured logging in general, but it needs to be established what is the correct and recommended way to log messages at the various log...
### Reasons for making this change This PR adds support for the [PrimeReact](https://www.primefaces.org/primereact/) library for the form theme. It's a popular library and is used by thousands of projects. The...
The MessagePack has for a while now had a built-in timestamp extension: https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type Are there any plans to implement the timestamp format? I'd be especially excited about the 0xc7 version.
React
Hello. This PR includes kind of a lot in it, so I apologize in advance. But I think all the changes help make this library more robust and up-to-date with...
When rendering a Badge inside a Tooltip, some state update happens in a loop or recursively, causing the app to crash with this error: ``` Maximum update depth exceeded. This...