Max Veytsman

Results 19 comments of Max Veytsman

@abel-cherinet-liqid does adding the combination of `build-base` and `gcompat` work for you?

This is going to keep coming up for alpine users - I opened a discussion to switch to static builds on tailwind's side here: https://github.com/tailwindlabs/tailwindcss/discussions/6785

I got a PR switching the build type to linuxstatic into tailwind (https://github.com/tailwindlabs/tailwindcss/pull/6914) this will actually fix the problem (and related issues on nixos) Can we keep this issue open...

I've seen this error come up when compiling plemora, and I believe the issue is actually in the plemora fork (https://git.pleroma.social/pleroma/elixir-libraries/prometheus.ex/ and not in this repo. @feld I think you...

@msaraiva I want to bring this to your attention https://github.com/tonini/alchemist-server/issues/14#issuecomment-317044347 This issue is exploitable from any website via javascript.

@mcrumm does dart sass do css minification for us? I couldn't find it in the docs but admittedly did not look that hard.

@josevalim I've addressed your comments @mcrumm I've followed your suggestion and got rid of all node in https://github.com/phoenixframework/phoenix_live_dashboard/pull/316/commits/5ce0b7681452db22c51461c5a6df57ff9b48bbe0 I vendored in bootstrap, uplot, and topbar to do this. (Note I...

ooof sorry I missed the tests! I think that node-sass worked better than postcss as I had to add a bunch of plugins to get postcss to do sass without...