Bitcollage

Results 34 comments of Bitcollage

@spaceone you are right, many thanks! I will fix the XSS shortly. This is a freetime project. I will check it out after work.

@spaceone There are two possible approaches to solve the XSS for: https://github.com/SerkanSipahi/app-decorators/blob/master/src/libs/stylesheet.js#L481 1.) The css compiler https://github.com/SerkanSipahi/app-decorators/blob/master/packages/postcss-parse-atrule-events can encode it for us so that we can save a lot of...

If you develop with app-decorators you will never use the internal libs (queryString.js, stylesheet.js, etc) directly. There is no reason for it. Your point is correct! In most of the...

We can use babel-preset env when babel is out of beta ! https://twitter.com/left_pad/status/908945478515077120

@leesper your tests are very very good. It was just a question about the example usages. I will use the tests as documentation. Thank you for the project :)

@mariothedev does your suggestion any negative impact to the usage of msw?

I can confim @kleinfreund ! I still get "MaxListenersExceededWarning" (`Chrome Browser`) although as you (@kettanaito) recommended (https://github.com/mswjs/msw/pull/1407) to fully re-install (delete msw -> add [email protected], also tried `rm -rf node_modules`)....

@kleinfreund I see, you are right! > I’ve noticed an increase in the amount of logged “[MSW]” messages due to this change (implemented in https://github.com/mswjs/msw/pull/1392). Entries like “[MSW] 12:23:53 GET...

maybe this sql parser is also interesting: https://astexplorer.net/#/gist/f01ba1593abfe285de7f9ab22036ea8d/b97c4f4ada6d8e3b145acc523e2b50b4758cdc01