Ashley Lake

Results 27 comments of Ashley Lake

@pablobm Here's the test I carried out: # Environment ## Gemfile ```ruby # ... gem 'administrate', git: 'https://github.com/pablobm/administrate.git', branch: 'association-primary-key' # ... ``` ## Dashboard model (variation 1) ```ruby require...

Sorry, I just saw this: > @lake-effect - Would you be able to paste here your `has_many` and `belongs_to` declarations in your models? I'm checking that I'm not missing anything...

I restarted and reloaded, definitely. > However, this is semantically incorrect (that isn't the primary key), and will probably confuse developers later. The problem here is that the "Workaround" I...

Seems similar to https://github.com/editor-bootstrap/emacs-bootstrap/issues/30. I'll try and profile there.

Resizing the height also causes the width to reset to the proper setting. ``` guake --support $ guake --support Guake Version: 3.8.5 Vte Version: 0.68.0 Vte Runtime Version: 0.68.0 --------------------------------------------------...

Same result: ``` # -*- mode: restclient ~*~ :url-stem = http://secret-url.com/ :user = user :pw = password :creds := (format "Basic %s" (base64-encode-string (format "%s:%s" ":user" ":pw"))) # Add number...

I also get this error with a slightly different environment: - Emacs version: GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2021-11-18 - OS: OSX...

What's the current status of this issue? During the day I need to set the brightness with something like `xrandr --output eDP-1 --brightness 1.1` for readability, but then I have...