Florent

Results 5 issues of Florent

Hi, It solves this error: ``` error TS2345: Argument of type 'Marker' is not assignable to parameter of type '{ top: number; left: number; }'. Types of property 'top' are...

Hi ! ![capture d ecran 2018-10-12 a 11 51 20](https://user-images.githubusercontent.com/3214565/46862499-43af5800-ce15-11e8-95b5-ace17f2b84ec.png) Version : GitLab Enterprise Edition 11.4.0-rc3-ee Version of my private gitlab : 11.3.4 (30f019d) Thanks

It works on mac OS but not on Ubuntu. ``` *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your...

### Real usage : Extract for the method `gettextCatalog.getStringForLanguage`. The text is the second argument ``` gettextCatalog.getStringForLanguage( lang, 'text' ) ``` ``` const gettextExtractor = new Extractor({ moduleMethodString: "getStringForLanguage", moduleMethodStringArgumentIndex:...

### Describe the bug? I need to add a custom scope ``` createConfig({ issuer: "...", clientId: "...", redirectUri: "...:/callback", endSessionRedirectUri: "...:/", discoveryUri: "...", scopes: ["openid", "profile", "offline_access", "user:delete"], }) ```...

bug