Mr.Робот Фёдор

Results 11 issues of Mr.Робот Фёдор

``` $config = ['host'=>'manticore','port'=>9308] $client = new Client($config); $suggest = $client->index('suggest'); $suggest->create([ 'explanation' => [ 'type' => 'text', ], ], [ 'min_infix_len' => 1, 'dict' => 'keywords', ]); $suggest->addDocument([ 'explanation'...

bug
waiting for reply

Вообще не работающее приложение, нахер это говно здесь блять?

fix 'eval' and 'call' bug

Not work width bootstrab tabs

Doesn't work when many requests need to be made

fix issue #58

Please add Typescript Type Definition supports.

` Attaching to go-container-debugging_app_1 app_1 | API server listening at: [::]:2345 app_1 | 2020-03-14T19:09:38Z info layer=debugger launching process with args: [/go/src/github.com/olivere/go-container-debugging/__debug_bin] app_1 | could not launch process: fork/exec /go/src/github.com/olivere/go-container-debugging/__debug_bin: operation...

jquery.multiselect.js?93fa:172 Uncaught TypeError: $.widget is not a function at eval (jquery.multiselect.js?93fa:172:1)

My code ``` import jack import numpy as np import noisereduce as nr client = jack.Client("NoiseReducer") input_port = client.inports.register("input") output_port = client.outports.register("output") buffer_size = 4096 audio_buffer = np.zeros(buffer_size, dtype=np.float64) sample_rate...