Benjamin Van Ryseghem
Benjamin Van Ryseghem
that would be kinda evil, the Thanos way :smile:
## Overview When extracting the `if` condition into a variable, the rule is suddenly satisfied. Not sure if it's a bug or not, but this feel like it could be...
Rewire conflict with [babel-plugin-wildcard](https://github.com/vihanb/babel-plugin-wildcard). As a workaround (which could benefits others), I make rewire run only in a test environment.
Currently, the following fails: import "../widgets/actions"; while the following works import * as Classes from "../widgets/actions"; In my case, just loading the files has the side-effect I want. I would...
hey, first of all, a lot of kudos for your add on 👍 My use case is that I have my personal google account that I want to be contained...
I have a project using clojure for the server side and clojurescript for the client side. And of course, I would like codox to be able to generate both documentations....
Hi! I was really eager to try your addon as it sounds amazing. Unfortunately, when I tried, I got an error (which crashed my whole storybook) ```js Document.querySelector: 'label for="zen-form-0-localisation"'...
**Do you want to request a *feature* or report a *bug*?** a bug **What is the current behavior?** When describes are nested, two inner describe with the same name fails....
As the half-asleep coder that I am, I wrote ``` clojure (#'teamwall.handler.get-user-for-token ...token...) => {:user ...user...} ``` where it should be ``` clojure (#'teamwall.handler/get-user-for-token ...token...) => {:user ...user...} ``` Midje...
Hi :smile: I tweaked your plugin to add support for a background color as well as pattern opacity to be able to keep columns color and add a pattern on...