Yiyu Lin
Yiyu Lin
## Description of the feature Currently, the `handler` macro will convert a function to a struct, which is hard to be observed in `cargo doc`. Maybe, we can add some...
Hi! I created a userdata just a handler with a field `index`, which the real value store in Lua. I want to delete the real value when the userdata is...
Nice work! But as an embeddable engine, I think it would also be nice to provide some API functions for the other languages to use.
**Is your feature request related to a problem? Please describe.** the api with put/get/delete bucket cors. **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context** [PutBucketCor](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketCors.html) [GetBucketCors](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketCors.html) [DeleteBucketCors](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketCors.html)
**Is your feature request related to a problem? Please describe.** support [API GetObjectAttributes](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html) **Describe the solution you'd like** no **Describe alternatives you've considered** no **Additional context** no
### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...
+ bump deps: the newest `lazy-regex` need newer `oncecell` and `regex`(not sure if it matters?) + reduce `unwarp` + remove dep `lazy_static` + make more regex cached
Hi. It's really nice work! I used it in my language lint cli-tool and `miette` worked really nicely with my error handler choice - `thiserror`. Currently, I'm trying to upgrade...