Robin De Schepper

Results 186 comments of Robin De Schepper

1. Create a new pyenv virtualenv 2. Clone `[email protected]:paperpy/paperpy` (don't worry it's a very small repo) 3. ``` cd paperpy pip install -e . pigar ```

It's working on: * Windows * 3.7.6 * 0.10.0 Not working on: * Linux (Ubuntu 18.04) * 3.7.6 / 3.6.10 * 0.10.0 / git master on 72b650c0683e91a09723ebf52cc3dd3ea0b57264 On Linux I...

Closing this, as it will be superceded in the near future by a collective effort.

I would close it until something resurfaces, it's probably just a CMAKE learning curve to make a habit of clearing your build cache

You can use the `Socket` object directly to work around this: ``` socket = new Socket({ url: environment.baseUrl }) ```

I came here to open just the same exact issue. Many, let's say 5 nines of all developers, see CORS as a frustration and just disable it, but it is...

To get this Same Origin behaviour, I should grab the host and protocol as the default value for `origins`, right? I can PR that and propose a draft for the...

The philosophy is sound, it leads to simple effortless setup of CORS. In the context of security this ease-of-use could lead to carelessness, and as the most popular package for...

So what needs to be done to pull the trigger on this @corydolphin ? I have time to PR it.