Fabian Zeindl

Results 60 comments of Fabian Zeindl

@spencerschrock Could you please have another look in this? This check action "appears" and "is fixed" alternatingly without me changing the file. I am changing a completely unrelated file and...

I am trying this, for now it worked. I have a similar issue with the SAST and CI-Test rules, it keeps telling me ``` score is 9: SAST tool is...

> I have a similar issue with the SAST and CI-Test rules, it keeps telling me Could this be because I renamed my workflows at some point?

> In terms of closing and re-openning i'm not sure why it's doing that Like I said I renamed an action. If scorecard-action works in a way that it looks...

I had a similar problem (with my own webpack config, not this boilerplate project). I had to include ``` javascript webpackTargetElectronRenderer = require('webpack-target-electron-renderer'); const webpackConfig = { ... } webpackConfig.target...

Setting path to "." works. @steffenmllr : What are you using now?

Lol. I just came from gulp. :) ## Sent from my iPhone > On 08 Jun 2015, at 20:01, Steffen Müller [email protected] wrote: > > @fab1an I switched to gulp:...

No, it is just printing debug-information.

Hi, I just tested deployment to mavencentral for my own library using this guide: https://kotlinlang.org/docs/multiplatform-library.html#set-up-publication Not meaning to nag, but it is really doable in two hours. Could you maybe...

@drieks Here is a great and simple tutorial: Please read this section: https://kotlinlang.org/docs/multiplatform-library.html#set-up-publication 1. Add a new Gradle project inside your library root project. For that, create a new folder...