kaiba
kaiba
I'd like to use annotations instead of yml file. exapmle: ```ruby # okuribito: Remove this after 2019/01/01 if it will not be called def unused_method do_something end ```
Update env-vars-settings.md: Add REDASH_CSV_WRITER_ENCODING to change the encoding of the CSV file
Update env-vars-settings.md: Add REDASH_CSV_WRITER_ENCODING to change the encoding of the CSV file. see: https://github.com/getredash/redash/pull/5826
Is there any way to ignore attributes? For example, I wrote the following attribute. ```ruby attribute :text, default: -> { Time.current.strftime("%Y/%m/%d %H:%M") } ``` annotate_models gem generated following annotate. It...
Oracle looks to have abandoned JavaFX... We got garbled text on mac.
Improved the card design's box shadow to be visible from all directions. Adjusted the box shadow to fix the issue where the top border of the card design was difficult...