Kent Richards

Results 53 comments of Kent Richards

> So the above hack may not be necessary anymore. FreeBSD is also still affected. However, FreeBSD `patch` still supports the `--posix` option.

@RasCarlito Any updates on merging this?

@jonnadams I'm not familiar with D7 REST, so I can't tell for sure: are you working with D8?

@jesse if this problem is only happening on your dev box and is indeed CORS, and you don't want to monkey with the Drupal-side CORS settings, you can use the...

@fufu7755 Is this from your actual code? ``` javascript var node = { type: 'article', title: 'Hello world', language: 'und', fiele_engtity: { und: [ { entity_id : *** }] }...

@Saneesh If you’re running into CORS problems with just with dev on local, use Chrome with [web security disabled](http://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome#6083677) or use the [CORS plugin](https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi) to disable it.

Another solution is to use the chrome [`Allow-Control-Allow-Origin: *`](https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi). A possible advantage of this route is that if you use some auto-opening command for Chrome (like `ionic serve`), you can...

It's working for me with `[email protected]`, per the `README`.

> Not sure why there wasn't a new release in 2 years... See #979

Suggestion: Warning for the cases where mark data is not parallel to facet data. I.e., cases that are warned about here: > When the include or exclude facet mode is...