Scott Thompson

Results 6 comments of Scott Thompson

Im having a similar issue getting at-loader to resolve a module. I'm importing a library using `

How did you get `(raw-update ...)` working? When I use it I get an error `java.lang.Exception: no current database connection`.

Have you considered adding [tslint](https://github.com/palantir/tslint) to the template?

I've also encountered a situation where the default z-index does not work for me.

Im also interested in static code generation for wrapper types. Currently, my solution is to manually overwrite `to/fromObject`. For example, if I have a proto message: ``` message MyMessage {...