Ivan

Results 17 comments of Ivan

> Memory restrictions, source file length (based on interpreter restrictions), features and properties of certain interpreter This should be described separately for each interpreter.

If anyone need temporary solution: we can create file `shard.override.yml` with: ```yaml dependencies: i18n: github: crimson-knight/i18n.cr version: "~> 0.4.1" ```

@gdimitris, I think it can be implemented some "stream-mode", so axlsx will can write prepared data direct in temp file row-by-row. But it forbid some exists features, such as modifying...

@gdimitris, for example, now we can do something like: ```ruby cells = sheet.add_row( ['Total', "Count: #{count}", *Array.new(6), "=SUM(I#{i}:I#{i + count})", nil, nil], style: row_table_cell_style(sheet) ) cells[0].style = row_text_center_table_style(sheet) cells[8].style =...

@renchap, so, you have integers in your base? You can use something like: ``` ruby state_machine :status, attribute: :my_integer_status_id, initial: :parked do state :parked, value: 0 # from enum state...

:+1: for this PR! This is a useful thing that we are waiting for a long time.

Maybe @eternicode will answer only after successful completion of tests?

I created issue for this, thanks @guypaskar.

> @korun is there a reason why you created an issue in your own fork and not in this issue tracker? @acrobat, I create issue in fork because I don't...

> Have you also confirmed the bug? @guypaskar, I can't repeat this behavior yet. My results are very strange: ``` javascript $('#q_occurred_at_lteq').datepicker('update', '27.12.2014 23:59'); // picker was set to "12/15/2014",...