Adam Eisenreich

Results 101 comments of Adam Eisenreich

@alandoyle95 Quite some time passed, did your fork made any progress?

Why `cell.relativeTo(colOffset, rowOffset)` does not solve this?

You have to process the code, down to ES5, also add any necessary polyfills. This is not a problem with this library and should be probably closed.

Can be closed in favour of https://github.com/IdreesInc/Monocraft/pull/20

I do think that the line-height is too low. The `ů` is missing the top part. I also have made a pull request with Czech accents: https://github.com/IdreesInc/Monocraft/pull/57

Is the documentation prepared for translation? Can people help translate the docs?

Do you have an i18 or similar export from the docs?

I do have a foreign key check off, but usually, these errors are fought anyway. I know for certain that I cannot create the link between tables when an index...

@janpio @tomhoule I have used the expression `SET foreign_key_checks = 0` to disable foreign key checks off.

The upsert solves this for a single row, but upsert many are still missing and thus, doing something like refreshing imported data is very complex of must be done manually....