Andrew Sampson
Andrew Sampson
@matteocontrini see if this issue is resolved with the latest version
@matteocontrini The client auto updates on server startup.
Hey @AlexL29 Can you try logging in like such MicrosoftAccount\[email protected] If this does not work try MicrosoftAccount\
I will push an update to the server to try that usergroup when the username is an email.
I've also done some work on my branch to get things compatible with Cloudflare Workers. Primarily adding more synchrnous APIs for working with in-memory data structures. These are inherently CPU...
Reading through this issue is bittersweet. At first I was glad to see I wasn’t alone in getting tripped up in the idiosyncratic way PowerShell approach argument; but I’m saddened...
Could you show an example of how you were handling the Spitfire instances? We are able to have multiple sessions going.
Maybe something like this: ```typescript export declare namespace Bebop.Example { abstract class BaseGreenLatern { readonly powerLevel: number; constructor(powerLevel: number); encode(): Uint8Array; static encodeInto(message: BaseGreenLatern, view: BebopView): number; abstract decode(buffer: Uint8Array):...
We could have an IGreenLantern and have the class implement that which avoids it being a breaking change. Properties get defined on the interface, and the class is what you...
I disagree. I think the exposure of the discriminator and forcing the user to write their own type guards is a poor design and one that should be addressed. Even...