Kaotic3
Kaotic3
Using the following code: ``` List uniqueWords = new(); static string? parsedTermsComplete; public void AttemptOne() { var wordArray = uniqueWords.ToArray(); var keyWords = new AhoCorasickTree(wordArray); var keywordsPositions = keyWords.Search(parsedTermsComplete).ToList(); //...
I commented on issue #20 - but my issue was slightly different. Within the list is "Junior" - which in my data at least is also a first name. I...
Hi, Nice demo, works well, just wanted to highlight that in the WeatherForecastXLS code: ws.Cell(row + 1, 1).Value = "'" + data[row].Date.ToShortDateString(); Since the row starts at 0, +1 =...
I used the Grammar Example and created a little program for myself where I iterate over text in a file and ask a question of that text. Please note I...
### Describe the issue as clearly as possible: When you ask a question you get back the prompt you sent. This is problematic in a RAG workflow. It is not...
I have noticed in HA that my blinds are all where my device is located. If I have the ESP device in the living room, then all of my blinds...
### Describe you new feature you'd like I was wondering whether it would be possible to 'wipe' the Somfy clean on the ESP32 device without having to go to the...
### Describe you new feature you'd like I want you to understand that I am not criticising - you have made a cool thing - but if you are anything...
Please check existing (open or closed) issues before creating a new one. (https://github.com/fuatakgun/eufy_security/issues?q=is%3Aissue+) If this is not an issue, you can use `Discussions` (https://github.com/fuatakgun/eufy_security/discussions) section. If you are asking for...
**Is your feature request related to a problem? Please describe.** There is no way to visit a monitored site directly from Checkmate. **Describe the solution you'd like** It would be...