-
### Summary
As we start using logic test to replace the former stateless test, ref [Start migration of stateless use cases to logic test](https://github.com/datafuselabs/databend/discussions/5838)
I…
-
I tried to compile `TinyLlama-1.1B-Chat-v1.0` model to vmfb but failed. The parameter data type unmatch in torch.nn.functional.scaled_dot_product_attention(). How can I fix it?
PS. I based on commi…
-
Hi everyone,
I try to configure the bundle with SF6 AND php8.1
routes.yaml
```
gesdinet_jwt_refresh_token:
path: /auth-token/refresh
controller: gesdinet.jwtrefreshtoken::refresh
```
…
-
# 纯函数
[这篇文章](http://eyasweb.com/#/blog/detail/6) 简单的介绍了一下纯函数
现在再来简单的概括一下:
> 纯函数就是相同的输入,永远都会有相同的输出,没有任何可观察的副作用
一个函数,如果与外界完全没有任何联系,那么内部的逻辑完全不受外界影响,所以永远会有相同的输出,如:
``` js
let addOne = x => x+1
```
他…
-
I'm trying to create an Android app with Hyperledger Iroha. So first user will type `Username` and `Account details` to register an account.
[![enter image description here][1]][1]
Here is my […
-
### 키워드
`url`, `method`, `connectionless`, `stateless`
-
# HTTP에서 상태유지(stateful)를 하는 방법을 설명해주세요.
### 키워드
`stateless`, `로그인`, `stateful`
-
### Description
Hello,
We have 2 VNGs (`spotinst_ocean_aws_launch_spec`) that have `should_roll` feature enabled (in order to automate cluster/VNG roll when configuration changes).
When updat…
-
### What is the feature about?
Ability to configure the container in a stateless manner
### What would it require?
It would require the ability to specify all the things in the config file vi…
-
Set up a little flask webserver backend that is seeded with a `Bloq.as_composite_bloq()`. It defines an endpoint that will return the musical score json data which can be consumed by the frontend.
…