Param Siddharth

Results 17 issues of Param Siddharth

# Automatically generate and release new single-header On every tag that is pushed, a new release will be created in GitHub Releases and contain the single-header file to be downloaded....

# Possibility to run custom scripts on termination/restart Similar to #102, I wish to have a function run every time the development server is restarted or stopped. Is there currently...

# 🐛 Bug Report ## Memory Leak in Windows for `metacall_python_exception_test` ### Logs Spoiler (Click to View) ``` Running the tests... Invalid value for '--test-output-size-failed': 3221000000 Test project D:/a/metacall-core-detached/metacall-core-detached/build Start...

bug

# Fix alignment on participants The ideal arrangement should be: - The position aligned to the right within its column. - The names centred but starting from the same distance...

Beginner
NWoC
Easy

# Migrate to TypeScript There are too many schema-validations to perform in plain JavaScript. We need an epic to migrate to TypeScript to achieve that.

enhancement
hard

# Add support for search parameters For the GET requests made to the `/api/certificate` and `/api/template` routes, query parameters may be used to filter the results to be sent back....

enhancement
medium

# Add support for updating the tags Modify the APIs such that the tags may be updated (with proper valiation) in certificates and templates.

enhancement
easy

# Add support for custom fonts in the database Currently, custom fonts require manually modifying the `items.json` file. Add support to store and persist them in the database.

enhancement
medium

Users should be allowed to authenticate themselves. The passwords must be stored as hashes (irreversible) in the database for privacy. Certain operations that require ownership must be authenticated. The visibility...

enhancement
help wanted
hard