I hereby claim:
- I am razbakov on github.
- I am razbakov (https://keybase.io/razbakov) on keybase.
- I have a public key ASDl0WcFjCHhxyocXKlEKX0Z1Ya-Rg4uv9LR_YUcNQEkGAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
require js build file generated by ORO at web/build.js
:
{
"optimize": "uglify2",
"preserveLicenseComments": true,
"paths": [],
"baseUrl": "./bundles",
"out": "./js/oro.min.js",
"mainConfigFile": "./js/require-config.js",
// Input | |
groupBy = ['color', 'size', '', ...] | |
data = [ | |
{ | |
"color": "red", | |
"size": "big", | |
"data": "1" | |
}, |
app/console | |
Symfony version 2.7.6 - app/vagrant_dev/debug | |
Usage: | |
command [options] [arguments] | |
Options: | |
-h, --help Display this help message | |
-q, --quiet Do not output any message | |
-V, --version Display this application version |
version: "2" | |
services: | |
bo-loadbalancer: | |
image: "traefik:1.3" | |
ports: | |
- "80:80" | |
- "8080:8080" | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock |
Capitalized, short (<=50 chars) summary without dot
Description. More detailed explanatory text, if necessary. Wrap it to about 72 characters or so. In some contexts, the first line is treated as the subject of an email and the rest of the text as the body. The blank line separating the summary from the body is critical (unless you omit the body entirely); tools like rebase can get confused if you run the two together.
Write your commit message in the imperative: "Fix bug" and not "Fixed bug"
Interview
Filenames of single-file components should either be always PascalCase or always kebab-case. PascalCase works best with autocompletion in code editors, as it’s consistent with how we reference components in JS(X) and templates, wherever possible. However, mixed case filenames can sometimes create issues on case-insensitive file systems, which is why kebab-case is also perfectly acceptable.
Schöne Wohnung in der Maxvorstadt
Zimmer: 2,00
Wohnfläche: 35,00 m²
Kaltmiete: 550 €
Adresse: Görresstraße 17 80798 München, Maxvorstadt
Scout-ID: 108756423
---
<script> | |
import { QUploaderBase } from 'quasar' | |
import firebase from 'firebase/app' | |
import 'firebase/storage' | |
import uuid from 'uuid/v4' | |
export default { | |
mixins: [ QUploaderBase ], | |
props: { |