Logan (ShinProg)
Logan (ShinProg)
I'm trying to add an inline script tag in my html. As strings inside tags are sanitized, I would like to add my script using DangerouslySetInnerHTML. However, it seems like...
## Is this a bug report or a feature request? Feature request ## Version Info - Version of Majestic: - Version of Jest: - Version of Node: - Operating System:...
## Is this a bug report or a feature request? This is a feature request ## Version Info - Version of Majestic: 1.8.1 - Version of Jest: 29.6.3 - Version...
### Suggestion By default, the key (name) column is the first column. Add an argument that allow a specific column to be the key column instead.
I know this is different than the original intentions of this project, but I would love to see a feature that allows the user to move to a directory pointed...
See https://github.com/reminder-bot/reminder-rs/issues/3
The plugin tries to load the script `/server.php` instead of `./server.php`, which causes an error when keeweb is hosted in a subdirectory. 
### Version at least since 0.3.3, tried in 0.5.3 and looks even worse (no proofs though) ### Steps to reproduce Minimal reproduction repository : https://github.com/LoganTann/tsjest-performance-issue-reproduction - Clone the repo -...
Hello, I would like to add a stamp as a png file, instead of converting it as a svg image. When vectorized, the stamp looses the color and renders in...
Please see this issue and reproduction : https://github.com/kulshekhar/ts-jest/issues/4294 In the https://github.com/thisismydesign/nestjs-starter/blob/master/jest.config.ts#L8 file : - the line `'^.+\\.(t|j)s$': 'ts-jest',` - should be replaced by `'^.+\\.ts$': 'ts-jest',`