Alex
Alex
I suggest adding a new function to the options. The function will be called separately for each icon reference (or only for reference with query). It will receive the icon,...
### Describe the problem It seems that now CSP headers are added only to html responses. However, probably some CSP should also be added to other responses. https://stackoverflow.com/questions/68886438/why-should-we-include-csp-headers-in-the-http-response-for-an-api https://cheatsheetseries.owasp.org/cheatsheets/REST_Security_Cheat_Sheet.html#security-headers ###...
```svelte Button Button Button Button ``` This applies to many components. **Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Use unions, intersection,...
https://github.com/Tommertom/svelte-ionic-app/blob/e4c7652342c49376dfe74d2d8e41288a36fceacd/index.d.ts#L558C12 For boolean attributes, the correct value type would be: ```ts type Boolean = `${boolean}` | boolean | undefined | null; ```
[Samples](https://jsoneditoronline.org/#left=cloud.181b0640d5c34fe7b2b2cd1f7dc81927) When working with unicode (that is, almost any text), you need to remember many things. Here are a few of them: - Invisible characters [Invisible characters](https://invisible-characters.com/) can behave differently...
Add the ability for the site to save the state in the address bar so that it can be shared. How is it here: https://perf.link/ - automatically create and update...
Timestamp recognition is already available (https://github.com/josdejong/svelte-jsoneditor/issues/106), you can add date recognition. And add a date picker to both. - memorize the original/received value - don't recognize long strings
It would be nice to bring all the functionality that is needed for use without svelte into a separate component that will be imported from js. And the pure svelte...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
Instructions do not work for Colab for Anaconda 3 and Python 3