-
Updated
Jun 2, 2020 - Ruby
rubygem
Here are 651 public repositories matching this topic...
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.
-
Updated
Mar 11, 2020 - Ruby
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'
-
Updated
May 20, 2020 - Ruby
-
Updated
Jun 16, 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
Oct 16, 2019 - Ruby
-
Updated
Jul 7, 2020 - Ruby
-
Updated
Apr 7, 2017 - Ruby
-
Updated
Jul 5, 2020 - Ruby
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!
-
Updated
Jun 17, 2020 - HTML
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.
-
Updated
Jun 24, 2020 - 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.
Test logging
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.
-
Updated
Jun 29, 2020 - Ruby
Improve this page
Add a description, image, and links to the rubygem topic page so that developers can more easily learn about it.
Add this topic to your repo
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