Re: [dev] [st] wide characters getting cropped

2021-10-26 Thread Ian Liu Rodrigues
On Tuesday, October 26th, 2021 at 17:27, Страхиња Радић wrote: > For me, this patch fixed the glyph truncation: > > https://github.com/LukeSmithxyz/st/pull/224 > > Perhaps someone could add this to the official patches? Thanks! I will try applying that patch.

Re: [dev] [st] wide characters getting cropped

2021-10-26 Thread NRK
On Tue, Oct 26, 2021 at 07:51:52PM +, Ian Liu Rodrigues wrote: > I've noticed that in some situations wide characters are being cropped > on my terminal. The following script, which uses a wide character from > the "Nerd Font Symbol"[1], shows a test case: > > > echo -e '\e[31m \e[0m c'

[dev] [st] wide characters getting cropped

2021-10-26 Thread Ian Liu Rodrigues
Dear all, This is my first post here after two failed attempts, I think because of the email being sent as HTML. Lets hope this one goes alright. I've noticed that in some situations wide characters are being cropped on my terminal. The following script, which uses a wide character from the

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Sagar Acharya
> On 21/10/26 04:48, Sagar Acharya wrote: > >> That's a bit more primitive. It can go a bit more vibrant wrt fonts, colors, >> break points for mobile, tablet which would still be minimal in my view. I'm >> approaching such simplicity from the other complex end which most people >> prefer,

Re: [dev] [st] wide characters getting cropped

2021-10-26 Thread Страхиња Радић
n 21/10/26 07:51, Ian Liu Rodrigues wrote: > echo -e '\e[31m \e[0m c' > echo -e '\e[31m  \e[0mc' > > > Here is a screenshot of the script's output: https://qu.ax/3SBs.png For me, this patch fixed the glyph truncation: https://github.com/LukeSmithxyz/st/pull/224 Perhaps someone could

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Sagar Acharya
> On Tue, Oct 26, 2021 at 07:35:01AM +0200, Sagar Acharya wrote: > >> I assume you mean writing css straight into html file itself. Kamitkami is >> not meant for css that we write. One can use if one uses 1 single style file >> which turns gigantic when used across many html files. >> It's

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Страхиња Радић
On 21/10/26 08:32, Sagar Acharya wrote: > People like what they feel. Majority of people out there aren't coders. > Majority of coders just code to earn and would gladly just accept what their > company pushes to them. These people just like convenience. As much as we'd > like them to accept a bit

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Страхиња Радић
On 21/10/26 05:22, Nick wrote: > Quoth Страхиња Радић: > > This is what a web page should be: > > > > http://motherfuckingwebsite.com/ > > When I load that in tor browser with js disabled (my default setup > these days), I get a 20741 byte page with the title "Captcha" and no > content except

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Страхиња Радић
On 21/10/26 04:48, Sagar Acharya wrote: > That's a bit more primitive. It can go a bit more vibrant wrt fonts, colors, > break points for mobile, tablet which would still be minimal in my view. I'm > approaching such simplicity from the other complex end which most people > prefer, unfortunately.

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Nick
Quoth Страхиња Радић: > This is what a web page should be: > > http://motherfuckingwebsite.com/ When I load that in tor browser with js disabled (my default setup these days), I get a 20741 byte page with the title "Captcha" and no content except an eternally rotating image. The web is beyond

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Teodoro Santoni
2021-10-25 20:36 GMT+02:00, Sagar Acharya : > Hello, > > I'm making this software called kamitkami. It's a python script which takes > 2 inputs foo.html and bar.css and outputs a css file named bar_foo.css which > contains only the css which applies to the particular html page . This will > make

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Страхиња Радић
This is what a web page should be: http://motherfuckingwebsite.com/ This is less minimal, more readable, but still not plagued by "frameworks" and "web coding" (uggh!). This is as far as web should go, ideally: http://bettermotherfuckingwebsite.com/ There is nothing to gain from "minifying"

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Sagar Acharya
I assume you mean writing css straight into html file itself. Kamitkami is not meant for css that we write. One can use if one uses 1 single style file which turns gigantic when used across many html files. It's meant for using css frameworks like cirrus. I use cirrus by stanley lim and it's

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Hiltjo Posthuma
On Tue, Oct 26, 2021 at 07:35:01AM +0200, Sagar Acharya wrote: > I assume you mean writing css straight into html file itself. Kamitkami is > not meant for css that we write. One can use if one uses 1 single style file > which turns gigantic when used across many html files. > It's meant for