-
Collect some candidate functions for inclusion in ACEbase
-
The package can currently not be installed and used by just running something like `add https://github.com/ACEsuit/ACE.jl`, since the deps can't be resolved. The issue appears to specifically be that …
TSGut updated
11 months ago
-
I'm not 100% sure this is the cause, since it's crashing the server rather than the client, but if I comment out this line then I don't get the error:
```js
const updates = { 'sweepRepositories/in…
-
We either need to adopt the ACEbase.FIO JSON interface, or decide on an alternative.
-
[NeDB](https://github.com/louischatriot/nedb) is no longer supported and hasn't been supported for some time, but it is the default embedded database (I'm assuming due to its compatibility with mongod…
-
-
Hi! I’m facing the following issue. It seems it is related to live queries and index updates.
I did some testing, my setup was working well when indexing by keys that are not included as parameters i…
-
The AceBase Banner displayed multiple times during app start is annoying and distracting and requires scrolling down to see our actual app logs. Is there a way to stop these displaying. If not can an …
-
While creating unit tests for [AceBase](https://github.com/appy-one/acebase), I had to compare whether stored binary data equals the generated data, which is 5MB large. The `expect` comparison method …
-
The AceBase server, when installed on a remote server, created a config for nginx:
`server {
listen 80;
listen [::]:80;
location / {
proxy_pass http://localhost:3000;
proxy_http_ve…