Alexander Weickmann
Alexander Weickmann
Having following css webpack config: ``` config.module.rules.push( { test: /\.scss$/, use: [ 'style-loader', // creates style nodes from JS strings 'css-loader', // translates CSS into CommonJS 'sass-loader' // compiles Sass...
Our use case: Prepare Jira image with data so it can be used for integration testing. - Derived images have no chance to remove the VOLUME line - VOLUME line...
To support password managers, we shall follow these rules: https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands Unfortunately, kotlinx.html binding only allows setting a Boolean value for "autocomplete": ```kotlin var autoComplete : Boolean get() = attributeBooleanBooleanOnOff.get(this, "autocomplete")...
### Motivation Enterprises often have SAML-based SSO solutions in place. Web applications built on top of ktor should be able to integrate with this. ### Problem I managed to integrate...
Using: https://lab.lepture.com/github-cards/#link-time|medium This generates: ``` ``` On the generator page, this background image is shown: https://cdn-images-1.medium.com/max/2000/1*19LWzzJJDPqGq67Vyd0EjQ.jpeg However, when embedding the card in our page using the above markup, the following,...