Timo M. Staudinger

Results 8 issues of Timo M. Staudinger

Let's face it, the current user experience to get the plugin set up sucks. Copying files around does not make it simple for users to get started, making the barrier...

enhancement

With release 1.36, [OpenUI5 will publish its API metadata as JSON files](http://openui5.tumblr.com/post/139174515992/first-glance-of-openui5-136), e.g.: [https://openui5.hana.ondemand.com/test-resources/sap/ui/core/designtime/api.json](https://openui5.hana.ondemand.com/test-resources/sap/ui/core/designtime/api.json) [https://openui5.hana.ondemand.com/test-resources/sap/m/designtime/api.json](https://openui5.hana.ondemand.com/test-resources/sap/m/designtime/api.json) As soon as this feature is stable, we should use these metadata files to build...

enhancement
help wanted

The webcrawler currently breaks on a documentation page in which > and < characters weren’t encoded properly. Since the crawling is done using Cheerio, this has to be fixed by...

bug

A line break in the parameter list of an arrow function definition seems to break the highlighting of the variable name the function is assigned to: ![image](https://user-images.githubusercontent.com/5621996/39475576-b6297f66-4d26-11e8-94c5-aa5ed65433c5.png) Not sure if...

Passing functions through to fills is currently not possible. Instead they are [called during the transform step](https://github.com/camwest/react-slot-fill/blob/f4087870aa3f74b86cb55f882e9f398586800256/src/lib/components/Slot.ts#L86): > ``` > const value = fillChildProps[key]; > > if (typeof value ===...

## Describe the bug In a grouped `TreeDataGrid` that has `onFill` specified, the application crashes when the user clicks on a grouping row. ## To Reproduce See the minimal reproduction...

Bug

First of all, awesome work with this! I've been waiting for someone to tackle a VSCode extension for excalidraw. --- In the regular app, holding the spacebar while dragging scrolls...

When trying to configure an AWS Lambda deployment via the Blue Ocean pipeline editor, instead of the form described in the readme, only a single field `LambdaUploadBuildStepVariables` is shown. In...