-
### What version of Bun is running?
1.1.17+bb66bba1b
### What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
### What steps can reproduce the bug?
```ts
const manifes…
-
# NOTE
## 位运算
### 异或
> 相同为 `0`,不同为 `1`。(不进位加法)
交换两个数:
`c = a ^ b` => `a ^ c = b` => `b ^ c = a`
### 指定位置的位运算
1. 将 `x` 最右边的 `n` 位清零:`x & (~0 > n) & 1`
3. 获取 `x` 的第 `n` 位的幂值:`x &…
-
Version 3.2.1 is now incompatible with node < 16.14 because lru-cache (https://github.com/isaacs/node-lru-cache/blob/42fc1a3ac57604a1d26ead49ce87f4b3518505e1/package.json) requires node >= 16.14.
-
Maybe... just maybe, it is worth it to create a whole chapter just to talk about structs. Currently, structs in Zig are presented at section 1.10:
https://pedropark99.github.io/zig-book/Chapters/01…
-
I am seeing a memory leak when viewing large PDF files in terms of page count. Using an Apollo 17 Flight Plan PDF memory allocation continues to grow as the user scrolls the document and GC does not c…
-
# Bug Report
Hello again 👋
## Description
Our project suddenly throws this error when we build with `cached-prisma@1.2.2`. We're using typescript, and had no issues with `1.2.1`. The error is …
-
### 路由地址
```routes
/weibo/user/:uid/:routeParams?
```
### 完整路由地址
```fullroutes
/weibo/user/6048193311/readable=1&showEmojiForRetweet=1&addLinkForPics=1&showTimestampInDescription=1&displayVideo=0&…
-
### Expected behavior (Required)
### Real behavior (Required)
CN NODE CRASH
```
start time: Thu Feb 22 15:05:25 CST 2024
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This …
suood updated
1 month ago
-
**Describe the bug**
A Julia Int64 (or Vector{Int64}) attribute is written to netcdf as Int32
(tested with NetCDF dataset attributes, not tried NetCDF variable attributes)
Edit: see comment …
-
### Is this a new feature request?
- [X] I have searched the existing issues
### Wanted change
lua is good for writing custom logic in the webservers
### Reason for change
I've tried putting /usr…