Andrew Koidan
Andrew Koidan
Hi, I'm writing a simple web-chat using drealtime. Now here's the issue. I need to update user list on a client side, when someone logs in or out. I can...
Prelude: I (and many other developers) rely on this package + target es5 in tsconfig.json that everything would work on ie11, edge 15 and etc, while recklessly developing in Chrome....
This worked perfectly on version [email protected]. After updating to version [email protected] this package stopped working. ``` Platform [email protected] Node v14.12.0 ``` Reproduce ``` yarn init yarn add [email protected] yarn add...
```json { "lol": "run-s 'echo 1'" } ``` ERROR: Task not found: "echo"
# Issue No way to create a constraint rather than unique, index, or unique together Expected behaviour when running sync({force: true}}: ```ts import { BelongsTo, Column, DataType, ForeignKey, Model, Table,...
``` zsh 5.7.1 (x86_64-apple-darwin19.0.0) ``` I copied those lines into zshrc: ``` bindkey -s "\C-r" "\C-a hstr -- \C-j" ``` Now when I press **ctrl** + **R** I get ```...
Please check out [vue-webpack-minimal](https://github.com/akoidan/vue-webpack-minimal) template ```bash npx vue-cli init deathangel908/vue-webpack-minimal folder-name cd folder-name npm run check ``` Expected: gts will check `.vue` files Actual: gts ignores vue files, like [App.vue](https://github.com/akoidan/vue-webpack-minimal/blob/master/template/src/components/App.vue#L11-L12)...
## Link to bug demonstration repository ```bash git clone https://github.com/akoidan/vue-webpack-typescript git checkout multicov yarn install yarn test ``` ## Expected Behavior - tests are merged, no errors ## Observed Behavior...