Yahia Sweid
Yahia Sweid
This issue is created to introduce hooks in gopher-lua. **Implementation:** - A `Hooker` interface will be created, that has `call` and `String` functions. ```go type Hooker interface { call(L *LState,...
Hooks
Fixes #130 . Changes proposed in this pull request: - Line hook implementation. - Bug in `compile.go` that ignores table items lines. Please take a look into the issue for...
Hi, I have seen in the showroom section in the readme file that Reservio app is using a nice material ui calendar, I checked the package and I didn't find...
I started to play with `gotron` yesterday, it is annoying fact that we need to construct a struct in order to start listening to an event. ```golang window.On(&gotron.Event{Event: "event-name"}, func(bin...
Hi @ok24601 I appreciate the hard work that you have done! I have a question, did you follow any official API provided by eToro or you reverse-engineer the behavior of...