SumNeuron

Results 29 issues of SumNeuron

I have two `Plotly` instances, which plot data after a button press (e.g. click button one, data for the first instance is plotted). - plot 1 is a scatter plot...

The template component uses `d-cite` (v2) and `` (v1) uses the node attribute `key` to specify citations. Vue reserves the `key` attribute and therefore `d-cite` / `dt-cite` is not compatible...

Wanted to try a nuxt / vue spa with distill components. Doesn't seem to work so great... vue complains about not knowing about the distill components, and the even if...

``` Apple LLVM version 10.0.0 (clang-1000.11.45.5) Target: x86_64-apple-darwin18.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.14.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name MainP.cpp -mrelocation-model pic -pic-level 2...

might be similar to to the other issue (#1 ) on macOS... I get `fs.js:115 throw err; ^ Error: ENOENT: no such file or directory, unlink '/var/folders/44/t12v1dk50d36hz2gq9b_dfvw0000gp/T/asyncHelper.1555519403262.js' at Object.unlinkSync (fs.js:952:3)...

Tried to include this in the tutorial from https://code.lengstorf.com/learn-rollup-js/ and got TypeError...

So I was going through the straight dope tutorial for [Deep CNNs](http://gluon.mxnet.io/chapter04_convolutional-neural-networks/deep-cnns-alexnet.html) and tried implementing this (i.e. copy paste). Now this would not run on my local machine as is...