gem
Here are 1,734 public repositories matching this topic...
Description
On the "Instalation" section of the README, it is written:
Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the Nerd Font README for more installation instructions.
I have checked the linked page (https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) but found no downloads for "patched fonts of powerline nerd-font and/or font-awes
Changelog.md
I think we should maintain changelog to the separate md file and add link of this file to readme doc. It will make clean to our readme file.
Describe the bug
The Wiki describes install instructions for VVV, but these are manual instructions that would need to be redone on every new VM, and don't use the official way to install things
Expected behavior
Instructions on how to add a utility to config/config.yml that installs wordmove
https://varyingvagrantvagrants.org/docs/en-US/utilities/
Literally just cre
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Jun 20, 2020 - Ruby
-
Updated
Aug 30, 2019 - Ruby
There's no information on this page about how exactly the option DSL works. We could clarify things with a sentence saying it is provided by dry-initializer and linking to its docs.
That would help people e.g. wanting to work out how to provide default values for options, etc., without us needing to repeat that information here.
Fullscreen / bh
Add syntax selector to the DOC site to switch between Rails Erb and default Erb (Padrino/Middleman)
Hello,
Not sure if this is just me, but the navbar examples on the doc site don't actually seem to work for me and give a syntax error (erb tries to do ( navbar do ).to_s). I believe this is because the use of <%= instead of <%. For me (using middleman)):
<%= navbar do %>
<%= vertical do %>
<%= link_to 'Home', root_path %>
<% end %
-
Updated
Mar 11, 2020 - Ruby
In the README it has a good section on including individual components. Still I wasn't sure about adding requires to my rails config directory, so I checked to see if I could add them in my Gemfile – and, I can! From the bundler docs:
gem "redis", :require => ["redis/connection/hired
-
Updated
Jul 3, 2020 - Ruby
Fullscreen / yt
-
Updated
Apr 10, 2020 - Ruby
https://asciinema.org/a/J928KpHoUQ0sl54ulOSOLE71E?rows=20&speed=2.5
All unclaimed recordings (the ones not linked to any user account) are automatically archived 7 days after upload.
-
Updated
Apr 23, 2020 - HTML
Improve examples
According to the traffic stats for this repo, people really like to check out the examples - it's third place in the list after the main repo page (i.e. github.com/meew0/discordrb) and the main wiki page.
Given the need to fulfill the role of what is essentially the repo's poster child, the examples are disproportionately spartanic. While there are six of them, they don't show off every aspect of
rsing documentation for XSpear-1.4.0
Installing ri documentation for XSpear-1.4.0
Done installing documentation for colorize, childprocess, rubyzip, selenium-webdriver, unicode-display_width, terminal-table, highline, options, progress_bar, XSpear after 5 seconds
10 gems installed
root@:~/tools# xspear
bash: xspear: command not found
root@:~/tools#
-
Updated
Jun 9, 2020 - Ruby
Describe the bug
https://github.com/dry-rb/dry-monads/blob/master/lib/dry/monads/list.rb#L139 states:
Note that this method returns an Array instance, not a List
However, this isn't true; when called with a block, List#map will return a List.
It also conflicts with the @return [List,Enumerator] annotation.
I expected the doc comment would be accurate and consistent.
Eithe
-
Updated
Jun 25, 2020 - Ruby
-
Updated
Jun 25, 2020 - Ruby
Improve this page
Add a description, image, and links to the gem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gem topic, visit your repo's landing page and select "manage topics."
Is there anyway we can use your icons in a SASS or SCSS document as background images? If this is possible, what would be a general guideline for setting up something like this?
Thanks