Oleksandr Shtalinberg
Oleksandr Shtalinberg
at least one who is very good familiar with the frontend If you are confident in their abilities, patient and own free time - offer yourself
simple-salesforce==1.10.1 ``` format_soql( "SELECT Id from Contact WHERE AccountId={account_id} AND {myfield}=TRUE", account_id=account_id, myfield=get_myfield_name() ) ``` I get simple_salesforce.exceptions.SalesforceMalformedRequest with this request `/services/data/v42.0/query/?q=SELECT+Id+from+Contact+WHERE+AccountId%3D%VALUE%27+AND+%27FIELDNAMEVALUE__c%27%3DTRUE` Quotes ( %27 ) every time added to...
I do not see new changes
When I use MarkRequestMiddleware with Facebook pixel I get warning The Facebook pixel activated 2 times on this web page, which can cause errors in your event tracking.
Hi this one line below generate a lot of lines in my django-project https://github.com/openlawlibrary/pygls/blob/0f6005cf522f48889d7eb69e7d76c70ce75c119d/pygls/protocol/json_rpc.py#L387 I have a lot of lines like this `[2024-08-05 17:18:37,510] INFO 140162374721536 [pygls.protocol.json_rpc:386] Sending data: {"id":...