Lapshin Dmitry

Results 13 issues of Lapshin Dmitry

While comaring, Ubuntu Mono option does not use bold or italic that is used for keywords in other fonts. ![2018-01-06 10-12-42](https://user-images.githubusercontent.com/5804255/34637556-373b50c8-f2ca-11e7-8045-d2433d30624b.png) ![2018-01-06 10-13-00](https://user-images.githubusercontent.com/5804255/34637557-37556332-f2ca-11e7-8f5a-f302cf543b0e.png)

`VisualHostKey` option is nice, but it is either disabled or displays host key every time ssh is used. I thought it can be useful to see _random art_ for ease...

Can plugin expose tasks for publishing library to NPM?

Hi there! I found this website and I find it pretty good at describing what options are there for JDK/JRE builds. However, I've found out that it (and some other...

good first issue
help wanted

### Describe the bug At some point ClickHouse JDBC driver switched to using `java.time.` types to represent temporal values. While I salute this change and would prefer too to abandon...

bug
module-jdbc
priority:medium

Those are kinda derived, but since they are generated linters warn about them.

I'm reporting this issue in future-ideas so that some discussion could happen on the topic. It might be that it could be easily ruled out as out of scope, but...

### Describe the need Imagine I've invited a bunch people in the organisation at once using: ```tf resource "github_membership" "student_membership" { for_each = var.students //... } ``` By Murphy's law...

Type: Feature
Type: Support
Status: Needs info
Status: Pinned

Consider this code that I don't consider to be pretty: ```rust pub enum JmpCondition { Overflow = 0b0000, NoOverflow = 0b0001, Below /* or NotAboveOrEqual */ = 0b0010, AboveOrEqual /*...

bug
a-comments
p-low