Taras Vozniuk
Taras Vozniuk
> I see two options: 1. We put everything that should be exported into a (global?) object and append export default … to the output file 2. We modify the...
@kyr0: thanks for the feedback, I suspect the typings are incomplete - as at the moment of me writing them - I wasn't much familiar with v86, so anything is...
@jack-guy, @SMHFandA: `share` might result is some peculiar effects for users who are not so experienced with rx (like me) might not expect. (maybe why it's not default in angular)...
defining a custom `GraphQLCoreBackend` can pass `allow_subscriptions` to execution context like: ``` class GraphQLCustomCoreBackend(GraphQLCoreBackend): def __init__(self, executor=None): # type: (Optional[Any]) -> None super().__init__(executor) self.execute_params['allow_subscriptions'] = True ``` then it can...
@dagio, @Ben-G: I have created https://github.com/ReSwift/ReSwift-Router/pull/74 for it. Take a look and let me know your thoughts.
@ai: Researching this, since you added this into `Far Future`, I can help with this. What I am thinking here is making `@logux/server` to support WSGI, this will allow running...
Em..., blocking wsgi is won't really work here with node, maybe it is not a best idea to put it together, can just write a glueing layer for `API Gateway...
@ai: it does not, WSGI is anyway not really necessary unless logux has a native python webserver that needs to run under apache and nginx I guess it could be...
@ai: I started working on this at https://github.com/ambientlight/logux-todomvc.git for `React / Node.js`. Let me know if you have any suggestions, so it can be aligned to how you see this
Benchmarks are at [all.pdf](https://github.com/maplibre/maplibre-gl-js/files/8764799/all.pdf), I have had several benchmarks broken or frozen (not sure why yet), which I had to skip: `Layout, WorkerTransfer, SymbolLayout, HillshadeLoad`, I also wonder if they...