Björn Lindqvist

Results 54 comments of Björn Lindqvist

See the discussion here: eca6dfac15bde5fb1d98d5548c560d531bf8860b With my latest commit, you don't have to add to `stack-checker/known-words` only add to `bootstrap.image.primitives` to add primitives. So it merges 4&5 on the list....

Does Factor support retina on os x? When I run it on Windows I run it in compatibility mode so everything is scaled up 2x. Turning off compatibility mode makes...

Last I looked at it I got quite far just by doubling all font sizes. Perhaps that's all what's needed? Detect if the screen is high dpi and then make...

Btw, the reason I found this bug/misfeature is because there is a problem with the servent struct I added in the other PR. On Windows 64bit the order of the...

Tried that idea now (and some variations), by adding this line in front of `getservbyname` and `getservbyport`: ``` "windows.winsock." cpu x86.64? "64" "32" ? append load-vocab use-vocab ``` but I'm...

Yes please. :) This stuff is way over my head and I've already lots of approaches that didn't work.

Nice job. It appears to work on win64. I don't have a 32 bit machine so I can't test it on that.

This one is ancient and probably not of much use anymore. I hope we can eventually look into my waf pr #934 instead. It is a better attempt which I've...

I've resurrected the pr. But not tested it. It adds `user-resource-path` and writes the boot images and logs to that directory. I think I wrote the pr before I knew...

@mrjbq7, waf helps because it makes installation easy. On Linux you want the binary in one directory, the .factor files in another, icons in a third and if we ever...