🦛
🦛
**Bug report** **Describe the bug** _I am getting a Bad request INVALID_IMAGE_OPTIMIZE_REQUEST on storefront if using my aws s3 bucket as file storage, managed to fix it using image loader._...
tursoClient.js ``` import { createClient } from "@libsql/client" const tursoClient = createClient({ url: process.env.TURSO_DATABASE_URL, authToken: process.env.TURSO_AUTH_TOKEN, }) export default tursoClient ``` app.js ``` import tursoClient from './lib/tursoClient.js' async function testDB()...
I am currently implementing authentication in my application using the Bearer Auth Middleware. I'm interested in accessing additional information about the user associated with the token. Does this functionality only...
### What version of Hono are you using? 4.3.3 ### What runtime/platform is your app running on? Bun ### What steps can reproduce the bug? 1. Send a request with...
I'm using a Raspberry Pi Pico W with an MQTT client to connect to Adafruit IO. The Pico W handles WiFi reconnection well when the connection drops. However, there's an...
Hi! Here’s some example code to reproduce the issue: ``` python import ssl import machine import network from umqtt.simple import MQTTClient client_id = machine.unique_id().hex() mqtt_server = 'XXX.s1.eu.hivemq.cloud' mqtt_user = 'XXX'...