ALX

Results 15 issues of ALX

### Context _No response_ ### Bug description Colyseus throws an exception when a client tries to reconnect after leaving. ``` Error: seat reservation expired. at WebSocketServer.onConnection (...\Server\node_modules\@colyseus\ws-transport\build\WebSocketTransport.js:102:15) at WebSocketServer.emit (node:events:513:28)...

:bug: bug
Stale
:eyes: triage

I added some log code on `onRoomCached` and `onRoomRestored`. The previous room threw an exception during `onJoin`, and it seems I didn't restart the server and kept it open. Fixed...

:microscope: need reproduction scenario

I clicked Join twice, and got an exception: ``` ArgumentException: An item with the same key has already been added. Key: msgStart System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) (at...

### Context _No response_ ### Bug description The server runs a js physics engine, if an exception happened in the engine, the server calls `onDispose` but doesn't accept any new...

:bug: bug
Stale
:eyes: triage

Hello, I have a previous version and it has: `sdkVersion: "1.82.210208"` , the file in the [latest](https://github.com/PlayFab/JavaScriptSDK/releases/tag/1.83.210315) release shows: `sdkVersion: "1.79.201217"` Is that intended? Thank you.

Hello, This command is in package.json, and it is not working on windows. Please check this thread for more details: https://github.com/coryhouse/react-slingshot/issues/350 Thank you.

## Problem description Using Align->Space feature doesn't align objects properly while using Wrap mode. ## Attach a .c3p [New project.zip](https://github.com/Scirra/Construct-bugs/files/14569457/New.project.zip) ## Steps to reproduce 1. Shift+Click the to select the...

## Problem description I can't add Async functions to a function map. And when I turn a mapped function into Async, it shows in the event sheet as mapped, but...

## Problem description The project is a host and 2 peers. I request room list first, if there are no rooms, the host hosts a game; and if there is...

Hello, Whenever I run this code: ``` from happytransformer import HappyTextToText, TTSettings happy_tt = HappyTextToText("T5", "vennify/t5-base-grammar-correction") args = TTSettings(num_beams=5, min_length=1) ``` I get: ``` [timestamp] - INFO - happytransformer.happy_transformer -...