-
Opening a PR I noticed that some commits are outside of the `main` branch history:
```bash
git log --graph --oneline --all
```
```bash
* 9109173 (origin/main, main) test: adds dispatch to i…
-
How to bring real-world trust and compliance into the **Digital Notarization (DN)** process. The flow of notarization in the real world is subjective, based on both the document and the identity verif…
-
Replace the static wallet amount introduced here:
- https://github.com/lfglabs-dev/starknet.quest/issues/877
By the actual wallet amount using the Argent portfolio API.
I suggest you to check i…
-
### 1.手写js防抖、节流
原理都是利用闭包保存变量。
- 防抖是任务频繁触发的情况下,只有任务触发的间隔超过指定间隔的时候,任务才会执行,一般用于输入框实时搜索;
- 节流是规定函数在指定的时间间隔内只执行一次,一般用于scroll事件。
```javascript
// 防抖
function debounce(fn, time) {
let timer …
-
### What is your article idea?
### **Introduction**
- Briefly introduce the concept of a **P2P learning platform** where every user can act as both a tutor and a student.
- Highlight the advantag…
-
Maybe can I adopt it? Or is there a specific reason for deprecation?
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Supp…
-
In this blog series, Strapi serves as a content management system (CMS) that defines and manages content models for the booking application. Meilisearch indexes this content in real time, facilitating…
-
Subscribe to this issue and stay notified about new [daily trending repos in JavaScript](https://github.com/trending/javascript?since=daily)!
-
### What is your article idea?
This article emphasizes the benefits of the new Strapi v5 API Format, showcasing how it can significantly improve data retrieval speed and efficiency in Next.js appli…