-
I'd like to use [Vercel KV](https://vercel.com/docs/storage/vercel-kv/kv-reference) as my storage. It's an implementation of Redis, but it doesn't expose a Redis URL. Instead, there's a [JavaScript cl…
-
Hi,
I'm trying to add the integration to mikro-orm and the configuration file for this framework is inside a typescript file. Usually, this file is automatically loaded by mikro-orm when I init it…
-
Sorry to put this as an issue.
I would really love to see a full asp.net standup on razorpages.
Or better, series of training videos / tutorials.
As someone who loved we pages, I cannot tell you …
-
I am so sorry to write here, because i don't know whether it should be here.
My case is different with that you describe in readme file. I use one third library in my project. The code just like be…
-
# 🚀 feature request
### Relevant Package
This feature request is for `@angular/compiler`
### Description
When an `NgModule` includes components/directives/pipes with circular references, t…
-
Instead of recommending people to import from `/lib/x`, why not export the modules?
```JS
import browserMetrics from 'browser-metrics';
// and
import { Metric } from 'browser-metrics';
```
-
PS C:\Users\samir\OneDrive\Desktop\Nova pasta (4)\ProjectoCOPMOZ\copmoz> flutter build apk
Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 4320 bytes (99.7% redu…
-
Since moment.js is not really developed further (see https://momentjs.com/docs/#/-project-status/) I wonder whether there are plans to replace moment with an actively developed and maybe more modern a…
-
Is there a reason Webpack 1 was chosen for this project? I ask because Webpack 2 has been available since before the BT project was started. Webpack 2/3's Tree-Shaking implement will be useful. Probab…
-
Currently to use in the browser you have to either load the minified bundle, which includes (and duplicates) dependencies that I may already have in my bundle, or bundle with webpack and set `PLATFORM…