Miloš Lapiš

Results 63 comments of Miloš Lapiš

@Lokis2009 ... and the problem appears during compilation or in run-time?

@sharikovvladislav ... you can always mark the transcluded content and later use `@ContentChild('mark')` as ... ``` ... ```

@sharikovvladislav ... but it is also your API as many other things you abstract. > I don't know what will be projected to my component. If somebody has access to...

@sharikovvladislav ... yep, I know. Something similar as injecting via DI would nice to have but actually I think that you don't have anything else. There are plans to re-write...

@leomendoza123 ... sure, it would work, but this is much more simpler way: https://github.com/angular/angular/issues/26083#issuecomment-424006120

A similar syntax could be used then, as with RxJS operators, i.e., `*ngIf="{ myData$, selectedItems$, myPromise$ } | combineLatest as props; else loading"`. 😄

@gquinteros93 You can probably think about some of your custom schematics to do it.

@DzmitryShylovich You mean like your one, right? http://plnkr.co/edit/Sunu2LPQVAaWZvZRcWXb?p=preview

It's a problem related to the LangChain 0.1.3 (latest) when using Unstructured 0.12.2 (latest). Everything works correctly when using `partition_pdf` separately, so it's installed and available. ``` from unstructured.partition.pdf import...

@dosu-bot As I wrote above, I am using the latest versions as **LangChain 0.1.3** (latest) and **Unstructured 0.12.2** (latest). **The environment is Python 3.10.5.** Because if you import `from unstructured.partition.pdf...