jestarray

Results 66 comments of jestarray

Someone said this could be implemented with "conceal text".

I have this issue too for the latest v1.13 beta 15 and here's all that i've tried, my OS is Arch: 1. Compiling skia myself using the instructions 2. Using...

Alright, thanks to martins mozeiko , if you have the same issue I'm having with compiling v1.13 beta 15 on arch linux, run: instead of `ninja aseprite` , or maybe...

> @jestarray did this error happen with skia-m102? @dacap Yep, m102 pre compiled binaries and self compiled, got it working with pre-compiled after removing linking with libwebp libs. EDIT: So...

For fixing compiling the beta branch, run `ninja aseprite`, it should FAIL but you will get something like this near the top: ![aseprite-nin](https://user-images.githubusercontent.com/34615798/172496934-e4f5f2af-4c4a-4049-848d-4cec861f22a4.png) You will need to run ONLY that...

I think all we need to do is to delete this check? : https://github.com/racket/htdp/blob/6d8926510bd48aaeec3f6dba9364f3d08e8e1601/htdp-lib/2htdp/private/image-more.rkt#L1002 ```scheme [(text? atomic-shape) (error 'flip "cannot flip shapes that contain text")] ``` but I don't know...

What I mean is why isn't it just available from the package `2htdp/image`? ` (require (only-in lang/htdp-beginner image=?))` works though so you can close this issue.

https://gitlab.freedesktop.org/cairo/cairo/-/releases/1.17.6 Might solve colored emoji rendering on windows? DWrite was added this release (https://github.com/racket/drracket/issues/443) Sqlite3 to latest Pango to 1.43 (https://gitlab.gnome.org/GNOME/pango/-/blob/main/NEWS) , anything later will require harfbuzz to be updated.

Oh I did not see that, closing and moving discussion to there!

can you transfer this to htdp repo, thanks!