Angel Ruiz

Results 16 comments of Angel Ruiz

executing command: ``` brigadier -k ``` worked for me

``` C:\Users\Antonio\Downloads>brigadier.exe -k Using Mac model: MacBookPro12,1. Model supported in package distribution file at http://swcdn.apple.com/content/downloads/39/14/031-55710/u2c6bi4yl91ud1lqc3k53bx9860hvsnf7z/031-55710.English.dist. Distribution 031-55710 supports the following models: MacBook8,1, MacBookAir5,1, MacBookAir5,2, MacBookAir6,1, MacBookAir6,2, MacBookAir7,1, MacBookAir7,2, MacBookPro9,1, MacBookPro9,2,...

In my case I get a BSOD when I install those drivers and I am using an MBP 13" retina early 2015. If I don't install the drivers everything goes...

Unfortunately for me I think it is the same as the one downloaded by brigadier. On 18 April 2017 at 20:58, Timothy Sutton wrote: > What happens if you use...

Hi @genuinefafa If you refer to this respond: http://grails.org/doc/2.3.11/ref/Controllers/respond.html, then I think this belongs to the controllers scope because it makes use of the request headers. This plugin on the...

I'll try to get it done ASAP On 23 Oct 2015 7:30 PM, "Radoslav Bielik" [email protected] wrote: > Guys, any chance of a new official release of the plugin (i.e....

Hi @claudioc, I am working on several improvements for this wiki engine because it suits our needs nicely. I agree with @czenzel that this is a must have feature if...

Something like this: ``` onPreview: function (e) { var content = e.getContent(); $.post("/misc/preview",{data: content}, function (data) { e.setPreviewContent(data); }); } ``` at the moment this is what I do, but...

Sorry, in the case of Solr you can send the binary file without having to extract the text corpus first.