-
This tracks a segfault issue in swc.
# Related:
- https://github.com/vercel/next.js/issues/63924
- https://github.com/denoland/deno/pull/23187
- https://github.com/parcel-bundler/parcel/p…
kdy1 updated
5 months ago
-
I have a proxy class that add to script context like:
```
cxt['User'] = AppUser::UserProxy
```
And then create instances in code with new User(). When the load is not minimal (say, hundred of…
-
1. generate a 512-byte memo plaintext, this is longer than the limit (the address and the text together are 512 bytes)
```
Python 3.9.6 (default, Nov 10 2023, 13:38:27)
[Clang 15.0.0 (clang-1500.1.…
-
## Problem
Paraglide's strictness for "setting" the `onSetLanguageTag` callback is causing HMR issues.
- https://github.com/inlang/monorepo/issues/1686
- https://github.com/inlang/monorepo/di…
-
### Steps to reproduce
```
class Foo < ActiveRecord::Base
(has "price" field)
end
Foo.create(price: 5)
Foo.create(price: 12)
Foo.create(price: 5)
total = Foo.distinct.sum(:price)
```
…
-
Vulnerable Library - @kleros/scout-site-1.1.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /tmp/ws-scm/contract-insights-snap/.yarn/cache/@adobe-css-tools-npm-4.2.0-26da6d…
-
### Link to the code that reproduces this issue
https://github.com/mertafor/next-error-template-issue
### To Reproduce
Try to build the minimal repo and get a build error
```
> next-error…
-
### Link to the code that reproduces this issue
https://github.com/mertafor/next-error-template-issue
### To Reproduce
1 - Run pnpm build
2 - Build process fails by throwing following error …
-
# Issue
WSL 2 seems to NAT it's virtual network, instead of making it bridged to the host NIC. My goal is for a service running in Ubuntu in WSL 2 to be accessible from anywhere on my local network.
…
-
### Body
# Summary
Let's make handling form submissions easy and type-safe both server-side and client-side.
# Goals
- Form actions can accept JSON or FormData payloads.
- **You no longer…