Alec Meyer
Alec Meyer
Kind of hilariously bad that `@vercel/[email protected]` (Vercel's own package) breaks Turbopack when using [email protected] with this error. Y'all really need to do some testing before releasing.
I am also seeing the `ASGI Lifespan errored, continuing without Lifespan support` warning with Granian 1.02 & Django 5.0.2. Although, I can say I am **not** using Channels. Happy to...
> > I am also seeing the `ASGI Lifespan errored, continuing without Lifespan support` warning with Granian 1.02 & Django 5.0.2. Although, I can say I am **not** using Channels....
@pascal-kuschkowitz & others - since this project hasn't been updated in 3 years, I created a fork that is maintained that fixes this issue. You can find it here ->...
I also experience this bug with a brand new project built following the AWS instructions here: https://docs.aws.amazon.com/lambda/latest/dg/csharp-package-cli.html. Same versions as above. 3.10-241.
My personal opinion is it would be best to add new columns, and just change the documentation for the old column to be "Requested cipher suite" instead of "Negotiated cipher...
@ParthaI - this is still an issue and causes confusion in "higher" U.S. compliance based environments. Just wanted to make sure this is still on your radar. Thank you!
This is the error you get for Python, but its the same issue (I've removed some lines to increase readability): ``` in get_chat_message_contents completions = await self._inner_get_chat_message_contents(chat_history, settings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ line...
Really bad flickering happening for me as well with WSL (Ubuntu), not nearly as bad on MacOS. **Claude Code Status v1.0.6**
Same issue as others, I'm using the latest dev build: ``` java.lang.IllegalArgumentException at org.joml.MemUtil$MemUtilNIO.set(MemUtil.java:2803) at org.joml.Matrix3f.set(Matrix3f.java:3251) at legend.game.combat.SEffe.renderThunderArrowEffect(SEffe.java:1089) at legend.game.scripting.ScriptState.render(ScriptState.java:205) at legend.game.scripting.ScriptManager.executeScriptRenderers(ScriptManager.java:248) at legend.game.scripting.ScriptManager.tick(ScriptManager.java:72) at legend.game.Scus94491BpeSegment.lambda$gameLoop$45(Scus94491BpeSegment.java:423) at legend.core.RenderEngine.lambda$init$17(RenderEngine.java:504) at legend.core.opengl.Window$Events.onDraw(Window.java:697)...