-
Updated
Jun 2, 2020 - 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.
Materializecss rubygem for Rails Asset Pipeline / Sprockets
Why is this command giving an error even though it works ok on the command line: command 'curl http://www.rabbitmq.com/rabbitmq-signing-key-public.asc | sudo apt-key add'
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
iOS, Android and Windows Phone Push Notifications made easy!!
A flexible progress bar drawing in terminal emulators
Ruby gem to inspect completely a web page. It scrapes a given URL, and returns you its meta, links, images more.
TappingDevice makes objects tell you what they do, so you don't need to track them yourself.
I'm trying to figure out how to replace the paragraphs with translated text. I can't quite figure out how the 'replace_entry' function works. Is that the best way to go about it? The documentation is pretty scarce, it would be awesome if someone could give me some pointers!
No problem here, just letting you know I built a gem which integrates tty-logger with Sentry.io. This makes debugging on errors much more joyful!
Check it out here: https://github.com/ianks/tty-logger-raven
Thanks for the great gem
What is the expected behaviour?
Add the HTML <textarea> tag, as specified here: https://www.w3schools.com/tags/tag_textarea.asp
let's create a nice looking webpage for each Zold node.
as a result 0.0.0.0:4096 should produce a webpage instead of json.
General purpose Command Line Interface (CLI) framework for Ruby
Subj, for security sake. We will probably switch to a different mechanism that doesn't pass through document for passing this settings if/when we find one.
See #277 where these attributes were introduced.
https://rom-rb.org/4.0/learn/sql/associations/#overridding-associations-with-custom-views
See Combine keys vs join keys sub-section to learn more
Looks like a missing link. I couldn't find this section.
The documentation says to send patches via Email, but I can’t see any mention of how to correctly run the tests. If I simply run the test file in master ruby test/tc_socksify.rb, I get 7 errors.
Draw various frames and boxes in your terminal window
Add a description, image, and links to the rubygem topic page so that developers can more easily learn about it.
To associate your repository with the rubygem topic, visit your repo's landing page and select "manage topics."
When authenticating a user, we skip any calls to BCrypt if we weren't able to find a user with the provided email address. This results in a faster response time to the client and less work on the server... but it also means one could possibly monitor the response times from the app to see if the provided user has an account.
When we detect that a user does not exist with the provided email, we s