ToBeReplaced

Results 5 issues of ToBeReplaced

Originally posted in this [issue](https://github.com/bbatsov/clojure-style-guide/issues/5). I believe that we should use parentheses instead of brackets inside of namespace declarations. The first word of the inner form is special, and thus...

Presently, the spaces matched on are: ``` clojure "-" " " "_" "," "/" "|" ``` I'm not sure what the appropriate set is. " " feels like it must...

question

This commit add supports for PEP 585 on Python 3.9+. This is useful for runtime introspection ( resolves #83 ). For example, on Python 3.9+: ```python >>> immutables.Map[str, int] immutables._map.Map[int,...

I see that communication on this project appears to have slowed down, and as an unknown Clojure developer, that saddens me. So, I'd like to try to stoke the fire...

If I set config according to `settings-example.h`, I am able to export pin 255 (corresponding to 8), creating `/sys/class/gpio/unused255`. The direction is `in`, but there is no `edge` setting, and...

bug