Luís Fernandes

Results 15 issues of Luís Fernandes

This PR makes it possible to provide a list of the only errors we want to validate (opposite of ignoredIssues). In my case I only want to check for 'ACCESSOR_INVALID_FLOAT',...

Hello! Uploading the file attached below ends up making the server hang. After a few seconds there's an actual error "Normal index 2412 is out of bounds Error", but it...

Hello! I have been looking for something like this, as I am bundling a library into a single file. the thing is that Im using Babel for transpiling instead, and...

Good evening! In version 3.0.5 I was creating an Async Connection as follows: `var connectionString = new SQLiteConnectionString(DatabaseFilePath, false);` `var connectionWithLock = new SQLiteConnectionWithLock(new SQLitePlatformAndroid(), connectionString);` `return new SQLiteAsyncConnection(() =>...

Good afternoon, Using Task.WhenAll for creating tables asynchronously (CreateTableAsync) works well, but doing the same thing for Inserting data doesn't (InsertAsync). Short example: `var task1 = _connection.InsertAsync(data1);` `var task2 =...