Michael Telatynski

Results 435 comments of Michael Telatynski

> We hit a 405 Method Not Allowed trying to POST to [matrix.to/_matrix/client/r0/register?kind=guest](https://matrix.to/_matrix/client/r0/register?kind=guest) . I expect that probably means matrix.to doesn't allow guest accounts, which are necessary for this badge...

@croulibri the broken tray icon is an issue with libappindicator and electron

Though with the latest version there is now a notifications count in the tray icon, so I believe this may be able to be closed.

@TheLastProject I do not see a way to do this with Electron, nothing in the docs seems to mention it

@TheLastProject That is Windows only and already in use in the latest version.

The previous link no longer includes flash frame (which mentioned it as Windows specific) and it is now in https://github.com/electron/electron/blob/a67c992c3699a60c1bec3e2b23b3033591d8bcf3/docs/api/browser-window.md#winflashframeflag and seems to no longer be windows specific

https://github.com/babel/babel/issues/13779 and https://github.com/microsoft/TypeScript/issues/45995 are inherently blocking this if we want to use the `declare` syntax without disabling class properties and/or constructor property shorthand.

@Johennes we would either need to ditch class property initialization or typescript constructor properties as they do not play well together once you enable support for the `declare` syntax.

> Is there a way in which we could avoid the declare syntax, assuming that's what's triggering the issue? Maybe with a bunch of ts-ignores, but I would advise against...

@michaelkaye it is not yet in a release, will be in .14 releasing today. ![image](https://user-images.githubusercontent.com/2403652/172336804-3bf48a07-9ab8-453b-aa85-71f51636420b.png)