Lane

Results 49 issues of Lane

need to research and fix this error on Windows that occurs when a user trys to install sonicjs with the npx command The fix will likely be in this repo,...

help wanted
good first issue

This will expand on: #185 Add full account management: 1. user registration endpoint 2. roles / role mapping 3. user login endpoint (returns token) 4. add databases tables with migrations...

enhancement
help wanted

Currently, all table data in the admin UI use simple HTML tables with no paging, filtering, etc. For example: By adding AG grid, we can hookup paging to start and...

enhancement
help wanted
good first issue
in progress

The data tier automatically caches responses per here: https://sonicjs.com/persistance#caching-in-memory-and-kv-cache We need to establish methods to invalidate the cache so that it is re-retrieving from D1. Initially we can simply set...

enhancement
help wanted
good first issue
in progress

line 36 in d1-data.ts We need to expand the where clause builder to accept various operators like 1. equal 2. not equal 3. greater than 4. less than 5. etc......

enhancement
help wanted
good first issue

What is the proper way to run a frequency sweep? For example, I want to input: start frequency: 100Hz end frequency: 200Hz sweep rate: 1 Hz per second and then...

feature request

running `npx cypress open` does open the cypress app and displays the specs in the monorepo correctly: However, if I click on any of the spec files, i get this...

Now that we support image management, it makes sense to extend this to supporting image transformation. So for example, a user uploads a full rez photo, and SonicJs will create...

enhancement
help wanted
good first issue

We need to build a image and file list similar to Directus: https://directus.io/toolkit/files For the MVP we don't need filters and sorting, paging, just a simply grid list. Cloudflare images...

enhancement
help wanted
good first issue