11 Matching Annotations
  1. Jun 2024
    1. There's a void — a need where a word should fit. There's a construction — a prefix and a root, which fit together to fill the void. Meaning is clear on first encounter. A need is met. What is the problem?
  2. Nov 2023
  3. Nov 2022
    1. Hashie does not have built-in support for coercing boolean values, since Ruby does not have a built-in boolean type or standard method for coercing to a boolean. You can coerce to booleans using a custom proc.

      I use: ActiveRecord::Type::Boolean.new.cast(value)

  4. Jul 2021
  5. Apr 2021
  6. Mar 2021
  7. Jan 2021
  8. Nov 2020
    1. In the past, I tried to create some proof of concepts with svelte, but I usually ended up missing some of the features that RxJS provides. Now that I know that they complement each other well, I will grab this combination more often
  9. Oct 2020
  10. Dec 2019
    1. Suggestion: add a link to rdoc documentation.

      I couldn't find a link, and even doing a web search for "responders rdoc" or "responders documentation" is pretty fruitless and pointless (partly due to responders being too generic of a name).

      I eventually just went to rdoc.info, searched for responders, and found: https://rdoc.info/github/plataformatec/responders