Shanil Sasikumar

Results 5 issues of Shanil Sasikumar

We have created a schema for getting data from the auth.log var/log/auth.log) like the following. ``` module Auth_Log = autoload xfm let word = /[^# \n\t]+/ let record = [...

I've been using the `jest-tap-reporter` to generate TAP reports for my Jest tests. When parsing the TAP results from Jest tests, I noticed that the `diag` object is missing, which...

## 🧩 Problem I tried configuring GitHub authentication using the following in my `sqlpage.json`: ```json { "oidc_issuer_url": "https://github.com", "oidc_client_id": "", "oidc_client_secret": "", "host": "localhost:8080" } ``` However, SQLPage fails to...

enhancement

### Preflight Checklist - [x] I could not find a solution in the existing issues, docs, nor discussions - [x] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Describe your problem...

enhancement

### 📜 Description When attempting to send an email using Novu with an attachment, the request fails with a `500 Internal Server Error`. The same code works correctly when the...

triage