caramdache

Results 12 issues of caramdache

Steps to reproduce: 1. Export on MacBook Air running Mojave 2. Transfer file 3. Import on brand new MacBook Pro running Mojave 4. Run Keychain.app 5. Scroll down. After 4...

The following code will generate the warning below: ``` worksheet._images.each {|i| puts i} ``` ``` /usr/local/lib/ruby/gems/2.7.0/gems/pycall-1.3.0/lib/pycall/list.rb:18: warning: Capturing the given block using Kernel#proc is deprecated; use `&block` instead ```

bug

Thanks for your great tutorial app. This would really awesome if you showed how to integrate core data in addition, just like: https://github.com/italoboss/EmotionalDiary

Merged cells are a little bit of a red herring. Sometimes you want to access the actual cells rather than the reference/the MergedCell's. For example to obtain indivual borders for...

I'm doing some pixel calculations using, so I use `get_column_width_raw()`. This works well, except for columns that have a defaut width. In this case, `get_column_width_raw()` returns null. I've looked at...

When there is no `rgb` color and a theme is used instead, `Cell.get_rgb` retrieves the color from `a_srgb_clr`: ```ruby def get_rgb(workbook) if rgb then return rgb elsif theme then theme_color...

Fixes #947. GroupConcat did not support fitler expression. This PR adds support based on Django `Count` aggregate. https://github.com/adamchainz/django-mysql/blob/main/src/django_mysql/models/aggregates.py

### Description Native Django aggregates support a `filter` parameter that allow a subset of expressions to be returned. For example: ```python .annotate(count=Count("expr", filter=filter_expr)) ``` which generates the following SQL: ```SQL...

Issue https://github.com/ckeditor/ckeditor5/issues/3287 added the ability to set borders for a table, a set of cells and a single individual cell. However, all borders (top, bottom, right, left) for all selected...

type:feature
package:table
support:2