Phoenix Kahlo

Results 16 issues of Phoenix Kahlo

I'm using chill 2.12 version 0.9.2. I have this test code: ``` trait Foo object Bar extends Foo case class FooHolder(foo: Foo) object ChillTest { def main(args: Array[String]): Unit =...

ObjectSpace will warn: "Ignoring remote invocation request for unknown object ID" every time it receives a remote method invocation for an object on a different object space on the same...

(copy/pasted from https://gist.github.com/gordonbrander/9ff60443ddb28e0403b0c6b41a473cd8) Here's a thought I have on line-breaking. It's nice to be able to break up a paragraph into multiple lines, especially since some text editors don't line-wrap....

I'm tinkering with subtext ([here's](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=3b60f36b9cfed8567e55ef41cda4b35d) a small parser/formatter/html-formatter I made, if you're curious), and I noticed something. The way slashlinks are defined prevents them from being followed by punctuation, such...

Closes #1661 Please see individual commit messages.

I'm creating this issue as a list of miscellaneous things that we're noticing should be cleaned up in the course of developing #1752 but which would not be in scope...

**Preconditions** (Any important steps we need to know) **Steps to reproduce** (How to reproduce what you found step by step) On an M2 mac, running Debian ARM server in a...

I just looked through the code a bit, and I was amazed when I saw that you're bypassing the need to register traits by actually making a virtual function call...

This is currently a draft PR so I can get some feedback on whether the overall design is good. If the overall design is good, I will address some remaining...

I had a hard time getting 0-RTT actually working in practice. It escalated to me forking rustls so I could put in a bunch of print statements. Although I did...