Markus

Results 43 issues of Markus

I'm just wondering if it can be made possible to access the `job` from inside the method, e.g. like this: ```rb class Post < ActiveRecord::Base extend ActiveJob::Performs performs :publish def...

The following css works: ```css :root { --some-variable: #f00; } ``` But once a `:host` is added it breaks: ```css :root, :host { --some-variable: #f00; } ``` > WARNING: Invalid...

### Description This is about the sorbet ls: https://github.com/neovim/nvim-lspconfig/blob/61e5109c8cf24807e4ae29813a3a82b31821dd45/lsp/sorbet.lua If I open a file while my current working directory isn't the root dir of the project, I get this error:...

bug

I have the following problem with MacOS Pages and Numbers documents as well as Microsoft Excel documents on MacOS: I open an existing document and try to save it. It...

**What version of Tailwind CSS are you using?** v4.0.0 **What build tool (or framework if it abstracts the build tool) are you using?** `@twailwindcss/cli` **What version of Node.js are you...

**What version of Tailwind CSS are you using?** tailwindcss v4.1.6 **What build tool (or framework if it abstracts the build tool) are you using?** Cli **What version of Node.js are...

Simply return `value` after write in active_record container backend This fixes a bug where `#read` is overwritten by the cache plugin and therefore the container backend returns stale data. It...

I'm importing thousands of images (~100.000) which are shot with different hardware than iPhone. The grouping step takes hours (MacBook Pro M4): ``` $ osxphotos import -w -e -R -S...

feature request

### Description Allow to set some options as strings, too. I'm storing some styles in a database json column. It cannot hold symbols, so I get a hash like this...

stale

I have the following class (whole content): ```rb # app/models/vacancy.rb # typed: true # frozen_string_literal: true class Vacancy < ApplicationRecord attribute :startlatest, :datetime end ``` I generates the DSL to...

question