ordinaryorange
ordinaryorange
using finger to scroll through notebook on touchscreen device. Notebook in VS code will only scroll when contact is made inside code or markup cells, not when finger is placed...
I'm trying to do a `Conv1D` layer with variable features 1st attempt ``` let model = new Sequential() model.Add(new Input(Shape(3))) model.Add(new Conv1D(50, 1 )) ``` > Error: Python.Runtime.PythonException: ValueError :...
standard output when fitting the model does not show, nor does `model.summary()` when working in VSCode. Is there a way to capture the std out ?
Repro code ``` #r "nuget:Numpy.Bare" using Numpy; var nd = np.asarray(new [] {1}); nd ``` > Error: Python.Runtime.PythonException: TypeError : 'numpy.core.multiarray.flagsobj' object is not iterable at Python.Runtime.PyIter..ctor(PyObject iterable) at Python.Runtime.PyObject.GetEnumerator()...
Sending a TSIG update request to the server from nix tool nsupdate. When server attempts to process the packet (after bypassing #18 ) it fails and emits a `Server_InvalidSignedMessageReceived`. After...
Testing the server component by issuing it an update request from nix tool nsupdate. Am including an update key in the update packet (TSIG). Server receives UDP packet and commences...
I've tried to run the client in chrome to connect to Azure cosmos without luck. Upon inspection via fiddler, the connection does not seem to be promoting to a websocket....
If I run the exact [usage example](https://github.com/pocketberserker/MessagePack.FSharpExtensions#usage) in Linqpad I get the above error. Works no probs in a VS console app. I can get around it by enabling the...
File with ascending integers from -128 to 127 incrementing by 1 `icapp foo.txt -Ftb -e65` > ERROR at 127:in=ff,0,1,2 dec=c0,80,0,8 cmp=2 If I remove one negative integer from the file...
**I'm submitting a bug report** **Versions ->** webpack-plugin **2.0.0-rc.5** Windows **10** Node **8.9.4** NPM **5.6.0** Webpack **3.10.0** Karma **2.0.0** Karma-webpack **2.0.9** Chrome **63.0.3239.132** Typescript **2.6.2** **Current behavior:** Bare bores webpack.config...