-
These are the result of auditing (as of 000318497d86599e24cecb66b945c86a53af3163) for panic opportunities. Some have been left off which are either unavoidable, in progress of being removed (#1658), o…
-
Within Telex mode, if user types **aft**, NAKL should be smart enough to detect and display it 'as is' instead of **àt**
-
var wordList = getColumn("Wordle", "validWordleAnswer");
var filteredWordList = [];
onEvent("generatorButton", "click", function() {
var letter1 = getText("letter1Input").toLowerCase().trim(); …
-
If a summary function that returns a character is used in `summarise_draws`, it makes all columns `` which messes up formatting.
```r
example_draws() |>
summarise_draws(x, char_fun = \(x) "wor…
-
I can work around it as [described here](https://pythonpath.wordpress.com/2012/01/26/python-enum-with-namedtuple/) it would be great if `Choice` supported Python Enum.
Unless of course I have missed…
-
HI Guys,
I am totally new to programmer. I have a project that related to " IR Sensor" and i really want to convert some word into Talkie Library.
My Project is like when you triggered the sensor…
-
**Description of the problem**
When I enter the title “Learning Management System (LMS),” it gets converted to “Learning Management System 〈LMS〉 which renders as “Learning Management S…
-
### Steps to reproduce
1. Put the following code in a file
```python
from sklearn.feature_extraction.text import TfidfVectorizer
def average_tfidf(sents):
vec = TfidfVectorizer()
# con…
-
String comparison of words needs updating - Dependent on issue #6
For example words with ' can cause for unexpected results
Ex: "The company's revenue increased this year" gets converted to "The comp…
-
I am using whisperx for inference (which is built upon faster-whisper).
I have finetuned large-v3 model on 1k hours of domain-specific data. When I run standard inference the results are ok. Finetu…