Matthias
Matthias
Can 2.6 be published? I'm waiting on https://github.com/golden-layout/golden-layout/pull/775
@martin31821
Thanks for the publish @martin31821 . I'd recommend [beachball](https://github.com/microsoft/beachball) because it puts the change notes in JSON files rather than commit messages. - For MRs, a CI job would run...
It would be good to get the selection as an input props. I was hoping to use react-plotly. I'm implementing something like [crossfilter](https://square.github.io/crossfilter/) where the plot selections/brushes are a key...
http-server also has the issue https://github.com/http-party/http-server/issues/729
@mysticatea might be dead too
Yup, works for me with yarn 1.22.19 on linux: I want to run ```sh yarn start --port 8234 --cors ``` And my scripts are: ```json "start": "run-s build 'serve {@}'...
To conclude the above discussion, the suggestion of this issue (to mirror the Origin instead of sending a wildcard `*`) is not a change to the security or purpose of...
@thornjad any opposition to this PR?
There is https://github.com/http-party/http-server/issues/729 which should resolve this issue by allowing http-server to mirror the Origin instead of responding with `*`. This should let you avoid hardcoding allowed origins. Edit: whoops...