BigSully
BigSully
I think it's the problem of next or react instead of react-photo-gallery. You can move the component out of ssr to eliminate the warning for the moment. ``` //import PhotoGallery...
Can add support sending both stdout and stderr messages of the process to the websocket client? Personally I use the following code for the purpose. https://github.com/joewalnes/websocketd/blob/master/libwebsocketd/process_endpoint.go#L98 ```golang func (pe *ProcessEndpoint)...
You can tell from `Build failed in step 'Retrieving needed toolchain components' tarballs'` that crosstool-ng cannot download some tar files when building toolchain. It's probably your networking issue rather than...
compiling with soft float works, namely arm-cortex_a8-linux-gnueabi
@MapperScan support wildcard value, the below code works for me. ``` @MapperScan( value="org.**.mapper.mysql", sqlSessionFactoryRef="mysqlSessionFactory" ) ```
Still have this issue. I have a bunch of `` in ``, but they seems to not execute in the order they are declared. My solution is that I manually...
@Sia200 You can take a look at [chisel](https://github.com/jpillora/chisel). Chisel maintains one websocket connection, and create new session(ssh channel) on this exact one existing connection.
Here is one [implementation of http proxy](https://github.com/shadowsocks/go-shadowsocks2/issues/227), compile it yourself if you cannot wait.
You can compile the http proxy support yourself with [this implementation](https://github.com/shadowsocks/go-shadowsocks2/issues/227).
go-shadowsocks2目前不支持http proxy,我提了一个Feature request和一个我目前在用的[实现](https://github.com/shadowsocks/go-shadowsocks2/issues/227),需要http proxy的话你可以自己把代码拷贝过去编译一个版本。