Results 13 issues of Mikhail Gribanov

As the comment inside the file says: > This file must *NOT* be checked into Version Control Systems, as it contains information specific to your local configuration.

Now the program downloads the file on the system disk, regardless of its location. What in some cases may cause the disk to become full, which causes, complete freeze of...

enhancement
stale

Here is my code ``` import android.app.Activity import android.os.Bundle import org.jetbrains.anko.* class MainActivity : Activity(), AnkoLogger { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) verbose("verbose") info("info") debug("debug") warn("warn") error("error") wtf("wtf")...

Changes are self-describing, just look at the diff. In short: - Highlighted as `code` attention syntax, keyboard shortcuts and launch args. - In unordered lists, if the sentence is short,...

1. Open page with long content. 2. Enter full screen mode (F11). 3. Press the middle mouse button in an empty area of the page (where there are no links,...

bug
Windows

Unnecessary tab separator is displayed when opening a new tab: ![](https://i.imgur.com/EUgc8Bw.png) And when you close tab it disappears: ![](https://i.imgur.com/sWbJZv8.png) I also think that opening a blank tab with no content...

bug
good first issue

My app uses two themes (dark and light). After applying the new theme, I need to apply the new theme dynamically in activities via `setTheme` in `onCreate`. But I can't...

Sometimes after encoding my app crashes at the end (when `encoder.close()` is called): ``` 2023-09-16 15:27:48.589 13770-13965 libc my.app.id A FORTIFY: fwrite: null FILE* 2023-09-16 15:27:48.736 13770-13817 RenderInspector my.app.id W...

https://developer.android.com/studio/build/jcenter-migration