m1sta
m1sta
Would be great to have a toolbar button that starts the debugger and launches a browser window.
Recommend to use https://github.com/chirag04/mail-listener2 until this is updated.
What are the chances of the following ever being possible... 1. Create a new C# project in Visual Studio 2. Reference the Fallen dlls (C# or C++) 3. Create a...
It's be great if we could do something like... ``` var result = Ratio.calc("(0.1 + 0.2 + 1/3) * 12"); //result.toString is 3/40 ``` much easier to write than... ```...
It'd be really handy if there were a .toEditableString() function that returned something like "5 + 7/26" when called. Looking at the behaviour of the current functions, it might just...
Great library. Have a feature request. It would be great if ratio.js could achieve the following... ``` var oneThird = Ratio.parse(1/3, 10) var pi = Ratio.parse("3.14159", 10) var piPlusThree =...
Is pdf.js able to open existing PDF files to use as a starting point?
Just throwing up an idea. This is completely half baked. How about supporting the following syntax... ``` on (err) return error(err) await (err, data) = http.post(data, url, defer) await (err,...
Typescript is important from a team-scalability perspective. Coffeescript is important from a productivity and maintainability perspective (although these obviously impact team-scale concepts too). It would be fantastic if we could...
Iced crosses a boundary by adding await and defer to coffeescript. Now that this boundary has been crossed we should make the most of it. There are a number of...