CryptoAlgo

Results 114 comments of CryptoAlgo

@kean Nope, what I meant was that log messages from a package I depend on aren't being logged by Pulse, even though the package also uses SwiftLog.

@chjj Your input would be appreciated :)

Hi, I was about to start my own feature request, but found this. I think material v3 does look way more expressive and vivid than v2, and Google's own material...

Ok, great. Maybe this can be introduced as part of the material-ui v6 update? Since by then, material v3 styles should be quite common across sites using material design. We...

@leonardorafael That implementation has a few issues: 1. The implementation does not follow material standards fully: Buttons are the wrong shapes, animations are there when they shouldn't be and it...

Ideally, MUI should (or start efforts to) adapt Material v3 as soon as possible since its the most popular react material library, and might give MUI a head start over...

I fully agree that the material standard would need to be slightly adapted to look great on desktop-sized websites/web apps, however it seems like the material v3 standard takes into...

@UnchartedBull Just a random guess, but could this be caused by chrome falling back to an emoji font on your dev machine, which isn't present on the pi due to...

As a workaround, like many install scripts, the readme could include a /bin/bash call to the downloaded script to ensure the script is run by bash.

@pciavald The approach some huge production apps take is to override the console object and proxy all calls to log debug etc with ones that also log to wherever else...