-
This feature doesn't appear to be present.
https://www.prisma.io/docs/orm/prisma-client/client-extensions#about-prisma-client-extensions
Feature from 4.16 onwards.
-
is there any reason why a Stroke should be interpreted?
I was always thinking that the stroke itself can not be interpreted but is instead contained within a shape that is interpreted.
That way from …
-
It would be very useful to have some information stored against the ZodObject about the object which was extended from.
Context: I'm trying to create a plugin which will be enhanced by knowing when…
-
According to http://tools.ietf.org/html/draft-zyp-json-schema-03#page-14 extends field could be or scheme (aka JSON object) or array of schemas (JSON array).
this example will illustrate error:
api.j…
-
For example:
```
docker run --rm -e INPUT_PATH=https://raw.githubusercontent.com/treeverse/lakeFS-samples/main/standalone/airflow-dag-example/docker-compose.yml etolbakov/excalidocker:latest > tm…
-
When using this code:
```Scala
given JsonValueCodec[FccFilters] = make(CodecMakerConfig.withAllowRecursiveTypes(true))
```
I receive this error:
```
Exception occurred while executing macro expa…
-
When user navigate to `Test3Route` default back arrow is not displayed. What I did wrong?
Here my app_router code
```
@singleton
@AutoRouterConfig(replaceInRouteName: 'Page,Route')
class AppR…
-
# Tokens group $extends property proposal
I would like to propose adding a special `$extends` property on token groups to signify that the group extends from another group.
This proposal is mostly…
-
Hi Guys,
Do you have a way to extends the current RPC methods?, for example I would like to add a harmony RPC method `hmy_getAccountNonce` to return the account nonce.
-
We already check error futures when they originate from a `throw` in an `async` method, it would be awesome if we can also check them when they are constructed directly or completed as an error.