Anton Bessonov
Anton Bessonov
The project is licensed under the Apache 2.0 license, but it isn't reflected in the package.json field, which is used for automatic license auditing.
Hey guys! Playwright is **amazing** and thank you very much for it! I rely heavily on WebSockets and it would be nice if they could be included in the trace...
The documentation makes [explicitly clear](https://hasura.io/docs/1.0/graphql/core/deployment/logging.html), that generated sql for mutations and subscriptions aren't logged. I didn't found any github issue or explanation whether it's intended or just not implemented yet....
Thanks for the amazing project! It is a real pleasure to work with it! I would like to utilize [read-only transactions](https://www.postgresql.org/docs/current/sql-set-transaction.html). Since I normally use the `SERIALIZABLE` transaction isolation level,...
Hi @cubiq and @thomasyip, thank you for your great library. I notice a memory leak if DOM nodes removed from DOM tree. I think this is because `eventList` holds a...
The line: https://github.com/mscdex/mmmagic/blob/master/lib/index.js#L2 produces: ``` ReferenceError: __dirname is not defined ``` [There is a discussion for webpack](https://github.com/webpack/webpack/issues/14072), but it would be great, if esm could be supported by this great...
Hello Chris, it is possible to load states lazy? I mean, for example, invoke resolveFunctions only if requested state (or none states match the url) is not found? BTW, wheere...
Hello all, I'm trying to workaround of this issue. Following CORS-Headers are set on the server side: > Access-Control-Allow-Origin: * > Access-Control-Allow-Methods: * > Access-Control-Max-Age: 1728000 > Access-Control-Allow-Headers: Origin, X-Requested-With,...
Be aware: it's not a concept, but just a raw idea. Because IEEE 754 isn't precise for relevant extent anyway, may be it's better to replace the built-in type(s) under...