Juan Manuel Crescente
Juan Manuel Crescente
I'm using DemoCamActivity in my device (Android 5.0.1 API 21) and sometimes I got this error: CameraError.ERROR_CAMERA_OPEN_FAILED. And the toast that states it. But oddly, sometimes it works as expected....
In ages file I see things like: `RLC_family0_exemplar` And in the fasta files, I got ``` RLG_singleton_family1616_LTR_12347_chr07_42270149_42278820 RLC_singleton_family1616_TRIM_2991_chr04_13871214_13872432 ``` So it is quite hard to connect those elements, how can...
If I reload my site and create a new gallery, when opening an image, the pswp--open div remains opened and I cannot interact with the page anymore. I noticed that...
pip install tensorflow -f https://tf.kmtea.eu/whl/stable.html Looking in links: https://tf.kmtea.eu/whl/stable.html warning: missing-index-doctype × The package index page being used does not have a proper HTML doctype declaration. ╰─> Problematic URL: https://tf.kmtea.eu/whl/stable.html...
A very simple picture capture snippet is not working on browser (chrome Version 71.0.3578.98) or firefox. I'm using a mac. ``` document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { console.log(navigator.camera); document.getElementById("cameraTakePicture").addEventListener("click", cameraTakePicture);...
After weeks of using the app, I notice that at some point the app is killed. As far as I can tell, there's no way to open it except reinstalling...
I was able to build tensorflow from source but now I cannot build a golang app that uses TF lib in mac with M1 processor: ``` bazel build --config opt...
Iḿ having an issue with a django / facebook login. When redirected to facebook I noticed that the redirect URL is set as follow: redirect_uri=https://127.0.0.1:8001/social-auth/complete/facebook/&state=LppYImgn2B4X53ZpWunR7M3mIR6E4Rvh&return_scopes=true&scope=email facebook complains and says the...
Hi! I did the integration as stated in the README but I still see placeholders in the "Manage Images" tab. Any ideas what is missing?
(venv) (base) ➜ git:(master) jupyter labextension list JupyterLab v0.35.4 Known labextensions: app dir: /home/juan/Desktop/juan/bio/venv/share/jupyter/lab @jupyterlab/celltags v0.1.4 enabled OK What am I missing? 