Caio Oliveira
Caio Oliveira
Same problem with other linters (see jonase/eastwood#222) Basically kibit doesn't parse custom tagged literals and fails to process the rest of the file. Example: ``` $ lein kibit some_file.clj Check...
I'm trying to compose hydras based on which minor modes are active. For instance, I have this hydras for flycheck and eglot: ```elisp (pretty-hydra-define my:flycheck-hydra () ("Errors" (("" flycheck-next-error "next"...
As of now, to register a dialect you have to import the package only for the side-effects and call `goqu.Dialect` with a name to use it. This commit proposes declaring...
I just put something together to run greenlight with kaocha, instead of the default runner: https://github.com/caioaao/kaocha-greenlight Just wondering if you guys want to maintain this repository as well. It still...
Right now there are two basic constructs: `step` and `test`. While `step` is reusable, IMO a collection of steps should also be easily reusable. To illustrate what I'm saying, one...
## Problem description Currently there's no way of changing `completing-read` for something else (eg.: helm) for listing/selecting an action from `eglot-code-actions`. ## Proposed solution This PR tries to solve this...
- [ ] Solving a real problem (some previous kaggle competition) - [x] Show restack being useful - [ ] Using spark + wolpert for distributed stacking maybe? - [x]...
Some providers may require a children, but that shouldn't be validated on push since the children will be provided during `render`. A concrete example is material-ui's [ThemeProvider](https://material-ui.com/customization/theming/#theme-provider) that doesn't work...
I tried running the tests from my company's repo using the master branch and it fails. It seems that now it tries to add the `deleted_at IS NULL` query where...