rostamiani

Results 15 comments of rostamiani

Uploading open tabs is a more useful option too

@robmadole Because I have a VS Code extension that inserts 'i' tags automatically and I don't have to memorize all class names. This really helps. But in the normal method...

> > > I am trying to use swagger-combined but doesn't work the configuration of config/default.json. Some help? Isn't openapi-merge package what you're looking for?

> > > Hi, all seems to work for me - https://codesandbox.io/s/vue-template-o1fsc?file=/src/main.js It's working because you are not using Typescript + Class based components. Using typescript I you have to...

it works , but with a typescript error: ``` Property 'options' does not exist on type 'Function'. ``` ![image](https://user-images.githubusercontent.com/1157108/86870676-16790200-c0ee-11ea-8270-438bbe3f2d08.png) **Update:** While serving, after recompiling `this.$i18n is undefined` error appears again.

I added `copyq -e "toggle()"` to `super+v` in gnome keyboard settings to have the main window that displays image files too.

Before BIDI: ``` public function __construct() { parent::__construct(); // Initialisation } ``` After BIDI: public function __construct() { parent::__construct(); // Initialisation } It seems that all tabs are converted into...

Yes, It's useless then, My page got corrupted in browser :(

@mguttman The best solution I found is "RTL To Dialog" package.

This is an implementation tor TypeOrm. Something similar is needed: https://github.com/iWinston/typeorm-plus#1-including-soft-deleted-entities ```ts export class Entity { @DeleteDateColumn({ name: 'deleted_at' }) public deletedAt: Date } ```