Bogdan Popa

Results 17 issues of Bogdan Popa

I happened to try this while looking into https://github.com/racket/gui/issues/307: ```racket #lang racket/base (require racket/class racket/draw) (define p (new pen%)) (send p get-color) (send p set-color "notacolor") (send p get-color) ```...

This may just be another instance of https://github.com/racket/rackunit/issues/98 (in which case, feel free to close it in its favor), but I was surprised to find out that the following program...

In the following example, the outer list is marked as `loose` when it should be `tight`: ```md * Outer a * Inner a Test ``` Leading to the outer list...

I use a bunch of custom domains in my application for validation and, because those domains get assigned custom type ids which this library doesn't (I think) support, I end...

With this change, PB iOS builds report `(system-type)` as `unix` and `(system-type 'os*)` as `ios`. The former could be made to report `macosx` instead, but then more code would have...

Opening as draft in case folks have comments. If `net-lib` seems like a bad place for this, I can just make a new package, but it would be nice to...

## DESCRIBE YOUR PR Fixes some bad markdown in a document. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to...