Zach Cardoza
Zach Cardoza
As an added note, this does not happen when you use `subdir/`, so the issue seems to be that the redirect for the trailing `/` is getting pushed to the...
A fix is potentially on the way for this in https://github.com/unjs/h3/issues/1004, but in the mean time here is a simple **_HACKY_** fix to reset the `createdAt` on the session object...
> Just out of curiosity: I imagine [this](https://github.com/unjs/h3/pull/1010/files/16bb190aae2d6397316edaf40724d5a1b240d4e5#diff-18d5f672d3dc05dd3257bf22180a2b97abbc517bee318e14ad0f1b6b7acacd97R233-R238) will have a cost on memory 🤔 This is a very small object that is already instantiated on the `event.context.sessions` object in...
@pi0, this PR is ready for review and possibly merge.
@pi0, updates to remove documentation about session rotation have been applied. I agree with your point about `clear()` and for clarity this implementation does remove the data and does setup...
@sandros94, I agree that the use of the `event.context.session` as a sort of cache for session state is a bit of a concern. This entire utility class is structured around...
This seems to be a wider spread issue across multiple implementations of the `gel-cli` wrappers. Using `gel` purely from the command line in Windows works fine, but the same calls...
@mmastrac, I agree on both points, but this does seem to be something specific to the rename since the same commands worked when using the `edgedb` alias running exactly the...
This is likely due to this known issue: https://github.com/geldata/gel-cli/issues/1742
> When will this be fixed please? It has been two weeks. This bug makes Gel practically unusable on Windows - I don't want to specify connection parameters manually every...