-
I have the following schema:
```
model Post {
id String @default(cuid()) @id
}
model Comment {
id String @default(cuid()) @id
}
model Vote {
id …
-
I have [a long comment](https://users.rust-lang.org/t/rust-as-a-high-level-language/4644/72) at the Rust forum (some of the inspiration came from @keean linking me to Sean Parent's [video](https://you…
-
Hello all,
I was thinking of creating a new module (or use the Support module) to manage my company's IT inventory. As the number of devices and software in the organisation goes up, it might be nice…
-
Issue verification check:
- [x] is the current repository fully deployable at the commit SHA provided with the 'from' parameter of the command?
## What is the problem?
package.xml is ok but fil…
-
Note:
* Issues #10508 and #19003 have been created to track actual work on many-to-many relationships. The new issue is locked so that it can be subscribed to for updates on the implementation withou…
-
BPO | [22516](https://bugs.python.org/issue22516)
--- | :---
Nosy | @warsaw, @terryjreedy, @doko42, @pfmoore, @ncoghlan, @tjguk, @ned-deily, @bitdancer, @zware, @zooba, @mikofski, @rkuska
*Note: thes…
-
# Owned refs
This is a proposal to introduce a distinction between ``ref`` and ``owned ref`` in order to control aliasing and make all of Nim play nice with deterministic destruction.
The propos…
-
Hi! I have some questions on the extra regressors interpretations:
From here : https://github.com/facebook/prophet/issues/928
Assuming that our regressor follows our seasonality mode, and assume…
-
Logs:
```
❯❯❯ autorest --input-file=./fdic.yml --output-folder=./FDIC --powershell --debug
AutoRest code generation utility [version: 3.0.5166; node: v10.15.0]
(C) 2018 Microsoft Corporation.
h…
-
This is the place to discuss specifics of how node will determine the mode a given a source (file / source string). Source string examples include stdin or `-e`, they do not include JS `Function` or …
bmeck updated
6 years ago