Lee Bergstrand
Lee Bergstrand
> I don't have much experience with mySQL. @SilasK I would use SQLite3 (datafile with an SQL library interface) rather than mySQL (a full-on database server) for this application. I...
I believe that this is related to https://github.com/holgerbrandl/r4intellij/issues/119 and https://github.com/holgerbrandl/r4intellij/issues/120. If the skeleton is not built properly (or at all) then the editor will start underlining standard syntax.
@holgerbrandl What do you think?
@gzrcm @zxj5470 @SamirRehm What OS are you using and how did you install R? I am currently using MacOS Sierra 10.12.6 and R version 3.4.1 My R was installed via...
@gzrcm R 3.2.0 and R 3.2.1 still work with this plugin.
I thought it would be the other way around. The browser would block you not NCBI. Quote from [Same-origin policy](http://en.wikipedia.org/wiki/Same_origin_policy) on wikipedia: > In computing, the same-origin policy is an...
In essence you can do an AJAX request to a website that is hosting your web app. But you can't do an AJAX request to a website on an entirely...
Found this Github page that list Bioinformatics services that support CORS. May be of some use. http://lindenb.github.io/pages/cors/index.html