Anton Danylchenko

Results 15 comments of Anton Danylchenko

I also interesting in building two separate ReactJS projects. Both of them are using the same shared library or UI Components. I created a symlink in both projects to this...

BTW, here https://github.com/webpack/webpack/issues/1643 I found some information about webpack and symlinks. It looks like webpack can find our files but doesn't run a compilation process for them.

Finally I found a workaround. You can run a watch process to compile your shared library and use it as symlink in your project. Here is my [gist](https://gist.github.com/1st/901d372ddba5616596366c46f7d4a4b4).

Any information about plans of implementation?

What have I found is that when I open a new connection - no tabs reopen. But when I select any table - it restores its state to the last...

Also I found strange warning with broken link to `cover-image.jpg` ``` Info(prcgen):I1049: Building table of content URL: /tmp/mobi-nyqQdc/toc.ncx Warning(prcgen):W14018: Cover invalid and was not built with the book : /tmp/mobi-nyqQdc/cover-image.jpg...

Broken link to Marionette chaired was fixed here https://github.com/addyosmani/backbone-fundamentals/pull/567

Still ramaining one warning while we build `mobi` book. ``` Info(prcgen):I1052: Kindle support cover images but does not support cover HTML. Hence using the cover image specified and suppressing cover...

I want to ask, how can I add the type stubs to be able to see the correct imports in the VS Code IDE? Do you provide such a way...

> Seems like this is a wontfix for now: [#1268 (comment)](https://github.com/confluentinc/confluent-kafka-python/issues/1268#issuecomment-1017045748) So, do you plan to add stubs? We use Python 3.9 and most of the libs has stubs with...