Reza Rahmati

Results 43 issues of Reza Rahmati

Steps to reproduce 1 - Open the demo page 2 - Drag 2 files to "Base Drop Zone" area Expected Behavior: Zone become Red, since it doesn't accept multiple Actual...

enhancement
help wanted

Application Error An error occurred in the application and your page could not be served. Please try again in a few moments. If you are the application owner, check your...

Hi Thanks for your library, it works fine, it would be a great idea to develop other 3rd parties too, for example phonegap.google.inappbrowser.

Hey Ward I read your comment under someone post about EventEmitters (in Angular Services), since it was written 2016 I was wondering if it's still valid? > Do NOT count...

Hi I have below code in my test with jest ``` import {MockFirebase} from 'firebase-mock'; mockfirebase = new MockFirebase(); mockfirebase.autoFlush(); const ref = mockfirebase.ref('test'); ``` but I get `TypeError: mockfirebase.ref...

I have this code ``` async findBotletByTelephonyNumber(number: string): Promise { const botletSnapshot = await this.firebaseService.firestore .collection('botlet') .where(`assignedNumbers.${number}`, '==', true) .limit(1) .get(); ... rest of my code ``` and in my...

I am using firebase-mock with type script, I would suggest to add type definition for firebase-mock

# Issue I am trying to create a hyper-table in timescaleDb, [instructions](https://docs.timescale.com/timescaledb/latest/how-to-guides/hypertables/create/#create-a-hypertable) When I try to run `SELECT create_hypertable('conditions', 'time');` it gives me the below error ``` ERROR: cannot create...

**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of...

Bug: Validated

It seems that project is dependents on 'timers', but it's not added in the package.json