Brendon Muir

Results 265 comments of Brendon Muir

Hi @eveevans, here's the Semantic UI upgrade PR: https://github.com/Semantic-Org/Semantic-UI/pull/6512 This repo depends on https://github.com/metaskills/less-rails, which depends on https://github.com/cowboyd/less.rb which depends on https://github.com/cowboyd/commonjs.rb Here's my issue at less.rb: https://github.com/cowboyd/less.rb/issues/87 Someone attempted...

My gut feeling about this would be to abandon all this ruby based less stuff and just parse the whole thing with less.js instead.

I get the feeling that these files might be automatically generated? If so, you'd need to fix the generator instead.

Does something need to be done here? :)

Honestly, the whole thing is a mess of abandoned projects. In the end I resorted to using `webpack(er)` to include semantic -- there are some guides out there that run...

Thanks for the thorough pointer @maxd :) I really appreciate the info. I was more asking if you'd encountered this in the past before I dug deep but you've saved...

This is a great addition. Is there any reason why this has stalled? Without this option, source maps where the output file isn't in the same directory as the input...

This is so desperately needed! :)

This might be the case since `Paloma.start()` is no longer called automatically and needs to always be explicitly called.

How would one escape a potentially dangerous SQL string before concatenating it in lieu of this?