naskya

Results 8 issues of naskya

## 💡 Summary As the Issue title states. Issue の題名のとおりです。 ## 🥰 Expected Behavior Original (unreplaced) text will be put into the reposting form. (`na`, `な`, `ナ`) が (`nya`, `にゃ`,...

⚠️bug?

## Description We can't seem to pass a string containing a comma surrounded by parentheses as `model-extra-attributes` in sea-orm-cli. This becomes a problem when you want to pass `cfg_attr(predicate, attribute)`,...

`node-pre-gyp` is deprecated. Quoted from https://www.npmjs.com/package/node-pre-gyp: > Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future

## Description I ran into an issue where [re2](https://docs.rs/crate/re2) doesn't work because a shared object is not found. This is probably related to #1490. ## Steps to reproduce 1. Clone...

Thanks to #1069 and #1601, currently we can use the [`chrono`](https://docs.rs/chrono/latest/chrono/) crate to some extent, and I'd be very grateful if you could add [`chrono::DateTime`](https://docs.rs/chrono/latest/chrono/struct.DateTime.html#impl-DateTime%3CFixedOffset%3E) support as well. I'm using...

## Problem napi-exported functions can have incorrect signatures. ## Example https://github.com/naskya/napi-rs-sig-example ### Setup ``` src ├── bar.rs ├── foo.rs └── lib.rs ``` ```rust /// bar.rs #[napi_derive::napi(object, js_name = "Bar")] pub...

`serde-yaml` is listed in “YAML Frameworks and Tools”, but the repository has been archived on March 25, and [the author states that it’s deprecated](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34).