-
implement placeholder for input-text
```
const config = {
...
message: {
type: 'input-text',
placeholder: 'Click or select me',
...
},
label: {
…
-
### Windows Terminal version
1.21.2361.0
### Windows build number
10.0.22631.0
### Other Software
- fish shell 3.7.1 (inside WSL)
- PowerShell 7.4.5
### Steps to reproduce
1. Japanese IME On
…
-
As i am typing the input the letters do not appear. only when i tap out of the input field
-
Hi,
What is the recommendation if I only want to use text input and have the text input field next to the send button just like in the Badoo app? I will need to create my own chat input view?
Thanks…
-
I would love to be able to create embeddings for images with vision models like `llama3.2-vision`.
Creating image and text embeddings with a vision-capable model should allow creating image search …
-
**Is your feature request related to a problem?**
Currently, in ml inference processors, when input_maps are config, those fields are mandatory field to map from ingest document or from search respon…
-
Currently the program doesn't show erroneous lines, i.e. that have an extra comma
Possible fix:
- Use some database instead of csv
- But this loses ease of distribution
- Don't take input …
-
I used the below code to try and process the data but got a ValueError
```
import jiwer
string_wer_data["standardized_ref"] = jiwer.wer_standardize((string_wer_data["reference"]))
string_wer…
-
length is not used here?
```go
func hash(input string, length int) (string, error) {
return bufToBigInt(sha3.Sum512([]byte(input))).Text(36)[1:], nil
}
```
-
Issue :
Submit button not working properly with and without input in contact.
Description :
The submit button doesn't work when clicked, whether the user enters text or not.
No error message po…