Sean Grove
Sean Grove
No, as it stands right now, `compileFlags` won't work for this (happy to be corrected if I'm wrong). My code/proposed change was trying to work around this: ``` package.json {...
Also very curious about the rationale behind this - was there an API change?
Sorry to bump, but curious to know if this was out of scope, incompatible with the API, or would be accepted in a new patch?
@dwwoelfel and I have been working on this pretty hard recently, and hopefully should have something to show soon, perhaps an OSS demo today or tomorrow + blog post shortly...
@saulshanabrook No, work is happening on [Dato](https://github.com/sgrove/dato), with a big Datomic/DS "webpeer" change [PR opened](https://github.com/sgrove/dato/pull/23) opened by @dwwoelfel. I need to update our internal app to use it, and [DatodoMVC](https://github.com/sgrove/datodomvc)...
@kyldvs Literally my exact workflow! Looking forward to it as well.
@erezrokah It's still a WIP with some changes that have to happen on Netlify's frontend and a new build plugin.
@talex5 I had a chance to look at this a bit last night, but it seems very involved (looking into [Upload Queue](https://github.com/0install/0repo-queue/blob/2c7812793d1ade403223a82e679ac4349a16f6ad/upload_queue.ml)). I think I might be able to adapt...
My use case is simply that when I make an http request, I need it to go through a proxy (hosted on another machine, of course). For example, with the...
We have a similar approach we've taken that's slightly less elegant (using a custom link + mutable state outside the request): https://github.com/OneGraph/onegraph-examples/compare/request-metrics We wrote about [the motivating case](https://www.onegraph.com/blog/2019/02/01/Accessing_GraphQL_extensions_using_the_JavaScript_react-apollo_client.html) a bit...