Avinash Thakur
Avinash Thakur
@cla-bot check
I second the idea of doing the change in Freecad than the plugin. A few points in support of the issue which aren't mentioned previously could be: Why such names...
@pvdrz I faced similar issue today while trying to make bindings for [ginac](https://www.ginac.de/). In my setup, I had to compile 2 libraries: `ginac` and its dependency `cln` The errors I...
@ar90n I understand. It's okay if you want to delete or modify this PR. I created it since I had to implement this feature for my requirements, and then thought...
@dieguit You can do it like this ```lua local ok, filetypes = pcall(require, 'mason-nvim-dap.mappings.filetypes') require("dap.ext.vscode").load_launchjs(nil, ok and filetypes or nil) ```
@eastwood Is there any progress on this ? I don't want to do duplicate efforts but if this PR is abandoned, I'll prefer to work on another PR
Hi @mxsdev , I'm thinking of completing this PR and need one clarification on the suggestions you've given. > Allow node, chrome, msedge, and extensionHost as options, and alias them...
I am looking to work on this, but looks like there's no defined format of how to define spoilers in markdown. Similar discussion is going on here: https://github.com/LemmyNet/lemmy-ui/issues/687 I think...
@DakshG07 You're welcome. I have started on this few weeks ago, but learning about unifiedjs, remark, mdast, micromark, etc to make a spoiler plugin is taking more time than I...
@DakshG07 we can preview the comment before sending. That's what I use.