Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
I noticed in examples/Renderer.jl that render() takes a hotloading parameter. That sounds super useful, if it means we can just save a function and instantly the UI updated accordingly. Does this fully work? If so can you explain how? I passing a global function as an argument but it didn't do anything. BTW I have the revise Pkg installed.
Hi Gnimuc, thanks so much for this great package!
I noticed in examples/Renderer.jl that
render()takes ahotloadingparameter. That sounds super useful, if it means we can just save a function and instantly the UI updated accordingly. Does this fully work? If so can you explain how? I passing a global function as an argument but it didn't do anything. BTW I have therevisePkg installed.