Arthur

Results 5 issues of Arthur

Hello, I try to create a model using `public_series_1` from Russian dataset [open_stt](https://github.com/snakers4/open_stt). I use this [recipe](https://github.com/flashlight/wav2letter/blob/master/recipes/sota/2019/librispeech/train_am_transformer_ctc.cfg). (transformer-ctc) I train using CPU. My data using wordpieces: ``` head train.lst: 4c877e7eb451...

question

How to set tcp_nodelay for websocket server or client?

### Version of x-select: 3.1.1 ### Ember Version / Ember CLI Version: 2.18 ### Actual Behavior value is not set ### Ember Twiddle / Example repo / Failing test: https://ember-twiddle.com/f18762866b47e35b118d6a857642fc31?openFiles=templates.application.hbs%2C

Hello, thanks for this app. In tmux, there's a [possibiblity to pass ssh-agent](https://stackoverflow.com/a/34683596) simply by: ``` eval $(tmux show-env -s |grep '^SSH_') ``` Can you implement something similar please?

enhancement

Hello, how to create transparent background of window? and without title bar (will be used for overlay). I tried next code, but window has black background: ``` #include using namespace...