Csongor Halmai

Results 7 issues of Csongor Halmai

I use a fantastic software called HeidiSql. I asked a feature from the developer (https://github.com/HeidiSQL/HeidiSQL/issues/81) and he said that he builds upon SynEdit so I should ask the feature here....

**Preconditions** * HeidiSQL version: Version 11.1.0.6211 (64 Bit) * Database type and version: PostgreSQL 11.9 (Debian 11.9-0+deb10u1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit * OS: win10 **Describe...

After opening the page, I click the [CREATE ENDPOINT] button. It starts to spin and never stops. The console shows the error message: ``` IDB::Error kernel.js:674:21 DOMException ​ code: 0...

Binary const declaration like `const b = 0b100` does not work. ``` package main import ( "fmt" ) func main() { const a = 100 const b = 0b100 fmt.Println(a...

**Is your feature request related to a problem? Please describe.** I use many tabs in the application. In order to save time, I try to minimize mouse usage and trying...

T: Enhancement

## Bug description Encoding too long text creates a QR code image which is partly shifted out from the window. There is not even a horizontal scrollbar, thus, I cannot...

bug

## Description I had something like this in my code: ``` p.backend.EXPECT(). F(mock.Anything). RunAndReturn(func(...) error { fmt.Println("hello") return nil }). Return(nil). Once() ``` The "hello" string was not printed. If...