geraldstanje
geraldstanje
Hi, I changed the code in qt_mpl_bars.py to be compatible with pyqt5. Would you be able to merge it if I send you a pull request? Thanks, Gerald
scoping
hi, i try to understand how you implemented scoping... why is scopes a *list.List? -> https://github.com/obscuren/mutan/blob/master/front/int_gen.go whats the difference between PushScope, PushStack, Push?
Hi Alex, there is an issue in: type Prediction struct { val float64 class string } and the following function returns type string: func (p *Prediction) Val() string { return...
question
Hi, did you also think about using: https://github.com/cznic/goyacc ? Thanks, -Gerald
Hi, can you select between buffered and unbuffered broadcasting channel? I would like to send a broadcast message to routine1 and routine2 using a broadcast channel... go receiveData() { broadcast
Hi @pyalot, Thanks for the great library, i use it for a personal project. I would like to plot a heatmap from an area which i would like to split...
Hi, does your MatlabWrapper support all matlab features? are there any other MatlabWrapper out (for c++)? does it also run on windows and osx? Thanks, Gerald
hi, how can i generate the go bindings for ```const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package```? how to fix that? ``` protobuf-1.2.1 geri$ make go clean ./......
hi @achoum here is a pr with a model server example: - provides a docker container - trains the model - starts a http server and serves the model -...
Hi @brendankenny, in your presentation you showed an info window: https://youtu.be/aZJnI6hxr-c?t=2009 could you post your canvas event listener code and how you store all lat/long points for lookup? Thanks