Tomislav Simnett

Results 38 comments of Tomislav Simnett

All FOSS and bundled ruby with puppetlabs puppet debs

@abrader ``` simmerz@puppet:~$ /opt/puppetlabs/puppet/bin/puppet --version 4.7.0 simmerz@puppet:~$ /opt/puppetlabs/puppet/bin/ruby --version ruby 2.1.9p490 (2016-03-30 revision 54437) [x86_64-linux] ``` It's not PE, it's FOSS.

I'm not using PE, I'm using FOSS. Latest stable for Ubuntu Xenial. On Tue, 25 Oct 2016, 20:06 Andrew Brader, [email protected] wrote: > @simmerz https://github.com/simmerz I am not seeing the...

@kayue went too early! purge disabled and it works! Now how to enable the purge to keep the built size small? Do we add the variants to the safelist?

Just looking at this, the inline icon helper currently only grabs icons in the `app/assets/images/fa5` directory that is in the gem itself. Of course, to allow Pro, we need to...

@tomkra what do you think the right approach is here? Do you want to make a new `font_awesome_rails` gem and have this one depend on it but give a deprecation...

I've found a workaround is to add `sudo chown -R vscode:vscode /usr/local` as my `onCreateCommand`

If @bharget could transfer it to us we could all maintain it. Would need access to continue publishing under the same name to rubygems too.

Beyond that, I'd suggest calling it `heroicon-rails`. That is a kind of convention where a thing gets bundled specifically for Rails, and that's happened here by virtue of the Rails...

Perhaps we use that as a reason to reduce the deps down to `railties` as per the other PR?