Miklós Tusz

Results 5 issues of Miklós Tusz

## Feature Request Add the ability to prepend a string scope to field labels when using the `#[instrument]` attribute macro. ### Motivation When using the `#[instrument]` macro on functions, the...

It seems when using the `Session` with tide's session middleware, it's not possible to modify the session expiry because it is not wrapped in an `Arc` (I think). This can...

A very useful benefit of using sessions rather than JWT's for auth is the ability to invalidate all existing sessions for a user. This currently requires storing the session ID's...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...

bug

When trying to build a project that is using v0.8.205, there's errors due to the types in `index.d.ts` not meeting constraints. ``` node_modules/flexsearch/index.d.ts:208:20 - error TS2344: Type 'undefined' does not...