Tobias Strebitzer

Results 7 issues of Tobias Strebitzer

> This Pull Request allows automatic serialization of Schema data when using the `room.send` method. ### Client Example: ```ts class UpdateArgs extends Schema { @type('uint8') x: number @type('uint8') y: number...

@narsenico I'd like to get your opinion on something that's haunting me for a long time now. There's currently no browser-based colorpicker out there that allows "eyedropping" (picking a color...

enhancement

Not all -moz- CSS3 attributes are auto- converted to other browsers.

Missing Functionality

Add missing a `var` initializer for iterator `i` in rangy-classapplier.js to resolve javascript error.

## Improvements * Support `Open.gcs` for Google Cloud Storage, using the `@google-cloud/storage` npm package. ### Signature ```ts unzip.Open.gcs(storage: Storage, params: { Bucket: string, Key: string }) ``` ### Example ```ts...

**Description of the changes:** - Improve MarkdownDocumentBackend to set the correct list type to ordered or unordered - Improve MarkdownDocumentBackend to parse all child elements of a list item -...