Bartek20

Results 8 comments of Bartek20

The point is that in cloudflare workers libraries are compiled into a single script and then they are executed. Unfortunately, when compiling this library, errors like Interpreter() is not a...

Also side note: `npm run build` fails on typescript declaration generation with following error: ``` Running "shell:genTsDeclaration" (shell) task sed: can't read : No such file or directory Warning: Command...

Ok after some searching in code commits I found that I have to change flag height in `grunt/generate-sprite.js` and that generates new scss file. Now the problem is that error:...

> As for the error you're seeing, I'm afraid I don't know about that - if you find a solution please share it here, or submit a pull request, thanks....

This issue is solved in open PR #1929. I'm waitng for author to check it and merge.

Hi @jackocnr, Sorry for pinging you. When can we expect to have it merged? I see that you released new version since this request was created but you haven't included...

@jackocnr np. I just wanted to know when merge can be expected. Also here's why this changes need to happen: 1. Fix vulneratilities - obvious 2. Deprecated sass - deprecated...

Hi @jackocnr, I modified translation to work from new parameter `searchResultsText`, and managed to update rest of commits to latest from your repo but it seems like I made some...