printfn
printfn
Hi, this feature does not currently exist. Thanks for the feature request though!
It doesn't look like quotes are required for IE 8 to parse the CSS. I did a quick test using browserstack: ```html IE 8 Test div { border: 2px solid...
I haven't had a change to look at the code yet, but in theory this seems like a good change, assuming we can get it to work without too many...
Thanks for the report, this would definitely be good to fix.
I think both `to dp` and `to sf` should round correctly. Supporting optional truncation would be nice too, but less important than getting the rounding right.
This is a known limitation of the web version currently. fend-core has the function `Context::set_output_mode_terminal()` which enables the fancier terminal output, but fend-wasm does not currently support setting that. This...
This is not currently supported, mostly because fend does not have a notion of fixed-width binary numbers. This is also why bitwise negation is not implemented. It’d definitely be nice...
Thanks for the bug report!
Yeah, this would be a good feature to have. Thanks!
Thanks for the report! This is another instance of https://github.com/printfn/fend/issues/76.