Alexander Popov
Alexander Popov
Hi! `Sequel::Seeder` doesn't support target version? For example, `Sequel::Migrator`: ``` ruby Sequel::Migrator.run( DB, migrations_dir, target: args[:version].to_i ) ```
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Have you reproduced the issue in safe mode?...
Hello! I had periodic freezes in my GNOME, and it was noticeable while I watched streams in YouTube, for example. Now I faced them again, in Google Play Music. There...
Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements ``` HTMLDocument.registerElement (file:///opt/Pulsar/resources/app.asar/static/index.js:99:12) Object. (/home/alex/.pulsar/packages/tasks/lib/views/task-status-view.coffee:121:29) Object. (/home/alex/.pulsar/packages/tasks/lib/views/task-status-view.coffee:126:4) Object. (/home/alex/.pulsar/packages/tasks/lib/views/task-status-view.coffee:130:3) Module._compile (/opt/Pulsar/resources/app.asar/src/native-compile-cache.js:120:30) Object..coffee (/opt/Pulsar/resources/app.asar/src/compile-cache.js:252:23) ```
I see errors, I see button there, but no config in package page: 
### 📋 Description * Renovate * Dependencies (freshness?) ### 🔗 Data * I guess so, it's partially open-source as I know * Not sure about API * https://www.mend.io/renovate-free/ ### 🎤...
> Clearly describe the bug I want to split large strings for aesthetic reasons with enabled `string-no-newline` rule. There is the quote from [the specs](https://www.w3.org/TR/CSS2/syndata.html#strings), including: > And also: "It...
## Is your feature request related to a problem? Please describe. I see `AllowedMethods` and `AllowedPatterns` in a lot of cops. It's good, thank you for your work, but I...
It's more correct. And without it there are errors, like about `yard` gem: ``` > bundle exec rspec ... /home/alex/.rbenv/versions/3.3.0/lib/ruby/3.3.0/bundler/definition.rb:570:in `materialize': Could not find yard-0.9.34 in locally installed gems (Bundler::GemNotFound)...
Hello! I want a little feature (new shortcut): `Ctrl+Q` for quit from application. I can quit from any application on my desktop by `Ctrl+Q` (or `Ctrl+Shift+Q` for apps with tabs,...