Alexander Popov
Alexander Popov
I see the warning: > **_DO NOT USE THIS ACTION_** > > [ruby/setup-ruby](https://github.com/ruby/setup-ruby) provides everything that this action has provided. But it's not true. With `rbenv` I can switch versions...
Hello. I have such files: ```js // postcss.config.js module.exports = { plugins: [ require('postcss-import')({ root: `${__dirname}/assets/styles` }), require('postcss-simple-vars'), require('postcss-conditionals'), require('postcss-nested'), require('postcss-flexbugs-fixes'), // require('postcss-color-mod-function'), require('autoprefixer') ] } ``` ```pcss /* main.pcss...
It was once, but probably you're interested. The repo: https://github.com/AlexWayfer/gem_template/tree/102b583 Logs ``` > bundle exec rspec ./home/alex/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb:5: [BUG] Segmentation fault at 0x00007fc7ccabcfb8 ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux] -- Control...
Hello. I see `ruby2_keywords` usage, but I'm getting such warnings for some reason in my project: ``` /home/alex/Projects/ruby/forwardable/lib/forwardable.rb:238: warning: Using the last argument as keyword parameters is deprecated; maybe **...
## Summary I see the same version of Electron as for mainstream, pretty outdated (EOL). Please, update it. ## Motivation Atom started to crash with the latest stable version of...
Hello! I've added [atom/atom](https://github.com/atom/atom) into Releaser for me. And I received notifications only about beta-releases, although usually stable versions were also released. I didn't understand why. But today I guessed...
Hello! I received email: ``` Hi Alexander Popov, puma/puma have just released a new update: 3.9.0 - "Private Caller". ... Check it out here: 3.9.0 - "Private Caller" ``` Release:...
`main.pcss`: ```pcss @import 'foo'; body { @import 'bar'; } ``` `_foo.pcss`: ```pcss p { color: red; } ``` `_bar.pcss`: ```pcss button { color: blue; } ``` Output: ```css p {...
* And add its plugins. * And resolve a lot of offenses.
It can be useful for CI in the future.