Pierre Baille
Pierre Baille
Hello, I'm trying to use stylefy along with material-ui, but for the stylefy classes to not be overiden by material one's I need to use StylesProvider (with the injectFirst prop),...
I was wondering if applying `symex-tidy` automatically after each `symex-delete` was really a good thing. Most of the time I like this behavior, but when working with teams that has...
``` clojure ( (juxt (partial apply min)(partial apply max)) (take 100000 (map noise1 (iterate (partial + (rand)) (rand 100000))))) ;;=> [-0.6310094734594794 0.631009462592625] ``` maybe NORM const should be accessible to...
### Summary of Changes As discussed in [#140](https://github.com/drym-org/symex.el/pull/140), strings are treated as atomic entities in symex. That being said I think it make sense to select the whole string when...