Stefan Krastanov

Results 268 comments of Stefan Krastanov

SearchLight.Migration.status() and last_up() cause the same error SearchLight.Migration.create_migrations_table has zero methods This happens on 1.7.0 as well.

Ah... Selecting SQLite in the wizard does not actually set up an sqlite file. I attempted to clarify the Readme to avoid similar confusions in the future: https://github.com/GenieFramework/GenieAuthentication.jl/pull/10

Maybe a warning log message (not an info log message) along the lines of: ```To complete the SQLite installation be sure to update the db/config file and to run the...

I wanted to use/test this, so I needed to figure out how to build it while it is still being reviewed (which could take a while as davidanthoff is a...

I have been using this for about a month and on the nightly releases it works quite well, including updating to current nightlies. I have not encountered any bugs. There...

Naturally, the one from this very pull request, unreleased, locally compiled.

For the last few weeks I have been using the rebase that visr mentioned in this comment https://github.com/JuliaLang/juliaup/pull/197#issuecomment-1172395911

Here is a workaround, creating the colorbar manually, but it would be nice if `AlgebraOfGraphics.colorbar!` supported categorical variables: ```julia f = Figure() ax = Axis(f[1, 1]) # make mock data...

Oh! I failed to see the `group` argument from the documentation. **Thank you**, this was very helpful! I will leave this issue open in case any of the devs consider...