Giovanni Gaglione
Giovanni Gaglione
Using the plugin with IE9, if the input text has focus the placeholder is not visualized.
For what I read, if you use Interceptor it is going to enrich the request with the cookie read in the browser. This does not happen if you do not...
Redefining certain properties (NaN, undefined, etc.) is not possible. Without skipping them it throws an error, preventing to set `runScripts: 'dangerously'`
Can I train the same scraper on multiple pages so, given a certain page, it chooses automatically the template?
Let's imagine that an html page contains more than one single entity to extract. Does Scrapely have a direct support for it? I'm actually handling this situation manually, I will...
May you specify more in details the meaning of the sentence in the README.md ``` The training implementation is currently very simple and is only provided for references purposes, to...
I have 2 tables: A(id,name) and B(id,name,a) with a foreign key from B.a towards A.id But I have a problem with the result of query like this: SELECT \* FROM...
ClassNotFoundException after renaming of a package containing the interesting Entity annotated class
I renamed a package, containing class A. My Morphia dao use class A. Building locally the project is ok, so testing it, but at runtime, on the server, it throws...
I have made a test the represents my situation: ``` package afternoon.persistence.test; import junit.framework.Assert; import org.bson.types.ObjectId; import org.junit.Before; import org.junit.Test; import afternoon.persistence.Dao; import afternoon.utils.AppConfiguration; import com.github.jmkgreen.morphia.annotations.Entity; import com.github.jmkgreen.morphia.annotations.Id; public class...
Do you have any information on the required hardware? I'm trying to run it on 1 GPU - 16GB - however CUDA goes out of memory.