AceCodePt
AceCodePt
Any update on this?
Same with me :(
Solved with https://github.com/matthewp/astro-fastify/pull/35
The problem was that fastify opens data from the socket. The information of the socket can be only read once! Therefor in #35 I reconstructed the original request (or some...
@matthewp It doesn't support all the ways to encode information, but it is a nice start. Waiting on you mate :)
> I need this fix for a project that I am working on, just to add an additional data-point. These changes work for my situation. for the mean while: @tdnordine...
Did anyone find a solution for that?
> Thank you :) > > As a quick aside to make sure everything else is running as expected, did you follow the [Quickstart](https://docs.browser-use.com/quickstart) using OpenAI, for example, to see...
@mistricky I installed it: runtime error: Failed to copy snapshot data to clipboard stack traceback: [C]: in function 'copy' ...ocal/share/nvim/lazy/codesnap.nvim/lua/codesnap/init.lua:34: in function 'take_snapshot_function' ....local/share/nvim/lazy/codesnap.nvim/plugin/codesnap.lua:17: in function [C]: in function 'xpcall'...
Hi :) Ran locally with: ```toml [project] name = "check" version = "0.1.0" description = "" authors = [ {name = "Sagi Carmel",email = "[email protected]"} ] readme = "README.md" requires-python...