Masafumi Koba

Results 705 comments of Masafumi Koba

I'm very sorry! The above patch in is my misunderstanding. 🙇 (`:config` is correct, NOT `:init`) Also, I need this workaround using `bind-keys*` instead of `:bind`: ```emacs-lisp (use-package google-translate :config...

@romainmenke Thanks for trying to address this issue. Honestly, I'm just worried that comments parsed by PostCSS custom syntaxes like `postcss-scss` would not work, if we stopped using the `Comment`...

@romainmenke Thanks for describing the solution. If we can maintain backward compatibility with other syntaxes like SCSS, there will be no problems. And for now, I don't think supporting non-standard...

@emmacharp It'd be great if you could come back! My explanation might be wrong, so let me explain again. My rough idea on this feature is as follows: - Add...

Myimplementation idea would add the support for the url option, but there seem to be no problem. 👍

No, we don't have to check url in every rule. 🤔 If you are ready for PR, I recommend opening it. We can discuss code on that PR in details.

@romainmenke Thanks for the feedback. Your concern makes sense to me. 👍🏼 > Maybe we can emit the deprecation itself as an annotation? Can we achieve this easily? If possible,...

See the [history](https://github.com/microsoft/vscode-languageserver-node?tab=readme-ov-file#history). The API has changed.

For some reason, only the CI jobs on macOS failed due to "JavaScript heap out of memory". E.g. ``` FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript...

Unfortunately, #502 couldn't fix the out-of-memory error.