-
This makes the deployment process more standardized.
Reference: https://blog.mvp-space.com/how-to-dockerize-a-meteor-app-with-just-one-script-4bccb26f6ff0
-
### Label
Frontend
### Type
Techology
### Repos/Orgs/Users
- vuejs/vue
- vitejs/vite
- vuejs/petite-vue
- angular/angular
- angular/material
- google/material-design-icons
- flutter/flutt…
-
Version:
` "@azure/storage-blob": "^12.0.0-preview.5",`
Neither of two lines below work in ReactJS app (created using Create React App):
```
import * as AzureStorageBlob from "@azure/stor…
-
Hi. I'm using Meteor 1.9 + webpack. And universe:i18n@1.31.0
I use this setting to make translation files loads properly.
```
i18n.setOptions({
defaultLocale: 'en-US',
hostUrl: 'http://localho…
-
## Current Behavior
after creating an empty angular workspace and adding storybook, you run it and get TypeError: Cannot read property 'get' of undefined
## Expected Behavior
Storybook should sta…
-
## What is this?
This is an automatically created issue which contains information about the version status of the documentations available on DevDocs. The results of this report can be used by maint…
-
Type: Bug
## Environment
Version: 1.74.0
Commit: 5235c6bb189b60b01b1f49062f4ffa42384f8c91
Date: 2022-12-05T16:47:18.476Z
Electron: 19.1.8
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.1…
-
I might be missing something obvious, but `apollo-client@0.8.1` uses `import` syntax inside `node_modules` and I get an error
```
apollo-upload-network-interface bojan$ npm run test
> apollo-up…
-
We can support `async/await` in our CJS modules and allow people to use top level `await`.
I saw quite a bit of people asking for this but I haven't seen much discussion about it.
Are there any…
-
Hey there,
I'm rebuilding my meteor app into an apollo app based on express. Everything went well until I need to implement the accounts system. I'm using passport.js and JWT (because session wasn'…