-
When used the node version it works as expected, but with `AceBase.WithLocalStorage` or `AceBase.WithIndexedDB` it doesn't.
```js
// Include specific nested data:
db.ref('users/someuser/posts')
…
-
Hi!
I'm building a project with electron + typescript but the only types that appear for me are "ready" and "close".
Strange that the lib supports typing, I don't know what's going on.
The only way…
-
- Operating System: Redhat 7
- Cypress Version: 2.1.0
- Browser Version:
### Is this a Feature or Bug?
Bug.
### Current behavior:
When installing globally, running as root, cypress f…
-
### Current behavior:
The tests `commands/navigation_spec.coffee` and `e2e/redirects_specs.coffee` fail on Chrome 78 but pass on Electron.
The CLI outputs the following when one of these tes…
-
> acebase-server@1.10.0 requires engine.io@~3.5.0 via a transitive dependency on socket.io@2.4.1
The current version of socket.io is v4.5.0 which would probably fix it. YMMV tho.
Looking forward…
-
when i use a taskbar texture it only appy on side of taskbar at the center it remain the taskbar of windows
![Immagine](https://user-images.githubusercontent.com/50950554/72607299-af3d7a80-3920-11e…
-
It would be great to be able to reference as a read-only an already created storage-database.
A use case is using acebase as a "cache" in AWS Lambda, where the writing of files is forbidden, but the …
-
According to the description of operator `contains`, when `compare == []`, the query should return all values in the database. But actually it returns nothing.
Note that `compare == []` is possible…
-
```js
const wait = () => new Promise((resolve) => setTimeout(resolve, 0));
let path = '';
db.ref('recipes').on('mutated', (mutated) => {
path = mutated.ref.path;
});
const ref = await db.r…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…