Jakob Heyder

Results 14 comments of Jakob Heyder

Thank you for the answer. Unfortunately the ` undefined symbol: THFloatVector_add` still appears with `-gpu -1` and no `-backend cudnn`. (Running: `th neural_style.lua -style_image examples/my_inputs/style.jpg -content_image examples/my_inputs/content.jpg -gpu -1`) Even...

Same here on Ubuntu 16.04. Atom: 1.13.0 Same error message as @dkfiresky .

Yes ran into the same issue, took me quite a while to find out why my requests are not working.

At the moment you could set up the APP + WEB separately: e.g. ``` import firebase from 'firebase/app'; import 'firebase/analytics'; const initFirebase = history => { firebase.initializeApp(firebaseConfig) const firebaseAnalytics =...

Thanks @prochorz for the workaround. However, for me setting the state onSelect would cause some issues as the rerender would prevent e.g. cell selection via keyboard commands. If I do...

I modified the solution to also support multi-row/multi-column copy/paste similar to excel. If someone needs the same: ```javascript import _ from 'lodash' ... // Function for pasting into one/multiple selected...

Experiencing the same issue. Even when replacing the newline characters the commands do not produce the same results for more complex html imports. Seems like quite a core functionality that...

Any comments on this? @hwchase17 @agola11 Would be great to have caching included!

@hwchase17 @agola11 Any update on this?

Amazing! Any news on this? @UmerHA