Gerasimos (Makis) Maropoulos

Results 259 comments of Gerasimos (Makis) Maropoulos

This can't be done via the package alone atm, you mean **two different applications**? You need a way to communicate and link those apps in order to send and receive...

Normally will use applications with support of data streaming for the logging but maybe this is not your case, I want to implement that, you gave me a new idea...

Yes, if you mean two packages, it's the `golog.Default` as we've already noted, and yes you have to `.Handle` first and after make Child in order to inherite the custom...

Hello @xleyba , sorry for the late response. This is actually very easy and we have an example for that case, please read below. `golog` supports unlimited number of simultaneously...

Hello @john-deng, the websocket changed but as I've seen you copy-pasted the previous Iris websocket code right in this project at [/pkg/starter/websocket](https://github.com/hidevopsio/hiboot/tree/master/pkg/starter/websocket) folder so I assume you don't have to...

`rizla -delay=5s main.go` for example, it will wait 5 seconds for reload and will also skip any changes that will happen in that time in order to not build two...

Done, check https://github.com/kataras/rizla/blob/master/HISTORY.md#009 , I late a little it was implemented some months ago but I've just documented it on the HISTORY sorry and thank you for your pattience @wolfgangmeyers

Hello @vizo , We don't have `rizla run` command, you mean `rizla main.go`? The cli tool is using the `rizla/rizla` source code to do its job, so I can't find...

@DevopsDood on windows: ![devopsq](https://user-images.githubusercontent.com/22900943/59277604-2dd68900-8c69-11e9-90a4-ef6de0cbd731.png). @DevopsDood > I miss just running iris main.go `iris main.go` used the `rizla main.go` under the hoods, wasn't different. -------------- I cant test it on OSX...

I see @jqiris, thanks for the report. I will find some time to fix it. Currently I am in-burn with the upcoming release of Iris itself. Until then, you can...