Samuel Haaf

Results 3 issues of Samuel Haaf

Why does chalice with `automatic_layer` have to update the lambda layers every time you call deploy? If it knows to use the same deployment package, shouldn't it know it doesn't...

enhancement

Hello, I'm trying to attach some reactivity to the value in url that is passed to Router but it's never getting updated. First question: is that url parameter even being...

I've got this minimal script to record 1 second and then transcribe: ``` import os import numpy as np import speech_recognition as sr import whisper_cpp_python # Import the whisper-cpp-python library...