Hafiz Shafruddin
Hafiz Shafruddin
Idea floated in Discord: https://discord.com/channels/885059418646003782/885059419107360779/971312595019632751 @masseelch
Lots of files affected but only 5 files are relevant - delete.tmpl - query.tmpl - update.tmpl - integration_test.go - crud.md
**Describe the bug** The second of two identical tasks with same UUID and payload should not be sent to Redis before TTL, when the message sent could have been from...
I have a function with ```golang func (r *repository) Update(ctx context.Context, book *models.Book) error { now := time.Now() _, err := r.db.ExecContext(ctx, UPDATE books set title = $1, description =...
The library isn't able to parse postgres query with `$` placeholders. ```go tree, err := sqlparser.Parse("INSERT INTO users (email, name) VALUES ($1, $2)") if err != nil { fmt.Println(err) //...
Using laravel, it can automatically serialize array or object into json. For example ```php class IndexController extends Controller { public function index() { return ['amount' => 0.1, 'currency' => 'AUD'];...
[opentelemetry-php-contrib] laravel: When loading configuration files, SDK ignores laravel's .env
**Describe your environment** OS: linux debian 12 php: 8.2 laravel: v11 open-telemetry/opentelemetry-auto-laravel: 0.0.28 open-telemetry/sdk: 1.1.2 **Steps to reproduce** This is after a normal laravel installation instrumented with `open-telemetry/opentelemetry-auto-laravel` package. There...