Stephen Paul Weber
Stephen Paul Weber
Not sure why having a physical field is a problem? If it's just name shadowing could we not mangle the physical name?
Hmm if it's just padding maybe putting it in a small container eats the padding. Ideally I'd like to render it with a line down the side per usual
Well, as is `lbsResponse` isn't safe to use on untrusted URLs. I've switched to `reqBr` with `brReadSome` for now
You mean to create group chats from the web dashboard? It's better to do chat things from the chat app than cramming everything into the dashboard I think.
For example this: ```haxe enum abstract MessageDirection(Int) { var MessageReceived; var MessageSent; } ``` with hxtsdgen gives me this: ```typescript export namespace snikket { export const enum MessageDirection { MessageReceived...
the latest mod_push2 no longer uses luaossl and so this is fixed
Note this basically already exists and is how the password reset links work.