Albert Zeyer

Results 813 comments of Albert Zeyer

You need dynamic attributes, like this: ``` obj = {}; Object.defineProperty(obj, 'dyn_attrib', {get: function() { return obj; // or whatever ... } , enumerable:true}); ```

Not sure what the difference between info-html and popup-html would be. Also, another problem is, that it has to be HTML code then. At least for the use case I...

I think we should not think in terms of what is simple to implement for DomTerm, but rather: * What is simple for the user. (And I already have lots...

I have the same issue (or very similar) with any shell which uses colors in the prompt (e.g. my Fish or my ZSH). It displays it correctly, but in a...

Btw, I also tried [GraphTerm](https://github.com/mitotic/graphterm) (very similar project to DomTerm), and these render issues do not appear there (because of that, it's currently somewhat more usable for me now). But...

>> Maybe changing the background color, the font, and maybe slightly the CSS already fixes this > I'm certainly open to suggestions here. Maybe I can tweak the style to...

Slightly better, but not too much difference. Look at sites like [this](https://docs.readthedocs.io/en/latest/intro/getting-started-with-sphinx.html), or [this](https://jekyllrb.com/docs/pages/), or [this](https://pages-themes.github.io/minimal/), or [this](https://pages-themes.github.io/dinky/), or [this](https://help.passbolt.com/faq/discover/what-is-passbolt), or [this](https://pages-themes.github.io/leap-day/). As said, I'm not a designer myself, so...

Btw, also see the [website of Hyper](https://hyper.is/), a very similar project, which looks much more polished/modern (and simpler).

Yes, I agree that the Hyper homepage is too big (it probably was short initially and then grew over time). White-on-black is probably personal taste. You could switch that around....

Looks again better, but still not as good as it could be. But I'm also not an expert there. But that is why I linked some of the examples (and...