Michael Peiffer

Results 26 comments of Michael Peiffer

In my case all menu items are ordered correctly but the first one (which has a weight of 0!) Have you tried setting the weight of the first menu item...

I guess its because of this line: https://github.com/gohugoio/hugo/blob/b2e3748a4e148a9624b9906bd8f34a238a54429c/hugolib/pageSort.go#L63 Dunno why they catch out these Weight == 0 cases. Edit: See https://github.com/gohugoio/hugo/issues/2673

How can this still not be fixed? :( @yfilali's workaround works great thought.

Sounds good to me :)

Uff can't seem to find the track anymore as it was in a Discover Weekly playlist which got rotated. I won't pull and compile and come back to you if...

Found a song which can not be played: https://open.spotify.com/track/4pXG8Q82L8WvypAm5Wo86y Experimental mp3 fix also does not seem to fix the issue. Edit: Searching for that song using the search input does...

Keep running into this issue. Maybe this helps, the following is logged when a song can not be played: ``` Jan 30 11:50:21 michael-XPS-15-9510 psst.desktop[23075]: [2022-01-30T10:50:21Z INFO psst_core::player::file] blocked at...

Hm might this be because of using `bootJar` instead of `jar`? I'm trying out this plugin right now and I get the same problem. Using `gradle bootJar` my classes are...

Had the same problem. Possbile workaround: Deleting that additional `BenchmarkList`: ```` task deleteEmptyBmList(type: Delete) { delete "$buildDir/jmh-generated-classes/META-INF/BenchmarkList" } jmhCompileGeneratedClasses.finalizedBy deleteEmptyBmList ```` This seems to work for me with Gradle 3.4.1...

Facing the same issue. So many month after first report and that bug is still not fixed? Is mailjet even maintained anymore?