Evert Prants
Evert Prants
I support this idea. It would really come in handy.
No, Unfortunately I didn't save it. But it has something to do with the primary key being too long, I've had this error before with trying to set a varchar...
Yeah because `getMessages` will give you an array of message objects and not IDs. You can't just pass message objects to `messageIDs`, because as the name suggests, it takes an...
> @maurerle just a little hint, according to the [official documentation](https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-with-nginx-webserver), the matching location for download, presentation and image upload is now `^/(c|l)ool`, so the correct block in the nginx...
Any news on this?
I would also be very interested in this.
This is the closest thing I could find: https://social.msdn.microsoft.com/Forums/vstudio/en-US/edbee9a4-866b-44fd-bbaa-d835b183831e/how-to-create-an-odttf-file-from-a-given-font-name?forum=windowsxps example code that creates an obfuscated stream but it's not in TypeScript or JavaScript.. I'm not sure where the font GUID...
Interested in this as well
I have applied a workaround using the search event by placing the search term into the start of the items array. It's not as pretty but it works good enough...
It seems like this change: https://github.com/SebastianM/angular-google-maps/commit/7982bfbcf0abeff3f2b77f03300a7b7e97fec9ce#diff-dcb9184e08ceacdb593fbaa4cac3b2d9e1546b351be15c86e6dc1b7627b35d51L271 broke this feature. If you use the old code, it works. The state of this PR #1182 was working.