silgon

Results 28 comments of silgon

I came here also to ask if there is any news on this topic. Also, in the OP there is a link on fine print which doesn't work. ![image](https://user-images.githubusercontent.com/901061/126746742-dc67d406-19fd-4d11-ae0c-921d6ef4dbbb.png)

As a complementary debug. I tried: ``` AT+CPMS="ME","ME","ME" ``` And every time I receive a message I receive. ``` +CMTI: "ME",0 +CMTI: "ME",0 +CMTI: "ME",0 +CMTI: "ME",0 ``` I think...

I didn't really solved it. But as a workaround I'm using gsmmodem with python. More specifically, [this example](https://github.com/faucamp/python-gsmmodem/blob/master/examples/sms_handler_demo.py) works fine for me, I receive some data and then I reply....

I tested also free and another company in another country. I think it was similar. My guess is that the companies store messages and you have to send some kind...

+1 Has something been done about this in the past year? This seems rather important in order to use `HTTP2` push as in the [server push example](https://github.com/gin-gonic/gin#http2-server-push). (I cannot get...

Thanks for the answer @mhutter , however, I tried running: ``` gin run example.go --immediate ``` However still the same problem. I'm using the command line `RunTLS(":3001", "server.crt", "server.key")` which...

I found out about the [`go watch`](https://github.com/mitranim/gow). I'm working with that for now, seems to work at least for simple files. Not sure that it could work for bigger things...

I didn't even have time to change the test_LP.py file author. If you add it please put @silgon in the file ;). I also have a question on how you...

I know it's a pull request, but I also noticed something. You should also change this: ``` python f = self._cvxmat(_np.ones((self.S, 1))) h = _np.array(self.R).reshape(self.S * self.A, 1) h =...

@QuincyHe workaround does not work for me. Has anyone else found any other workaround?