Vincent Marquet

Results 6 issues of Vincent Marquet

I could not find any types so I thought I could contribute some. I'm currently using this in a `react-activestorage-provider.d.ts` file in my project. It would be great if this...

## Environment ``` $ ./node_modules/.bin/react-native info info Fetching system and libraries information... System: OS: macOS Mojave 10.14.6 CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Memory: 54.12 MB /...

❓Question
🙁 No upgrading version specified

My app stops working (but without any error message) when using electronVibrancy in the renderer process. ``` const remote = require('electron').remote const electronVibrancy = require('electron-vibrancy') const win = remote.getCurrentWindow() electronVibrancy.SetVibrancy(win,...

``` const server = new StaticServer(0) // let server choose a random available port await server.start() console.log(server.port) // will print '0' ``` Problem: `server.port` will be `0`, while we want...

Attempting to take a screenshot of a local HTML file results in an error: ``` Webshot::WebshotError: Could not fetch page: "/var/folders/[REDACTED]/index.html", error code: ``` Using `file:///var/folders/...` does not change anything....

http://randomiban.com/?country=Madagascar ``` $ irb 3.0.2 :001 > require 'iban-tools' => true 3.0.2 :002 > IBANTools::IBAN.new('MG3543781387163262763684827').validation_errors => [:unknown_country_code] ``` Thanks!