-
```go
func TestInvalidLength(t *testing.T) {
tests := []int{1, 33, 0, -1}
for _, tt := range tests {
t.Run(fmt.Sprintf("with length %d", tt), func(t *testing.T) {
id := CreateIdOf(tt)
…
-
```graphql
model User {
id String @default(cuid()) @id
}
```
It works. But I want to generate an Id that is easier to refer like `user_c2ajhsad8923jiesd`, `company_c3jkasdhjkhaskd`
…
-
> [!IMPORTANT]
> The following description is outdated. All synchronous APIs are already fully documented. We are just missing a few asyncronous APIs. If you still want to help, feel free to comment …
-
Hello! I just noticed this interesting issue with `init` function, it looks like that `random` wants me to pass a number rather than a callable function, is this intentional? Judging by the readme fil…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### New Packages
https://github.com/RussBaz/cuid2.git
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
运行npm i wechaty-puppet-xp@next后出现的代码如下:
C:\Users\harve\Documents\mychat2\puppet-xp-getting-started>npm i wechaty-puppet-xp@next
npm WARN deprecated phin@2.9.3: Package no longer supported. Contact…
-
After browsing through several issues on the opentype.js repo and fontkit, I landed on this code which isolates the SVGs for each glyph it seems like (mixed in here is some Next.js API code):
```ts…
-
### Description
Few times a day (~5) we receive email notification with subject: **Coolify: [ACTION REQUIRED] Scheduled task (Cron scheduler) failed.**
and with the content:
```
SQLSTATE[23505]:…
boryn updated
1 month ago