Wout
Wout
As discussed in https://github.com/luckyframework/lucky/discussions/1773, attribute names are not translatable. Prepare Rosetta for the proposed solution.
I have no idea if it works on Windows; it needs to be checked and fixed if needed.
Use method overload in Lucky (and other frameworks) to provide helpful error messages at compile-time if `.t` isn't called for locales without interpolations.
Allow re-use of existing translations with nested keys. For example: ```yaml en: example: hello: "Hello %r{example.subject}!" subject: "world" ``` Those values will be pre-filled by the parser, so any interpolation...
I've been struggling to figure out how to verify the signature of a detached, unencoded payload (https://tools.ietf.org/html/rfc7797). Similar PHP and Python libraries implement it, but neither the `ruby-jwt` gem nor...
Using the example code [from the docs](https://app.mailjet.com/auth/get_started/developer) to send an email, this gem raises the following error: ``` /home/wout/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/mailjet-1.7.10/lib/mailjet/resource.rb:345:in `block in formatted_payload': undefined method `blank?' for false (NoMethodError) v.blank? ^^^^^^^...
I'm experiencing weird behaviour with my wireless Dell keyboard. After pairing it seems to be stuck in a connection loop. It's added again and again until I turn it off....
### What Happened? I'm trying to send out an email using my FastMail account, and I'm getting this error:  ### Steps to Reproduce 1. Write email 2. Hit send...
An old version of Node.js (16) is required, which is reaching end-fo-life in September this year. 
When sending images from a phone to a laptop, for example, any images that are square or in landscape format will not adhere to the modal's width on the receiving...