prasad83
prasad83
### Bug Description **Issue 1** I had to use the following signature for custom context ``` type MyContext struct { fiber.DefaultCtx } app.NewCtxFunc(func(app *fiber.App) fiber.CustomCtx { /* correction: fiber.Ctx is...
``` {% raw %} body {% endraw %} ```
Fix for: show tables; show databases;
Delegating multi-get requests to Backend (GetCalendarObjects and GetAddressObjects) Backend implementation can optimize the way it fetches details based on paths.
I found a way to invoke tengo script function from Go and retrieve result. Documenting it for others. ```go package main import ( "fmt" "strings" "time" "github.com/d5/tengo/v2" ) func main()...
**Describe the bug** Login form is present even after success authentication. **To Reproduce** Steps to reproduce the behavior: As document start with Desktop setup instruction 1. export SQLITE_FILEPATH=`pwd`/saltcorn.sqlite 2. saltcorn...
For status code (500) - resp.Err was nil resp.Status was 500 INTERNAL SERVER ERROR `Do(...).Into()` was failing to unmarshal
I wanted to abort JS code with time-limit. Here is the approach I tried. Please suggest if there better way. ```python import queue import threading import js2py import ctypes """...
I was loading Google map JS to my app. It was making calls using XMLHttpRequest due to override in csrf-magic token was getting injected and corrupting the request expectation.
Also added dependency note for graphviz (dot) to create images.