Benjamin Dahl
Benjamin Dahl
Thought this would be a useful feature, however take it or leave it, don't know if you feel like it fits into the library :)
Use: ```javascript var exp = new Expression("x").multiply(2); var answer = exp.int("x"); answer; > x^2 ```
Hi, We are using webext-bridge to create a cross platform extension deployed to Chrome and Safari on Mac and iOS. We found an issue that occurs when using the back...
The outdated version number in the README was causing issues, as some features where unavailable on the older version. Updating it would save a lot of time for new users....