Francesco Cinà

Results 51 comments of Francesco Cinà

Any news on this? I guess this could also ease the integration with typescript

@Swiip using @types you don't have to worry about having the same package versions in the package.json and the typings.json files since this last one is not used any more....

@Swiip sure, in fact I added it modifying the browsersync.conf.js file to: ``` const conf = require('./gulp.conf'); var proxyMiddleware = require('http-proxy-middleware'); module.exports = function () { var middleware = undefined;...

@Its-Alex I did, but the PR did not solve this issue

> By curiosity, can you tell me the reason for refusing my PR? docker-compose.yml was for test purpose It was redundant as there is already a docker-compose example

@sfackler It's a good proposal and, indeed, it solves the issue with the repositories. Nevertheless, we still have the issue with the services that own a copy of the r2d2...

Am I wrong or the scope of this issue is not "wasm" but more specifically "wasm in the browser/nodejs"? For a project of my company, we are interested in having...

The request for docker to support an "UNSET" feature is there only to help people to cope with bad images. In addition, it is a workaround that will force everyone...

Same issue here. I am evaluating surrealdb by migrating an existing project from Postgres. Everything looks exciting but, unluckily, the lack of an isolated transaction object is a blocker. My...