dlyr

Results 45 issues of dlyr

Hi, do this one https://github.com/johnw42/fira-code-emacs/blob/c3ea7647f2765e86268163d85b1a1855ac16d978/ligature-font.el#L69 should be greater instead of geter ?

**Description** I have two questions (on current master version). First about sizing, there is `$medium-size` definition [here](https://github.com/nana-4/materia-theme/blob/b36b379c9256b67e5f63a60c6faf6912f1845b66/src/_variables.scss#L10), but some computation involve constant pixel size (e.g. [here](https://github.com/nana-4/materia-theme/blob/b36b379c9256b67e5f63a60c6faf6912f1845b66/src/gtk/sass/_common-3.20.scss#L294)). Where does this constants...

question

Hi, I have trouble getting the same formatting from my setup (debian bullseye) and clang-format-lint-action It seems that debian package provides clang-format 11.0.1 and clang-format-lint-action have 11.0.0 (this is what...

I just try to use CMake-codecov (I'm new to lcov, just learning, so sorry if my question is out of scope) I want to automatically call check target before calling...

Currently there is a cmake-lint configuration describe here https://github.com/STORM-IRIT/Radium-Engine/blob/master/.cmake-format It defines naming convention, which are not followed. Here are the rules ``` function_pattern = '[0-9a-z_]+' macro_pattern = '[0-9a-z_]+' global_var_pattern =...

Build System
code style

Apply cmake-lint to all cmake code. WIP (see pre-commit report for todo modifications) To check that everything looks fine. Fix #962

* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [x] Tests for the changes have been added (for bug fixes /...

bug
GUI
examples

BaseApplication have plugin management, DrawPrimitives have a MinimalApp example. TODO: move MinimalApp to Gui and make BaseApplication derive from it.

* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [ ] Tests for the changes have been added (for bug fixes...

Core
Feature Request
demos

* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [x] Tests for the changes have been added (for bug fixes /...

enhancement
GUI