PascalSenn
PascalSenn
We are currently working with the following types: ```typescript declare module "react-browser-detection" { type BrowserOptions = | "chrome" | "googlebot" | "ie" | "edge" | "firefox" | "opera" | "safari"...
This should work it around: ```Ruby def expiry_date=(date) if date.is_a? Hash super Date.new(*date.values) else super end end ```
@eyefodder This seems not to work for me. ``` NameError Exception: undefined local variable or method `hash_to_date' for ... ``` Couldn't find this method in the codebase neither. Rails, 4.2.4...
@w-cantin thanks for keeping this PR alive 👍 There seems to be an error if you trie to search with F+"(" > Failed to handle key `(`: Invalid regular expression:...
this is the related issue on the spotify repo looks like it is simply not possible at the moment https://github.com/spotify/web-api/issues/525
For anyone who is interested in a bit a different approach. You can use Webpack to compile CoffeScript to JSX and then use Babel to compile the JSX down to...
@isaacw it is working indeed. Compiling takes a while obviously. We still struggle to have proper code coverage reports with the test though. Code coverage itself is working. But to...
If you are willing to try new things, definitely check typescript out. It's basically Javascript which scale for enterprise applications cause of strict types. Which has the nice side effect...
We would like to fetch a json file from a web service based on the parameter that is provided with `dotnet new`. Ready thorugh the issues, this could be a...