wujekbogdan

Results 40 issues of wujekbogdan

I know that we can define defaults using the following syntax: ``` js { asyncComputed: { item: { get() { // Do something asynchronous }, default: [], // default value...

Is it possible to set a password for SSH? I didn't find the answer in the documentation.

There's no need to create GUI for it. Even JSON file would be good enough.

feature

Steps to re-produce 1. Create a `prepare-commit-msg` hook: ``` #sh #!/bin/sh . "$(dirname "$0")/_/husky.sh" exec < /dev/tty && node_modules/.bin/cz --hook || true ``` 2. Run `git commit` 3. Follow the...

### What problem is this solving `bindFirestoreRef` expects the first parameter to be a string, so the state property we want to bind needs to be pre-defined and known at...

feature request

### Reproduction https://codesandbox.io/s/nameless-flower-b6puw?file=/src/App.vue https://user-images.githubusercontent.com/533954/108911447-2c0c4f00-761f-11eb-96cb-8dbd088efc86.mov ### Steps to reproduce the behavior 1. Go to https://codesandbox.io/s/nameless-flower-b6puw?file=/src/App.vue 2. Open the console 3. Keep on clicking on *"Get ${num} todos" buttons* ### Expected behavior...

``` json { "scripts": { "set-env:test": "cross-env NODE_ENV=test", "set-env:staging": "cross-env NODE_ENV=staging", "set-env:production": "cross-env NODE_ENV=production", "deploy:managers": "node ./deployment-scripts/deploy-managers", "deploy:managers:test": "npm-run-all set-env:test deploy:managers" } } ``` When I run `deploy:managers:test` script I...

I'm getting the following error when using a Promise-based validator: ``` vue.runtime.esm.js?2b0e:587 [Vue warn]: You may have an infinite update loop in a component render function. ``` ``` javascript {{...

bug

Here's a real life example: ``` js // The main thread import Worker from 'workerize-loader!./workers'; import getCompaniesFromFirebase from './getCompaniesFromFirebase'; const worker = Worker(); const { filterCompaniesByTypes // Other modules }...

[Performance/Caching](https://timber.github.io/docs/guides/performance/) section of the docs isn't clear enough. It says that the default caching mode is `CACHE_TRANSIENT`, but there's no explanation on what does it actually mean. Does it mean...

docs
help wanted
good first issue