stasoid

Results 24 issues of stasoid

If an empty file is created by a command, `FS.read_file` returns `null` instead of empty `Uint8Array`. Empty files created by `create_file` doesn't have this issue. This happens because of [this...

bug

How to reproduce: * open [Windows 2000 VM](https://copy.sh/v86/?profile=windows2000) * run cmd.exe (Start > Run > cmd) * run this command: `type com1` I get this error: `The system cannot find...

bug

If file contains UTF-8 multibyte characters Hexagony behaves differently on Linux and Windows because default encoding on Linux is UTF-8, and on Windows it's something else. On Linux it treats...

Page: [old unicode.org](https://web.archive.org/web/20110101155107/http://www.unicode.org/). Problem: left menu is too wide. Minirepro: ```html aaa bbb bbb bbb bbb bbb bbb bbb bbb bbb bbb ``` Is rendered like this: ![image](https://user-images.githubusercontent.com/2577509/175833794-2351f91c-0221-4850-8276-63a941790122.png) Should be:...

System: Fedora-26 64 bit zl master branch `make` fails with ``` ulimit -s 1024; ./zl -C -P class-simple.zl > class-simple-fct.log /.../zl/grammer.in:14:15: Could not find a match for token symbol: if...

I am trying to get [Cyclone](http://cyclone.thelanguage.org/) work on flinux. Cyclone uses garbage collector. When running cyclone on flinux it errors out with `Absurd stack bottom value` error. This issue is...

Site: [old unicode.org](https://web.archive.org/web/20110101155107/http://www.unicode.org/) Problem: left menu doesn't work. Minirepro: ```html li { position: relative; width: 1em; } li ul { position: absolute; top: 0; left: 1em; display: none; } li:hover...

ToDo

This html is displayed incorrectly: ```html ``` Reduced from `Tests/LibWeb/WPT/wpt/css/CSS2/abspos/abspos-containing-block-initial-004c.xht`

bug
has repro
layout