Sebastian Weiß
Sebastian Weiß
It would be awesome to have a share button for Xing. Xing is the Business Network primary used in Germany. Developer Documentation https://dev.xing.com/plugins/share_button/docs
Hi, the loading indicator in the lightning datatable is hardly visible.  How to reproduce: go to https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable/example Copy paste the following code into HTML: ``` ```
This fixes the following error I had while deploying to galaxy ` 2020-10-20 15:21:34+02:00Error: v652h 2020-10-20 15:21:34+02:00v652h 2020-10-20 15:21:34+02:00Vue packages version mismatch:v652h 2020-10-20 15:21:34+02:00v652h 2020-10-20 15:21:34+02:00- [email protected] 2020-10-20 15:21:34+02:00- [email protected]...
Hello, with the latest vue 2 you get the following error when deploying to galaxy. ``` Vue packages version mismatch:v652h 2020-10-20 15:21:34+02:00v652h 2020-10-20 15:21:34+02:00- [email protected] 2020-10-20 15:21:34+02:00- [email protected] ``` This...
### Challenge When we integrate the redux-oidc state into our project, we get the following error on all store calls: ```js A non-serializable value was detected in the state, in...
Hi, would be good to have an official typescript example this makes sharing simple examples more easy. https://stackblitz.com/edit/react-starter-typescript-lr6pad?file=App.tsx
### Describe the problem Having an angular mono repository like this ``` root: Containing storybook in node-modules folder |-> projects/my-library: Containing library code with the js doc component |-> projects/my-storybook:...
Support for ISO 639-2 would be awesome :) As you can see in that [list](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) some codes vary. Example Germany: ```js 639-2/T: DEU // supported 639-2/B: GER // not supported...
I wanted to automate my application deployment workflow. Therefore a CI/CD Workflow is required. Let's add some howtos and guides on how you can automatically deploy code to Uberspace. Suggest...