CrystalJRAW

Results 20 comments of CrystalJRAW

Hi! I took a shot at this issue with #3723.

Yeah, this is (unfortunately) a known big limitation with the column wrap implementation. The way it works is by marking a given `spansLayout [srcSpan]` as `MultiLine` if it's beyond the...

(I would probably rename this issue as "column-limit doesn't wrap function signatures". The tuple issue I _think_ is an unrelated idempotency issue?)

Coming back to this much later, I was able to confirm that the full function type annotation span is being correctly identified as a `MultiLine` `Layout`. It does also try...

I took up on the offer and branched off on this work in the attempt to revive the feature in #305. Thank you for your work, @gustavoavena!

This still seems to be an issue. Any chance of this being resolved sometime?

It's a shame that this method didn't succeed. I hope this doesn't lead to the end of BPM on discord, but I'm not sure of a way out unless you...

Also recently encountered this exact same bug. Thank you for including the bit about `/tmp/CoreFxPipe_OpenTabletDriver.Daemon`, was easy to verify due to it.

For the record, the error explicitly was: ``` [SocketException:Fatal] Address already in use at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName) at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at System.IO.Pipes.NamedPipeServerStream.SharedServer..ctor(String...

Two updates on this: 1. I have a working version now. It's perhaps instead the "correct" way to do `renderWithTemplates` calls, which I'll detail below. I don't know if it's...