-
### Proposal Details
Right now,
mime/type.go includes what seems to be a somewhat arbitrary list of built-in types:
```go
var builtinTypesLower = map[string]string{
".avif": "image/avif",
…
-
## What is the Problem Being Solved?
In `dapp-offer-up`, we have tests for **_bundling_** a contract and **_building_** a proposal (`test-bundle-source.js`) and (`test-build-proposal.js`). It doesn't…
-
It took me days to figure out why I wasn't able to get my static value to pass in as an array.
I have a function in `toggle_controller.js`
```
import { Controller } from "@hotwired/stimulus"
…
-
Hi,
Thank you for this awesome plugin!
I see a warning message in the console:
`Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal perform…
-
## Linking API
For my project I created a linking API but I'm far from zero cost binding, since ReScript 10 and optional record attribute, it's seems less shitty and I think it's cool to discuss to…
-
npm start 正常运行,pm2 启动项目也正常运行,但是 /root/.pm2/logs/xxxxx-error.log 里面的项目错误日志每天会有几百M,都是重复的报错,如下:
`Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at process.target.send (internal/child_process.js:636…
-
### 🔍 Search Terms
nullish, strictNullChecks, equals, undefined, null
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't c…
-
## What you did (step by step)
1. [Connect GitHub to a project](https://help.osf.io/article/211-connect-github-to-a-project)
2. Create a view-only link to share the OSF project (check off "Anonymi…
-
Example in aspire repo:
https://github.com/dotnet/aspire/blob/4c91f09e9c7f84e73eca6932f550475309155abd/tests/Aspire.Hosting.Redis.Tests/AddRedisTests.cs#L96-L120
```csharp
[Fact]
public async…
-
## 🚀 Feature Proposal
Stop using React internals.
## Motivation
https://x.com/sebmarkbage/status/1795892981976752210
> Due to its heavy use of React internals it's likely to break even in…