Linus Marton
Linus Marton
@arcticicestudio perhaps this could help? https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el#L884-L968 Zenburn is pretty complete IMO.
Personally I like the default style more I think. It's a bit easier for me to see what has changed, but maybe I would get used to the other style...
Would something like this work? 
What is the value of `org-fontify-done-headline`? It must be `t` if the done headlines should be fontified.
@bxt This was a long time ago now, but I believe I just moved the `.downcase` from here: https://github.com/kaminari/kaminari/pull/694/files#diff-5c0fa2b503b79b941e406eaae810e204L4 So, it was there before my fix as well. However, it...
Super late response but maybe it helps someone else :) Rails lazy loads classes in development. So, your experiment file has not been loaded yet and thus, the default experiment...
What I ended up doing was this: ``` elixir def changeset(struct, params \\ %{}) do params = put_random_filename(params) struct |> cast_attachments(params, [:image]) |> validate_required([:image]) end defp put_random_filename(%{"image" => %Plug.Upload{filename: name}...
Maybe it's the same thing as I see. Octoprint is showing 82% done and Octopod shows 52.5% done. The time is the same though.
> @Linuus that's very interesting. OctoPod does not calculate this information. It displays whatever OctoPrint is sending via websockets. If you see things getting refreshed in the app but still...
Has there been any progress here?