Chad Retz
Chad Retz
Probably just prefix the type name w/ a dollar sign I think is best.
Stop using TypeScript's definition file verbatim...it has a lot of cruft that doesn't apply.
After figuring out #6, figure out how to do this: ``` var a = 'someName'; var b = new Map({ a: 12 }); ```
This should make many many things easier. I expect: ``` var arr = new Map({ someInitialKey: new SomeClass() }); ``` I also expect a stronger super type. And I also...
Need to suppress some warnings inline, do annotation-esque way that Java does it, but via comments
Help wanted. This is what I assume the steps are: * Download CEF for macOS at http://opensource.spotify.com/cefbuilds/index.html * Make sure you can build both debug and release versions of libcef_dll_wrapper....
Need to make sure focus is properly handled. Essentially on click of URL bar, focus should go to URL bar...everything else should focus on the browser. Make sure browser and...
See https://github.com/cztomczak/cefpython/issues/262