Kelvin Wuite

Results 35 comments of Kelvin Wuite

@Markg546 You can use the variables, but it won't be consistent and it will not cover dynamically css set by logic like the react-transform-wrapper. I propose to use my second...

@dvjdjvu I found your article today while learning Kivy and researching how to build a service that can keep running when the app closes or the phone is restarted. Thanks...

@tryallthethings This is possible by wrapping the entire application with Electron and then it should be distributable on every operating system.

@Omkarkasar0001 maybe next time you can try to add a title? Your Bug report looks like a Bug :grin: :wink:

I also experience this issue on the latest version as of writing. After exporting the PDF, there is no image and it is not hidden behind an element it seems.

What is the status of the Blaze 2 Vue subject? Haven't seen a formal decision anywhere on the forums. @Akryum, will you continue development or is this project no more...

Hi guys, I tried installing cypress via npm on alpine linux and ended up with: ![image](https://user-images.githubusercontent.com/6716689/68129554-0df67900-ff1a-11e9-91ea-dca77ecb44cb.png) I got the [/usr/lib/libasound.so.2](https://pkgs.alpinelinux.org/package/edge/main/x86_64/alsa-lib) from: - RUN apk add --no-cache alsa-lib - RUN apk...

Tried building on alpine linux and can confirm that my main problem is this error: `/usr/lib/libasound.so.2: no version information available (required by /home/root/cypress/build/linux/Cypress/Cypress)` ![image](https://user-images.githubusercontent.com/6716689/68133882-81e84f80-ff21-11e9-91ff-8cfa9fd171ba.png) [StackOverflow answer](https://stackoverflow.com/questions/137773/what-does-the-no-version-information-available-error-from-linux-dynamic-linker) Quote: Chris => `The...

UPDATE: I manually build alsa-lib to fix the version error with shared library /usr/lib/libasound.so.2 . Building without the `--without-versioned` solved the problem. Unfortunately the following error still appears and make...

@ffxluca > Installing the`alsa-lib` package (alpine 3.10) I didn't have any ALSA issue I never said I had an issue installing the library on alpine. It is the libasound driver...