Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
liudonghua123 created a comment on an issue on prometheus/snmp_exporter
I can configure the scrape_timeout in `prometheus.yml` for prometheus like this. ```yml global: # ... other global settings scrape_timeout: 50s ``` But I still could not how to do it ...
liudonghua123 opened an issue on dart-lang/tools
Custom tag not parsed as element
I want to do some custom tag process. I have `<avatar size="12" name="tom" />` in markdown file. and I use `document.parseLines` to parse it. I expected to get element with tag `avatar` and some at...liudonghua123 created a comment on an issue on SKbarbon/Flet_StoryBoard
Yes, the readme or code should update. ``` Liu.D.H Temp 8ms 11:30 > python3 -m fletsb.edit myUI.fletsb Python was not found; run without arguments to install from the Microsoft Store, or d...
liudonghua123 created a comment on an issue on liudonghua123/scratch-app
@marktbaldridge Hi, I updated the tauri package project from v1 to v2 since scratch-app [4.0.35](https://github.com/liudonghua123/scratch-app/releases/tag/4.0.35) which support mobile(android, ios)...
liudonghua123 created a comment on an issue on kiwibrowser/src.next
It seems I can't view or modify the file located in `/data/data/com.google.android.gms/databases/phenotype.db` since I couldn't root my phone. Is there any other methods for this strategy.
liudonghua123 pushed 30 commits to main liudonghua123/it-tools
- fix(emoji-picker): debounced search input (#1181) * fix(Emoji picker): fix lags Fix #1176 using debounced ref ... 76a19d2
- feat(lorem-ipsum): add button to refresh text lorem-ipsum (#1213) Co-authored-by: Diego Guzmán <[email protected]... e1b4f9a
- feat(new tools): JSON to XML and XML to JSON (#1231) * feat(new tool): JSON <> XML Fix https://github.com/Corenti... f1a5489
- feat(new-tool): add email normalizer (#1243) 318fb6e
- feat(new tool): Markdown to HTML (#916) * feat(new tool): Markdown to HTML Fix partially #538 * feat: add prin... 87984e2
- chore(readme): updated logos (#1294) 6709498
- feat(new tool): Regex Tester (and Cheatsheet) (#1030) * feat(new tool): Regex Tester Fix https://github.com/Coren... f5c4ab1
- refactor(regex-tester): better description 7251700
- docs(author): updated author links (#1316) 1c35ac3
- chore(sponsors): fern sponsor banners (#1314) * chore(sponsors): readme banner * chore(sponsors): app sponsor f962c41
- fix(favorites): store favorites regardless of languages (#1202) Fix #1110 7ca5933
- docs(changelog): update changelog for 2024.10.22-7ca5933 bd184d9
- chore(version): release 2024.10.22-7ca5933 5732483
- feat(i18n): added Norwegian language (#1337) aa8cba9
- fix(yaml-to-json): allow merge key to be parsed (#1359) * fix(yaml-to-json): allow merge key to be parsed * corre... f836666
- feat(html-wysiwyg-editor) h3 fix (#1363) 1314973
- fix(readme): refresh stale contributors graph (#1364) c7b80fb
- fix(FavoriteButton): pass tool path to favorite button (#1368) ae13639
- fix(icons,branding): swap twitter to X (#1369) ea8c4ed
- feat(favorites) drag-and-drop favorites section (#1360) 0b1b98f
- and 10 more ...