Joe

Results 23 comments of Joe

An addition to that. The windows is ALWAYS on bottom for me. I have to minimize/close every other windows to find the lulu window...

Of course! ```shell ld: warning: ignoring file /usr/local/Cellar/libpng/1.6.37/lib/libpng16.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 Undefined symbols for architecture arm64: "_png_create_info_struct", referenced from: _Load_SBit_Png in...

It was already installed: ```shell Warning: libtool 2.4.6_2 is already installed and up-to-date To reinstall 2.4.6_2, run `brew reinstall libtool` ``` It still fails after a reinstall.

So I cleared the workdir. Now it failes even sooner because `nasm`is not downloaded at all. All I can find is `yasm`. ```shell + echo '♻️ ' Start compiling NASM...

The `nasm` error is related to the download domain being temporarily unavailable. Could you maybe provide your compiled version as a release, then we could just use this until the...

> I did this in my project using [bulma css vars](https://www.npmjs.com/package/bulma-css-vars) and [Nuxt color mode](https://color-mode.nuxtjs.org). It's a workaround, of course, but it reached my goal while we don't have dark...

@Wakeful-Cloud Thanks for your detailed answer, I have one problem however. If I also set the primary color in the `bplma-css-vars.config.js` the color is only applied for a few components,...

@Wakeful-Cloud Thanks a lot for your tips again. I had the order flipped.. But the problem strangely persists. Both the steps and button component use `background-color` as their `is-primary` attribute....

It builds just fine in Xcode for Apple Silicon. Though the universal binary is quite a lot bigger (17MB) than the silicon version (4MB). I attached a Apple Silicon build....

I'll downgrade tomorrow and take a look.