Carlos Pinzón

Results 17 comments of Carlos Pinzón

Same problem here, using Python 3.8. The browser's console says `index.js:83 GET http://127.0.0.1:5000/socket.io/?EIO=3&transport=polling&t=NiW7TLN 400 (BAD REQUEST)`.

Same here. In my app, when I replace `View` with `BoxView` to set custom direction, the same error is thrown. I must stick to `View` while this bug is fixed....

For those using vscode (after enabling html), fragments will not work in the preview and also not in the pdf. But at least, it works if you export your slides...

Try `guake --show -n %P`. It works for me. I agree it would be nice if we could select the command to run when invoking the default terminal in Nemo

Another alternative is to set tensorflow in compatibility mode adding `tf = tf.compat.v1` after importing `tf`. Notice that the tutorial imports tensorflow several times, so you must add that line...

The solution for me was [tagore-cai](https://github.com/tagore-cai)'s recommendation: https://github.com/n-riesco/ijavascript/issues/243#issuecomment-971120145 > switch to dependencies /node_modules/zeromq folder then run. npm run build:libzmq rebuild libzmq binaries I'm in Linux mint with node 18.17.0, python...

> Hi @SimonBiggs It is definitely on the horizon but I am very busy right now so I can't spend time on this feature. Let me know if you want...

According to [StackOverflow](https://askubuntu.com/a/1876/195571), this is the new interface: ``` qdbus org.kde.Shutdown /Shutdown logout qdbus org.kde.Shutdown /Shutdown logoutAndReboot qdbus org.kde.Shutdown /Shutdown logoutAndShutdown ``` But this will apply the action immediately. It...

In my case, autocompletion works the first two or three times. After that, I get a timeout error and the autocompletion stops working entirely: ``` Traceback (most recent call last):...

Same here. Remarks: 1. If I rename my env file from `env.js` to `env.cjs`, then I get rid of the message but the file is ignored. (this is even worst)...