numToStr
numToStr
Ohh! I didn't thought about it earlier but making it opt-in would be cool. Also I agree with your syntax suggestion ``` ```js copy ```
@B2o5T I guess you are talking about talking about adjusting text color in light mode?
@B2o5T I made some adjustment to text color and IMO it looks better. https://user-images.githubusercontent.com/24727447/183667307-bc6f5d5f-49f2-4552-bff0-fc5d5e6ea99b.mp4
@B2o5T friendly ping :)
> adjusted a little bit and added not-prose class to omit adding !important in classes LGTM
With `rust-analyzer 2022-01-10`, you can also do the following to ignore the `napi` macro. - **VSCode** ```json "rust-analyzer.procMacro.ignored": { "napi-derive": ["napi"] } ``` - **Neovim** ```lua ['rust-analyzer'] = { procMacro...
I also faced this issue in the app but not on the web.
I think this can be a problem for some mongodb user i.e. myself as I have a user schema like this. Where I defined `_id` as Mongo `ObjectId()` ```graphql scalar...
> Can you try scaffolding using the `roots` option. In our case, the generator identifies `_id` as an identifier using the `roots` option as long as you type `_id` with...
@Jarmos-san IMO kickstart.nvim meant to be a starting guide with nice and sane defaults. You are free to change whatever you want and I highly doubt that people are using...