Yash Singh

Results 68 comments of Yash Singh
trafficstars

# > Low priority if you ask me. @tombh @tobimensch This actually could be important. If you have `Postman` installed, then when you type in `postman://` it will open up...

You can use the `--debug` option to log to the `./debug.log` file. Example: ```bash browsh --debug ``` After that run: ```bash cat debug.log ``` That will display everything that was...

I don't think you should rely on `StackEdit`'s cookies for storing your work. Either use the `Sign in with Google` or keep a backup on your computer.

I think the background is different: Lighter ![Screenshot from 2021-09-29 12-12-59](https://user-images.githubusercontent.com/53054099/135333639-6376c271-5325-437b-987d-4fed3f38e5ea.png) Darker ![Screenshot from 2021-09-29 12-13-03](https://user-images.githubusercontent.com/53054099/135333642-4ecee863-3089-41b2-a722-1a6b6b2089a1.png)

Do you mean something like this?: Instead of: ```js schema = { /* ... */ } post = { /* ... */ } a = sanitize(schema, post); // a =...

> Is it possible to do that today, without adding a new rule? ```js SchemaInspector.sanitize({ exec: function (schema, post) { if (typeof post === 'string') { return post.replace('&', '&').replace('', '>').replace('\'',...

Seems like the bug is fixed: ![Screen Shot 2021-04-08 at 9 37 43 AM](https://user-images.githubusercontent.com/53054099/114064031-15782b00-984e-11eb-93bd-024bfba09d50.png)

Taking a look @mattwelke's test cases and the source code, it seems as if the bug is still present and the bug is not `Sanitization "exec" does not set new...