Jankees van Woezik
Jankees van Woezik
Error: Calling brew cask install is disabled! Use brew install [--cask] instead.
I'm building a fairly simple search but I run into a beginners problem (I think), I added this to my `Document` model: ``` ruby class Document < ActiveRecord::Base include PgSearch...
Hello, I'm doing a project where I use [material_components_web-sass](https://github.com/rubysamurai/material_components_web-sass/) which requires me to use Sassc. I ran into a problem and after some digging I found an issue with `sassc-rails`'s...
Are you considering to implement something like GitHub's Cross References? Like this: > 
I'm trying to start GitX in the commit view from the command line, but it starts in the regular tree view. I'm using: `gitx --commit`
I am updating the gems in our Gemfile, and I'm now running into an error on this line: https://github.com/sidekiq-scheduler/sidekiq-scheduler/blob/87dc745d7f82a6ce89fea6c3a5eb5ffae223532b/lib/sidekiq-scheduler/scheduler.rb#L132 Still figuring out what's going on, but I am already creating...
This afternoon I was at Rails World, talking to @dhh, I was asking if there is a way to copy the current URL to the clipboard with a Omarchy web...
### Feature description When using `STORAGE_BACKEND=S3`, the `REMOVE_BEFORE` setting only cleans up old backups from the S3 bucket, but does not remove old backup files from the local filesystem inside...
As discussed in https://github.com/basecamp/fizzy/pull/1766#issuecomment-3637846074, this adds the ability to import cards and comments with their original timestamps. ### What - Accept `created_at` when creating cards via the API. - Accept...
Adds a new API endpoint for direct uploads that works with bearer token authentication. The existing `/rails/active_storage/direct_uploads` endpoint doesn't work with API bearer tokens because `ActiveStorage::DirectUploadsController` inherits from `ActiveStorage::BaseController` (not...