Frankline Apiyo
Frankline Apiyo
Since this is `.cljc` file, I'd expect to not get this warning here
@MartijnR I'd like to try my hand at this one
I'd like to take this up and add src-python so please asign me if you can.
> I just added CombSort: #53 > > @FrankApiyo : You can make PullRequest for your own, it isn't needed to be assigned. What if someone else is already doing...
@MartijnR I'd like to try to fix this
facing this same problem; did you find any solution?
I replaced all occurrences of `%23clip` with `#clip` ```bash sed -i 's/url(%23clip)/url(#clip)/g' mapbox-gl.css ```
Amazing! This works for me :-) For some reason, I can't do slurp and barf still though
yes, using Clojure + NVIM v0.12.0
I've also run into this issue recently and gone around it by faking the migration and running the following SQL: ``` -- Step 1: Add token_checksum field (nullable initially) ALTER...