Francesco Cinà
Francesco Cinà
Hi, this issue is conceptually linked to https://github.com/sfackler/r2d2-postgres/issues/19 The problem is related to the fact that the `PostgresConnectionManager` struct has a generic parameter ``. If `` is known at compile-time,...
Importing vue-design-system on a new project created with vue-cli fails with this error: ``` Building for production...Starting type checking and linting service... Using 1 worker with 2048MB memory limit ⠸...
Javascript based SPA frameworks allow [lazy-loading](https://angular.io/guide/lazy-loading-ngmodules) of modules to reduce the size of the application main bundle. Is this something that can be achieved with wasm? Would it ever be...
Ignoring the reactive APIs, the kotlin EntityStore has a blocking and an async implementation. I would propose a new NonBlockingEntityStore implementation based on coroutines; it would offer both the non...
## Description The gulp-angular-generator provides a section in the gulp/server.js file to easily configure proxy paths: ``` /* * You can add a proxy to your backend by uncommenting the...
TypeScript 2.0 has been officially released ( https://blogs.msdn.microsoft.com/typescript/2016/09/22/announcing-typescript-2-0/ ). Among the long list of new features ( https://www.typescriptlang.org/docs/release-notes/typescript-2.0.html ), it does not require tools such as typings and tsd making...
I know that rust itself does not call `drop()` on static instances; however, I wonder if this could be supported by `once_cell`. My use case is that I need to...
With my team we are evaluating `httpmock`; it really looks like a great project. Anyway, our test compile-time increased substantially due to its number of dependencies. Would it maybe be...
Hi, first of all, thanks for this great library! I am working on an internationalised application that supports multiple languages, locales and currencies. All the displayed currencies are formatted using...
`swym-rbtree` is not published on crates.io. Do you have any plan to release it soon?