Michael J. Ryan

Results 206 comments of Michael J. Ryan

Don't do the else, just test for global and window separately... ``` if (typeof window !== 'undefined' && !window.fetch) { ... } if (typeof blobal !== 'undefined' && !window.fetch) {...

could test with ssh from a regular ptty terminal.. `ssh user@bbsname` assuming the user previously uploaded their public key for auth.

Minor thought... Ubuntu-Server offers the option to import your public key at install, including from github. Could offer something similar at login/creation to import github key(s).

Wouldn't being a user of the BBS intrinsically mean there's a mastadon account @username@bbsname ?

Also, realized after my prior comment that networked message bases would have non-local users, so that reference would be different.

I'm guessing that ongoing MSSQL-Docker efforts will center around the use of the Linux version for Docker and MSSQL in Docker. Given, as you mention there isn't a recent version.

@shubhamgoel-tomhorn I'm not an MS employee, so cannot speak from any official stance. To be honest/blunt, I wouldn't touch/use docker with windows containers in production as a general rule. This...

@soroshsabz Not a MS employee... but imo containerization in Windows is problematic because of tethers to incompatible base images that change with each major windows release. It's simply difficult to...

@Aayush13013 You set it when you create the volume mount to `/var/opt/mssql` inside the container.

@paoliniluis the same kind of data loss can happen with any database running in a container without proper volume configuration. As for responsiveness... MS really isn't all that responsive to...