Lapshin Dmitry
Lapshin Dmitry
While comaring, Ubuntu Mono option does not use bold or italic that is used for keywords in other fonts.  
`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...
### 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...
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...
Consider this code that I don't consider to be pretty: ```rust pub enum JmpCondition { Overflow = 0b0000, NoOverflow = 0b0001, Below /* or NotAboveOrEqual */ = 0b0010, AboveOrEqual /*...