Jaremy Creechley
Jaremy Creechley
> `forceSend` or maybe `push` is the better API than a flag that changes behavior in a severe way. I sorta like `push`. The `forceSend` would be good too. I...
It seems like this would occur even with the same URL / official repo as well since every branch also gets added to the mix. Having versions wouldn't fix this...
Thanks! Looks like the conversion missed the shift part. Could you make a PR for this?
Definitely seems promising. The workspace vs project distinction adds complexity which also makes getting all the paths correct a pain. It complicates a lot of the code. Though, how would...
@Clonkk @lou15b the new `link` feature just landed. It removes workspaces. If y'all would like to test it out I'll keep an eye out on features.
It appears the build scripts for nightlies have all the info needed, between here: https://github.com/nim-lang/nightlies/blob/f8ae93238d532e694486a4dc88726e4b82830799/.github/workflows/nightlies.yml#L124C1-L125C1 And here: https://github.com/nim-lang/nightlies/blob/f8ae93238d532e694486a4dc88726e4b82830799/.github/workflows/nightlies.yml#L492
I'd make a PR but I don't understand the build action well and it's pretty massive bit of logic. :)
Thanks for trying Figuro out and reporting an issue! I’ll try and take a look this weekend to see what’s happening.
> Keep in mind that much of what I say, they can be my mistakes! No worries! The feedback is appreciated. > size 100'pp, 100'pp --> The size of the...
> it seems a problem of re-draw!! Oh yeah there’s a known problem with re-draw on text sizing. For some reason the font layouts only get partially updated. On the...