1+ <!DOCTYPE html>
2+ < head >
3+ < title > Activity since 2026-01-15</ title >
4+ < link rel ="icon " href ="https://raw.githubusercontent.com/primer/octicons/main/icons/comment-discussion-24.svg " type ="image/svg+xml ">
5+ < style >
6+ body {
7+ font-family : sans-serif;
8+ max-width : 60em ;
9+ margin : auto;
10+ line-height : 1.3 ;
11+ color : black;
12+ }
13+ ul {
14+ padding-left : 0 ;
15+ list-style-type : none;
16+ }
17+ li {
18+ margin : 0 ;
19+ }
20+ li p {
21+ margin : 0 ;
22+ }
23+ ul .repos > li {
24+ margin-top : 2em ;
25+ }
26+ ul .entries > li {
27+ margin-top : 1em ;
28+ }
29+ ul .entries > li > p {
30+ margin-left : 4.2em ;
31+ }
32+ ul .entries > li > p : first-child {
33+ text-indent : -2.1em ; /* not sure why it's half the 4.2em indent */
34+ }
35+ ul .comments > li > p {
36+ margin-left : 4.2em ;
37+ padding-left : 1.6em ;
38+ text-indent : -1.6em ;
39+ }
40+ ul .thread_comment ul .thread_comment {
41+ padding-left : 1.6em ;
42+ }
43+ ul .thread_comment > li > p {
44+ padding-left : 7.3em ;
45+ text-indent : -1.6em ;
46+ }
47+ a {
48+ text-decoration : none;
49+ color : inherit;
50+ }
51+ a : hover {
52+ text-decoration : none;
53+ color : # 0969da ;
54+ }
55+ .footer a : hover {
56+ text-decoration : underline;
57+ }
58+ .reponame {
59+ font-weight : bold;
60+ font-size : 150% ;
61+ margin-right : .5em ;
62+ }
63+ .label {
64+ padding : .2em .5em .1em .5em ;
65+ border-radius : 2em ;
66+ font-size : 75% ;
67+ opacity : .85 ;
68+ vertical-align : middle;
69+ white-space : nowrap;
70+ /* GitHub label style computations, lifted from github.com */
71+ border : 1px solid transparent;
72+ --perceived-lightness : calc ( ((var (--label-r ) * 0.2126 ) + (var (--label-g ) * 0.7152 ) + (var (--label-b ) * 0.0722 )) / 255 );
73+ --lightness-switch : max (0 , min (calc ((var (--perceived-lightness ) - var (--lightness-threshold )) * -1000 ), 1 ));
74+ --lightness-threshold : 0.453 ;
75+ --border-threshold : 0.96 ;
76+ --border-alpha : max (0 , min (calc ((var (--perceived-lightness ) - var (--border-threshold )) * 100 ), 1 ));
77+ background : rgb (var (--label-r ), var (--label-g ), var (--label-b ));
78+ color : hsl (0 , 0% , calc (var (--lightness-switch ) * 100% ));
79+ border-color : hsla (var (--label-h ), calc (var (--label-s ) * 1% ), calc ((var (--label-l ) - 25 ) * 1% ), var (--border-alpha ));
80+ }
81+ .homerepo {
82+ color : # 888 ;
83+ }
84+ .old > p {
85+ color : # 888 ;
86+ }
87+ .footer {
88+ color : # 888 ;
89+ font-style : italic;
90+ margin-top : 3em ;
91+ }
92+ .octicons {
93+ display : inline-block;
94+ padding-right : .3em ;
95+ }
96+ .octicon {
97+ width : 1.3em ;
98+ height : 1em ;
99+ display : inline-block;
100+ vertical-align : middle;
101+ background-repeat : no-repeat;
102+ padding-bottom : .2em ;
103+ }
104+ .octicon .star {
105+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/star-16.svg);
106+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
107+
108+ }
109+ .octicon .x {
110+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/x-16.svg);
111+
112+ }
113+ .octicon .check {
114+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/check-16.svg);
115+
116+ }
117+ .octicon .checkcircle {
118+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/check-circle-16.svg);
119+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
120+
121+ }
122+ .octicon .comment .resolved {
123+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/tasklist-16.svg);
124+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
125+
126+ }
127+ .octicon .comment {
128+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/comment-16.svg);
129+
130+ }
131+ .octicon .eye {
132+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/eye-16.svg);
133+
134+ }
135+ .octicon .filediff {
136+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/file-diff-16.svg);
137+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (316deg ) saturate (6 ) brightness (.8 );
138+
139+ }
140+ .octicon .dash {
141+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/dash-16.svg);
142+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (172deg ) saturate (0.43 ) brightness (1.25 );
143+
144+ }
145+ .octicon .pull {
146+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/git-pull-request-16.svg);
147+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
148+
149+ }
150+ .octicon .pull .draft {
151+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/git-pull-request-draft-16.svg);
152+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (172deg ) saturate (0.43 ) brightness (0.65 );
153+
154+ }
155+ .octicon .pull .closed {
156+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/git-pull-request-closed-16.svg);
157+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (316deg ) saturate (6 ) brightness (.8 );
158+
159+ }
160+ .octicon .pull .merged {
161+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/git-merge-16.svg);
162+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (220deg ) saturate (8 ) brightness (.65 );
163+
164+ }
165+ .octicon .issue {
166+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/issue-opened-16.svg);
167+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
168+
169+ }
170+ .octicon .issue .closed {
171+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/issue-closed-16.svg);
172+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (220deg ) saturate (8 ) brightness (.65 );
173+
174+ }
175+ .octicon .issue .wontdo {
176+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/skip-16.svg);
177+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (172deg ) saturate (0.43 ) brightness (0.65 );
178+
179+ }
180+ </ style >
181+ < body >
182+
183+ < h1 > Activity since 2026-01-15</ h1 >
184+
185+ < ul class ="repos ">
186+ < li >
187+ < p > < span class ="reponame "> < a href ="https://github.com/esp-rs/awesome-esp-rust "> esp-rs/awesome-esp-rust</ a > </ span >
188+ repo issues and pull requests
189+ </ p >
190+
191+ < p > Nothing happening</ p >
192+
193+ </ li >
194+ </ ul >
195+
196+ < p class ="footer ">
197+ created at 2026-01-22 02:21 by
198+ < a href ="https://pypi.org/project/dinghy/0.13.1 ">
199+ dinghy
200+ < span class ="dinghy_version "> 0.13.1</ span > </ a > .
201+ </ p >
0 commit comments