johnd0e

Results 568 comments of johnd0e

> If I'm still able to assign highlighting as expressively as before That is the question

> Ok next attempt, 6441. Working like a charm, thanks! > This issue is about inheritance of specific items, which makes sense only when their colors are (semi-)transparent or style...

@alabuzhev There is a good question in https://t.me/FarManager/18518

1. Is it possible then to disable fields, where Alpha is not applicable? 2. I expect that black background of selection is fixed as well

1. Perhaps it is possible to achieve with edit mask. 2. If Normal text background is fully transparent (00), and Selected is not set (thus should be inherited), then selected...

> Proposed technical implementation details In far2l that is solved exporting FAR2L_CWD variable, and then directory changed on Far exit by wrapper script.

> one way of working around this would be polling for the Leaflet CSS to be loaded What if instead of *loading* css you add style with JS?

> there are like [20 ways of importing the Leaflet CSS](https://github.com/rollup/awesome#css), [...] But that's slightly another problem. You've open the issue about vanilla Leaflet, haven't you? With all that bundlers...

Well, Leaflet could find its own location in this way: ```html ``` ```js document.querySelector('link#leaflet-css').href ``` This will work as long as linking convention is obeyed. And will break if `id`...

> I... like this Something like this https://github.com/Leaflet/Leaflet/pull/7092/commits/411e6eaf167987548fe38dfefbe5ff5ba2836a75 (Haven't seen two recent PRs yet)