Francois Green

Results 32 comments of Francois Green

I see now that I was wrong in how I stated the problem; I assumed the behavior was by design. This might actually be a bug: Going by the JAX-RS...

I wonder if ceylon-doc could be used for this some how?

I'm having the same problem on Ubuntu 16.04. I'm using https://github.com/norio-nomura/docker-sourcekit-builder provides sourcekitd-repl.

@jinmingjian I'll have to try and build it myself: I tried running `sourcekitd-repl` and got an error. Maybe the a complete language server written in TypeScript would save us 😄....

@jinmingjian I managed to get `sourcekitd-repl` working, but the error persists 😞

`which sourcekitd-repl` returns ``` /usr/bin/sourcekitd-repl ``` `sourcekitd-repl` returns ``` Welcome to SourceKit. Type ':help' for assistance. (SourceKit) ``` The output from vscode is ``` /home/fwgreen/.vscode/extensions/jinmingjian.sde-1.0.20170113/out/src/server/server.js:64 throw err; //FIXME more friendly...

@jinmingjian The symlink from `/bin/sh` to `/usr/bin/sh` did the trick! Thanks.

I'm eager to have this feature: I can't seem to match the the capabilities of [Hibernate's Formula](https://docs.jboss.org/hibernate/orm/5.6/javadocs/org/hibernate/annotations/Formula.html) using custom sql. Maybe it could take a form similar to Hibernate's... ```swift...

I really hope this feature comes to Fluent! I've been asking for a variation of this, `Single Table Inheritance`, for some time. I assume that most ORMs, like those based...

@zimmi Sorry for the late response. I'm not using Pebble directly but as a component of a web framework called [Javalin](https://github.com/tipsy/javalin) (I'm just a user, not the maintainer). I merely...