Yonas Yanfa

Results 224 issues of Yonas Yanfa

It would be very convenient to run this as a single binary without requiring nodejs. With sqlite support, no database would need to be installed.

enhancement

```sh GET /api/v1/task-time-log/task/b8c817b7-a6b0-43d5-8144-91f47728e12d 304 19.237 ms - - Trace: [SOCKET.IO] Error: duplicate key value violates unique constraint "tasks_assignees_pk" at /home/yonas/git/worklenz/worklenz-backend/node_modules/pg-pool/index.js:45:11 at tryCatcher (/home/yonas/git/worklenz/worklenz-backend/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/home/yonas/git/worklenz/worklenz-backend/node_modules/bluebird/js/release/promise.js:547:31) at Promise._settlePromise (/home/yonas/git/worklenz/worklenz-backend/node_modules/bluebird/js/release/promise.js:604:18) at...

```sh ❯ yarn dev yarn run v1.22.19 $ nx run-many -t serve -p frontend backend NX Failed to process project graph. Run "nx reset" to fix this. Please report the...

Last commit was over two years ago.

Which of these two sets of packages should I use? - mercury-browser_123.0.1_AVX[1,2].deb - mercury-browser_123.0.1_SSE[3,4].deb Does AVX also include SSE? Does SSE also include AVX? Can you publish one package that...

Can you add projects that more closely match triplit - for eg. full stack, auto sync, offline support, db schemas, etc. Here's a short list: - https://pouchdb.com - https://feathersjs.com -...

Are there any missing features from [gitoxide](https://github.com/Byron/gitoxide)?

It would be nice to create a Record and have the output be type specific. Eg. ```js type Person = { name: String, age: Int, }; let john: Person =...

Doc page: https://docs.ruuda.nl/rcl/using_ninja/ [Task](https://github.com/go-task/task) is a lot easier than Ninja. Here's an [example](https://taskfile.dev/usage/#prevent-unnecessary-work): ### Prevent unnecessary work By fingerprinting locally generated files and their sources If a task generates something,...

RCL is awesome. I'd like to be able to specify a schema to validate an RCL file. I could output to JSON and write a separate [JSON Schema](https://json-schema.org). If RCL...