KiddoV

Results 94 issues of KiddoV

Just a follow up with this old #365 . As mentioned in the issue, there is a few seconds when loading the app. It would be nice if we can...

Enhancement
Wont Fix

There is another really really... small bug about the cursor I forgot to mention back then. When the window in full screen mode (maximize), the mouse cursor should NOT change...

Bug
TODO

1. Is there any way that I can call the JavaScript functions in Go? 2. How do I pass my JQuery objects to the backend, to use its functions? 3....

Enhancement
TODO

Glad that someone still working on this. I'm looking forward to get a serial lib that can have all the feature like the [TeraTerm](https://ttssh2.osdn.jp/index.html.en) does, but I'm new to GO,...

My App has a few grammar modes defined in global vars: ```js var ins_mode = AceGrammar.getMode({ "RegExpID": "RE::", "Style": { //... }); var ycd_mode = AceGrammar.getMode({ "RegExpID": "RE::", "Style": {...

### I have question related to jQuery Terminal I made an application that will has like 8 terminal instances open at the same time. While using the ``for loop`` to...

critical
Bug
performance

## Description Why ``Gin`` doesn't have something like this in ``Echo``? https://github.com/labstack/echo/blob/ec92fedf21e817d2d52004a4178292404beb9eaa/group.go#L87 So we can have something like: ```Go func main() { g := gin.Default() g.Match([]string{"GET", "POST", "PUT"}, "/hello/:name", handlerFunc)...

## Description I got this error when using a client app to get data from a gin server, and I am not sure what causing it: ```cmd 2022/07/08 13:54:35 [Recovery]...

### Description I want to clear the table programmatically, when I do ```core.clear()``, the table would select all cells after it is cleared. I think it should not behave like...

enhancement
Core: Handsontable
Reported

Thank you for the great package. I would like to send a break signal to the port. How do I accomplish this? It like when using TeraTerm you send the...