Alexandra DeWit

Results 4 issues of Alexandra DeWit

A rather tricky pitfal is that The sequence/traverse behaviours run their effects immediately, which, for performance reasons, is perfectly understandable to want as a feature, but the documentarion does not...

I believe doing this at the engine level would require managing an internal piece of state due to the nature of how SDL handles key events, but that it definitely...

Hi Folks, I have ongoing work to deal with string encoding for the purpose of supporting cryptography in purescript, and I am attempting to isolate the cause of the problem...

type: enhancement

**Describe the Bug** When calling WithInstance (https://github.com/golang-migrate/migrate/blob/master/database/sqlserver/sqlserver.go#L59) to construct the SQL Server driver, sometimes calls to ensureVersionTable (https://github.com/golang-migrate/migrate/blob/master/database/sqlserver/sqlserver.go#L311) result in the lock Release being attempted, but there is no underlying...