-
**Describe your issue**
I have no Assistant option, on my meshcentral instance. I have background and interactive. I cant find where to download the assistant agent
**Screenshots**
**Server S…
-
In a fresh directory with the PRX silicon database (https://www.repository.cam.ac.uk/handle/1810/317974), the following fails
```
julia -e 'using Pkg; Pkg.activate("."); Pkg.add("JuLIP"); using JuLI…
-
```
WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
```
is shown in …
-
This might just be me not understanding how AceBase works but i'm getting some weird results between `query()` and `ref()`
A brief example of what's happening
```js
const test1 = await db.ref(`us…
-
This minimalist TypeScript code:
```ts
import { AceBase } from 'acebase'
```
ends up with TypeScript reporting 6 errors.
(expand to reveal screenshot, text-only version is below)
![image…
-
What is the proper way to programmatically stop and restart acebase-server? After running the code below, what commands are necessary to shutdown the server before running the same code again?
` …
-
The error is:
`error TS2305: Module '"acebase"' has no exported member 'AceBase'.`
Code:
`import { AceBase } from "acebase";`
A band-aid to this is changing the `index.d.ts` file from
```
expor…
-
Hi!
After update to 1.28.0 acebase does not work in browser.
-
This is a follow-up to #203 which was closed as stale.
As noted there, the error is `error TS2305: Module '"acebase"' has no exported member 'AceBase'`. There is no error when `moduleResolution` is…
-
I'm still trying to make a simple reproducible case, but here is the error message, if it is helpful. I was calling a query with one nested child too many.
```
[default] DEBUG THIS: getNodeInfo …