stan-stately

Results 4 issues of stan-stately

I have a simple class that im trying to expose with proc macros like below: ``` #[derive(uniffi::Object)] pub struct Client { api_endpoint: String, } #[uniffi::export] impl Client { #[uniffi::constructor] pub...

``` TypeError: Error while loading rule 'react-redux/mapStateToProps-prefer-hoisted': Rule must be an object with a `create` method ``` They have dropped support for function style rules in v9: https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/#changes-to-how-you-write-rules

I've just hit a bug where the working directory that ruff is using to run the `ruff server` cmd is outside of my root workspace. I checked out the repo...

needs-decision
multi-root-workspaces

This means that by default the status details aren't included which is kind of confusing. ref: https://github.com/vmagamedov/grpclib/blob/62f968a4c84e3f64e6966097574ff0a59969ea9b/grpclib/client.py#L624-L647