chtenb

Results 263 comments of chtenb

The reason for this workaround is because npm.cmd gives problems on my system, while the bash script works fine. But it is beside the point of this issue, which is...

@fdncred The same behavior.

I just stumbled upon this tool: https://github.com/Chrriis/rrdiagram-js Seems like that would be easier to integrate. I'm not sure how it compares to the other one feature-wise. One big advantage https://github.com/tabatkins/railroad-diagrams...

There are also several scripts going around that transform some DSL into an rr diagram. So under the hood it still uses rrdiagram and thus eval, but at least you're...

We can always fork (temporarily). A year of waiting is a long time, and there is still no saying when the PR will be merged.

Could we perhaps interpret the color bytes somehow?

> This would be difficult for us to do Since it is already supported for different assemblies I assumed it wouldn't be that hard to support it for individual tests....

It seems to me that many of the inconveniences arise from the fact that we have one string type with multiple views on it. Some programming languages, like Python, solve...

> String slicing and indexing might be slow on code points based strings; implementing indexing and slicing in ffi might save some performance on utf32 backends, but probably not for...

> Is there some way to design an API where there is still a single string type with two views on it: Is it necessary to have two views on...