elondres-mim
elondres-mim
Hi! I'm in the process of setting up dartsass-sprockets in my application, but it seems the latest bootstrap rubygems release for 4.6 doesn't include [the backport of the dartsass-sprockets compatibility...
I have the following setup in my emacs init file: ```lisp (use-package symon :config (symon-mode)) ``` Running this gives the following error: ``` Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) ring-insert(nil...
### Describe the problem as clearly as you can Recently (within the last 3 months) we've run into a situation where running `bundle install` deletes all platforms from Gemfile.lock except...
## Expected behavior projectile-find-file works ## Actual behavior `Wrong type argument: hash-table-p, nil` printed in minibuffer ## Steps to reproduce the problem I have the following use-package setup: ```lisp (use-package...
Hi, I followed the README to set up a geminabox server, but when I run `rackup` or `puma` I get a long list of "Warning: already initialized constant Gem::VERSION" errors...
### Issue description After updating to Sequoia I get the titular error every time I launch Emacs Plus from the applications folder or a saved-to-dock Emacs Plus and then run...
Puma has a command which re-execs the parent process without closing the listen sockets, allowing for hot reloading of code without introducing downtime. The closest thing it seems Falcon has...
### Describe the problem as clearly as you can I am trying to use a private rubygems host in AWS CodeArtifact. This host does not support specs.4.8.gz. A couple months...
### General information I've got a deployment + service that works ok on crc+openshift local running on Ubuntu 24.04, but the same setup on macOS results in an inaccessible service....
Steps to reproduce: - Have some jobs defined, including at least one recurring job. - Run solidqueue - Restart the database (for example on a mac, `brew services restart mariadb`,...