Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rxliuli
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rxliuli
24d ago
I encountered some issues when automating the release of Safari extensions to the App Store. Since I maintain a large number of extensions, I had to fix them in bulk. Perhaps others also frequently encounter publishing issues due to changes
2.
▲
Automating Safari Extension Publishing with GitHub Actions
(rxliuli.com)
2 points
by
rxliuli
2mo ago
|
0 comments
3.
▲
by
rxliuli
8mo ago
This is the fourth post in the extension development series. I've just finished writing the seventh one, which will be published gradually after proofreading.
4.
▲
by
rxliuli
8mo ago
This is the second post in the extension development series blog. I just finished it, so if you find any errors or have any questions, feel free to leave me a comment!
5.
▲
by
rxliuli
8mo ago
I've been building browser extensions for about a year and created around 20 of them. Thought it might be useful to share what I've learned in a series of posts. This first one covers the basic concepts - manifest files, content s
6.
▲
by
rxliuli
9mo ago
That's right, there's a similar comparison between the iOS App Store and Android Play Store. Although the annual $99 fee is indeed expensive, the Play Store requires every app to find 12 users for 14 days of internal testing befor
7.
▲
by
rxliuli
11mo ago
Haven't received it yet.
8.
▲
by
rxliuli
11mo ago
It appears to have been an accident now - they fixed the issue two hours after I posted on Reddit.
9.
▲
by
rxliuli
11mo ago
I guess you're promoting something, which could indeed get blocked.
10.
▲
by
rxliuli
1y ago
Got tired of dealing with unreadable fetch code when copying from browser DevTools - especially those with long query strings and minified JSON. Built *Fetch Beautifier* to solve this. It formats fetch requests instantly with `Ctrl+Shift+V`
11.
▲
by
rxliuli
1y ago
I built a simple tool to clean them up instantly. It auto-parses URL params, nested JSON, and formats the body perfectly.
12.
▲
by
rxliuli
1y ago
I want to be able to understand your point. For those who enjoy programming, writing code is indeed a pleasure. I spent the whole day today writing a JavaScript serialization package, and even though I know someone has already done it, I am
13.
▲
by
rxliuli
1y ago
Based on devalue, I wrote a new JS serialization library called devaluex, which supports asynchronous serialization and plugins. Through plugins, it supports types like Blob, Stream, Error, Request, Response, etc. It is still quite rudiment
14.
▲
by
rxliuli
1y ago
I haven't used Starlight, but Docusaurus is very slow. The last time I used it, its performance on a large documentation site was terrible, even causing the GitHub Actions Runner to time out. In other words, a single build took over 30
15.
▲
by
rxliuli
1y ago
Your journey of discovery is really cool.
16.
▲
Intercepting Network Requests in JavaScript
(rxliuli.com)
2 points
by
rxliuli
1y ago
|
0 comments
17.
▲
by
rxliuli
1y ago
I was frustrated with the default styles of @tailwindcss/typography, so I created a plugin that ports GitHub's beautiful Markdown styling to Tailwind CSS. The plugin (`tailwindcss-github-markdown`) lets you add GitHub's Markd
18.
▲
tailwindcss-github-markdown – GitHub Markdown styling for TailwindCSS
(npmjs.com)
2 points
by
rxliuli
1y ago
|
1 comments
19.
▲
by
rxliuli
1y ago
As the title says, today I tried using deepwiki to generate links for one of my small tools. The architecture diagrams/flowcharts look particularly good, and the documentation also appears neat and well-organized. I wonder if placing t
20.
▲
by
rxliuli
1y ago
It looks interesting, I will see what effect it has.
21.
▲
by
rxliuli
1y ago
Sorry for seeing the reply so late. This is an interesting idea, and my inspiration comes from Shizuku on Android, which allows granting permission only once using adb commands, and then other apps can use advanced Android APIs through this
22.
▲
No-Limit Zip Tool: Preserves Folders, Any File Size
(myunzip.com)
2 points
by
rxliuli
1y ago
|
1 comments
23.
▲
by
rxliuli
1y ago
I was inspired by this Reddit post: https://www.reddit.com/r/FirefoxAddons/comments/1jvg5eu/is_t... While trying to help solve this problem, I discovered that existing online tools all had various limita
24.
▲
by
rxliuli
1y ago
Very interesting knowledge, I had never really looked into it before.
25.
▲
CORS Unblock – Make Web Apps Work Like Native Apps (No Back End Needed)
(github.com)
4 points
by
rxliuli
1y ago
|
3 comments
26.
▲
by
rxliuli
1y ago
Hey everyone! I'd like to share CORS Unblock, a Chrome extension that lets web applications make cross-origin requests directly - just like native apps do. *Why This Matters:* - No need for a backend proxy server - No server costs - No
27.
▲
Journey to Optimize Cloudflare D1 Database Queries
(gist.github.com)
117 points
by
rxliuli
1y ago
|
34 comments
28.
▲
by
rxliuli
1y ago
I don't know, is this normal for iOS?
29.
▲
Converting Chrome Extensions to Safari
(gist.github.com)
1 points
by
rxliuli
1y ago
|
0 comments
30.
▲
by
rxliuli
2y ago
Yes, that's exactly my point. Vue 3 just improves things using existing technologies instead of creating truly fresh solutions.
More ›