Alexander Popov

Results 140 issues of Alexander Popov

For Markdown files. Main motivation was dollar sign in code blocks which is redundant. 1. This is well described in the [Markdown Style Guide](https://cirosantilli.com/markdown-style-guide/#dollar-signs-in-shell-code) (which default we're using now). 2....

They already can be run in background, so `docker compose up` can fail.

Excuse me, there is a `Module#method_added` method now, but with very strange description: https://rubyapi.org/2.7/o/module#method-i-method_added ![image](https://user-images.githubusercontent.com/6510020/110219307-728b6480-7ecf-11eb-94d9-360c954cce14.png) While Ruby Doc has appropriate one, even with examples: https://ruby-doc.org/core-2.7.2/Module.html#method-i-method_added ![image](https://user-images.githubusercontent.com/6510020/110219329-8e8f0600-7ecf-11eb-958f-d2e855fe85a0.png)

Resolve https://github.com/rubyapi/rubyapi/pull/382#issuecomment-689663953

Hello. I've opened `Logger` documentation: https://rubyapi.org/2.7/o/logger I see `Severity` in included modules: ![image](https://user-images.githubusercontent.com/6510020/87162259-58609e80-c2ce-11ea-8790-73fe7a096869.png) But opening this link returns 404: https://rubyapi.org/2.7/o/severity ![image](https://user-images.githubusercontent.com/6510020/87162305-6adad800-c2ce-11ea-9515-52c89df4ec66.png)

Hello! SASS has partials, which filenames start with `_`, but it's not written in `@import`: https://sass-lang.com/documentation/at-rules/import So, we're having incorrect links (with 404). Example: https://github.com/nana-4/materia-theme/blob/8988c72/src/chrome/chrome-scrollbar-dark/scrollbars.scss Incorrect link to https://github.com/nana-4/materia-theme/blob/8988c72/src/_sass/colors.scss Correct...

CSS
good-first-issue

``` Error in event handler for runtime.onMessage: TypeError: Cannot read property '1' of null at main (chrome-extension://dglofghjinifeolcpjfjmfdnnbaanggn/dist/full.js:22:64) at chrome-extension://dglofghjinifeolcpjfjmfdnnbaanggn/dist/full.js:118:3 ``` Error occurs at this page: https://github.com/getsentry/sentry/pull/7521/files Sometimes `Back` and `Forward`...

* [`add_runtime_dependency`](https://github.com/AlexWayfer/flame/blob/master/flame.gemspec#L18-L22) * [`add_development_dependency`](https://github.com/AlexWayfer/flame/blob/master/flame.gemspec#L24-L34) * [`add_dependency`](https://github.com/AaronLasseigne/active_interaction/blob/master/active_interaction.gemspec#L34) High level: * [Dependencies in a cycle](https://github.com/AaronLasseigne/active_interaction/blob/master/active_interaction.gemspec#L36-L48)

ruby

**Reporter Info** - Materia version: r1426.6f7e51a9-1(the latest `master` commit) - GTK3 version: 3.24.23 - Distribution (and version): Arch Linux - Desktop environment (and version): GNOME Shell 3.36.5 - Related application...

enhancement