Blake McBride

Results 51 comments of Blake McBride

I think what is needed is for the setup docs to indicate that font-awesome should be loaded. Without documenting this need, every person who uses bootgrid runs into this problem....

Gene, please fill in the blank for your previous post: The following config does ________________________________. Thank you.

Thank you very much for the report. As mentioned in ISSUES.txt, the system does have some problems that shouldn't be too bad for someone with a bit of time. On...

First, you don't need (OPEN 'MYFILE 'O 25) The MAKFILE function does that for you. Second, yes, I see the problem too. I tried building the system under 32 bits,...

The reason I hadn't done what you suggested is because those are the default values when the filter is enabled. I changed my web.xml, it now has: ``` CorsFilter org.apache.catalina.filters.CorsFilter...

I have not yet found a solution. This is going to be my #1 priority this coming weekend. Please let me know if you find anything. I'll do the same....

Thank you. This will be helpful. On Fri, Apr 17, 2015 at 12:54 AM, ignaciohita [email protected] wrote: > Hi Blake, > > I'm investigating too, this is what I have...

I have been doing all of that without any help. Thanks. Blake On Thu, Mar 19, 2015 at 11:29 PM, andrewmcgivery [email protected] wrote: > You're never actually setting the Access-Control-Allow-Origin...

I got everything working without changing anything on the back-end. The front-end looks like this: $http({ method: 'POST', url: 'http://mysite.com/MyService', data: '' + ' ' + ' ' + '...

Gradle 4.10.2 plugins { id "com.craigburke.client-dependencies" version "1.4.1" } generates: > Could not resolve all artifacts for configuration ':classpath'. > Could not find gradle.plugin.com.craigburke.gradle:client-dependencies:1.4.1. Searched in the following locations: -...