Damien Cassou

Results 182 issues of Damien Cassou

Currently, you can write something like: ``` smalltalk style margin: (CssMathExpression on: 2 pc) / 3 + 2 percent ``` to generate ``` css { margin: calc(2pc / 3 +...

enhancement

In the readme, I can see: > Note that the merge driver will, under some cases, hide conflicts (or resolve them automatically) when a class definition was changed between branches...

It would be good to have numbro export an ES6 module file along with the existing UMD file `dist/numbro.js`.

What are the differences with https://github.com/bruceravel/gnuplot-mode?

It would be nice to control GemStone/S from Emacs. Emacs has an ffi named [elisp-ffi](https://github.com/skeeto/elisp-ffi) we could use.

[combobulate](https://github.com/mickeynp/combobulate) (from @mickeynp) offers tree-sitter based features, including expanding region. Do you know of any difference with your package? One difference I see is that combobulate requires language-specific support to...

### Description In a type:module package, the [suggested way to import `createMiddleware()`](https://next-intl-docs.vercel.app/docs/getting-started/app-router/with-i18n-routing#middleware) doesn't work. Workaround1: Remove the type:module line of your package.json Workaround2: Change the suggested middleware.js file to something...

bug

[combobulate](https://github.com/mickeynp/combobulate/) introduces some faces that I'm sure look nice on @mickeynp's configuration, but are unreadable on modus-operandi. This is how `combobulate-query-highlight-serene-shade-face` looks for me for example when combined with `hl-line`:...

documentation

(project-root (project-current)) only works if the user has properly configured `project` (to consider "package.json" as a `project-vc-extra-root-markers`) or if the project has a simple configuration (i.e., the .git/ and the...