Juraj Chlebec
Juraj Chlebec
> > Simple solution is enable multithread PHP web server: > > ``` > > PHP_CLI_SERVER_WORKERS=4 > > ``` > > > > > > > > > > >...
I try refactor my code. Before model Page is inherited from base model ProjectItems (models shared same database table, but i want different fields in store on every model). Now...
> Did you find any breakage? Is there any repro case I can take a look? If not I'll probably close this issue Hi @pveyes, we use HTMR in production...
Hi, any news about this issue? This feature would be useful. Thanks.
Same problem here. ``` Using rails 5.0.1 Using cells 4.1.5 Using cells-slim 0.0.5 Using cells-rails 0.0.6 Using slim 3.0.7 ```
Same problem here, in v1.3.
> I just decode entities after the save: > > ``` > $html = html_entity_decode($html, ENT_NOQUOTES, 'UTF-8'); > ``` I think this is not good idea - because this decode...
But my solution for some reason remove DOCTYPE in this test script: ```php
I make small test script for compare various DOM parsers - https://github.com/havran/php-html-parsers-test Old simplehtmldom seems still best :-).
Ok. I found answer to second question (Angular, typescript): ```typescript private getCmsClient() { const cache = new InMemoryCache({ addTypename: true, fragmentMatcher: fragmentMatcher, }); const httpLink: HttpLinkHandler = this.httpLink.create({ uri: 'http://web.local/graphql',...