Nader Ghanbari

Results 11 comments of Nader Ghanbari

@findchris In your case it makes sense to get `NSE` because you call `.get` on the optional value which fails if it's `None`, I'm just wondering why it happens in...

Is this still the case? If yes, is a pull request welcome?

So far I found one by using something like this in the server `sbt` descriptor: ``` unmanagedResourceDirectories in IntegrationTest

Yes, what I have now is putting tests in a separate folder, namely `it` and then adding `Defaults.itSettings` to the build file: ``` # build.sbt Defaults.itSettings scalaSource in IntegrationTest

@ssong-van Is it fair to assume that this codebase is not actively maintained anymore?

This should be in the docs (adding fonts to `Info.plist`) for people that rely on autolinking.

I'd like to tackle this if no one else is working on it.

This actually applies not only to `mysql` but to all dialects.

Is there anyway to lint the compiled assets? Let's say the result of compilation (transpilation) of coffeescript files form `app/assests/js` ?