-
This used to be a list of exciting new features present in newer C++ standards to look forward to. Now it's rather a list of non-insance C++14+ features that could be worth backporting to C++11.
##…
mosra updated
1 month ago
-
**Describe the bug**
We've been using this library for a bit without issue, but recently we upgraded several dependencies and now we're running into production errors saying several RAQB utility func…
-
之前注意到翻译段落很多的页面会卡死,比如hackernews,整个电脑都会卡住。一直以为是翻译请求过多导致的,最近有空debug了一下,感觉与滚动加载翻译使用的IntersectionObserver有关。
测试代码:
[intersection-observer-test.html.txt](https://github.com/fishjar/kiss-translator/files…
-
```
ERROR in ./scripts/index.tsx:8:27
TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imp…
-
# Bug Report
Hi, I'm using `"typescript": "^5.1.3"` and I have problem with
import {Box, Tab, Tabs} from "@mui/material";
```
return (
)
```
a lot of users report …
-
**Describe the bug**
On a page with scrollable content and a sticky header, the sl-select button scrolls under the header but the options scroll above the container, overlapping it.
Header (yellow) …
-
## Weldone!
- The application of the `useReducer` hook is spot on.
- The `useEffect` clean up was also a good one!
- Intersection Observer was also a clever way to detect screen position against …
-
# `DOMChangeList` and `DOMTreeConstruction`
## Motivation
There are three high-level motivations for this API:
1. To make it clearer and less error prone to apply a sequence of DOM operations at …
-
### Before you start - checklist
- [X] I followed instructions in documentation written for my React-PDF version
- [X] I have checked if this bug is not already reported
- [X] I have checked if a…
Toxyc updated
2 months ago
-
### What problem does this feature solve?
Instantclick (http://instantclick.io) is a nifty little js library (< 3kb gzipped) that pre-fetches pages via Ajax when you hover on links, based on the user…