Chris Turner

Results 35 comments of Chris Turner

update on send-to-terminal workaround: send-to-terminal is not whitespace aware so blocks with blank lines fail when pasted due to `IndentationError` (was designed primarily for other languages). Also, the plugin is...

adjusted title to document/understand threading due to similar issue/reproduction; when understood/clarified can swing back to revisit pycharm implications.

discussion/plan: * confirm failure mode with compose / container limits (input for next-step decision) * based on compose / container limit failure mode, proceed * currently leaning towards retuning container...

Hello - thanks for the report and apologies we haven't been able to investigate further thus far. We think we have been able to reproduce the issue as being due...

noted @fabiansinz something similar also doesn't work from MySQL-native to external e.g: ``` Target.insert(Source()) ``` if target contains externals, we need to e.g. ``` Target.insert(Source.fetch()) ``` etc.

@dimitri-yatsenko should parts be allowed to not reference master? Also, if so, this issue can probably be closed based on review of merge history ^^.

related to default-enable in #761, and original expansion of blob formats in #520 (issue) and #577 (implementation)

Hello - Currently the release process is prioritized based on our assessment of needs in developing data analysis workflows / pipelines which is the main focus of DataJoint - 3.4...