Ива Цилкова
Ива Цилкова
**Describe the bug** In a Symfony project using Encore to serve a React app, only some of the classes in {js, jsx, ts, tsx} files are picked up. **To Reproduce**...
Ok, so I googled and tried to figure out how to 'Add your favorite authentication process here' with no success. Whenever I try to add some form_login there, it tells...
This is the natural next step. Google's PageSpeed insights does not like it when you're loading offscreen images w/out need and it actually makes sense. Came upon this code, which...
Even at smaller dimensions (100 pixels) data_uri_thumbnail is bringing down my server to its knees with very low traffic. I have pages that need to process 15-20 images and apparently...
Using the below code from instructions: ``` const paymentId = { key: 'invoice_header_paymentId_value', value: '123 - test value' }; const phrases = ['invoice_header_payment_reference', paymentId]; invoice.getInvoice(phrases).toPDF() ``` produces no changes in...
trying this code: ``` invoice.global.invoice_reference_pattern = '$prefix{INVOICE}$date{YYMM}$separator{_}$id{00000}'; invoice.global.invoice_note = 'It\'s my custom node!'; invoice.global.date_format = 'YYYY-MM-DD'; ``` from the instructions produces a TypeError: `TypeError: Cannot set property 'invoice_reference_pattern' of undefined`
Has anyone successfully implemented graphql subscriptions with Relay? If yes, could you put up a basic guide on where to start.
**API Platform version(s) affected**: 2.6.1 **Description** Custom filter is registered, but does nothing. **How to reproduce** ```
### Steps to reproduce 1. Change filter settings 2. Clear cache for a filter 3. Open newly generated image ### Expected result 1. See updated filter result for both regular...
Just asking, if this is planned and if yes, I'd like to contribute. I just need some direction (futures have no documentation at all).