Rahul Lanjewar
Rahul Lanjewar
https://github.com/NV/CSSOM/blob/a469aae2f92e454e669aec821781626924f98d17/lib/parse.js#L333-L358 This fails for import rules for fonts which have multiple font weights. Example :- @import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap); I get the error:- ")" not found. I am guessing it's due to...
failing Test case for issue #8834 adding this so pr is not closed. closes #8834
### New Issue Checklist - [ x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [ x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [ x] I have searched through...
### New Feature / Enhancement Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing...
### Issue Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue...
CSSOM doesn't expect `;` inside import statements. However while importing fonts we can have multiple weights, where in we will have to use the `;`. In this case, the parsing...
https://github.com/Blackburn-Labs/parse-auditor/blob/fc546406414b9408e8c84cb3dd20125fdc57753d/src/index.js#L65-L66 https://github.com/Blackburn-Labs/parse-auditor/blob/fc546406414b9408e8c84cb3dd20125fdc57753d/src/index.js#L70-L73 The above lines, works if there are no exisiting cloud triggers for the given class. If the cloud triggers already exists, it will apply the most the recent...
Currently the `eventShape` variable does not support `RECURRENCE-ID` We want to create ics events for canceled events in a recurrence pattern, Google calendar seems to be adding `RECURRENCE-ID` in case...