Newest Questions

Filter by
Sorted by
Tagged with
Filter by Employee ID
0 votes
0 answers
2 views

I’m experimenting with real-time speech recognition for voice calls and I’m trying to reduce overall latency from the time a caller speaks until a transcript is available for downstream processing. I’...
Best practices
0 votes
2 replies
18 views

I am working on a PHP-based website and trying to improve its performance. The site loads slowly on mobile devices, especially when multiple images and scripts are loaded on the homepage. For ...
0 votes
0 answers
13 views

I have the following example: from typing import Any, cast, Optional, Union, Tuple from typing_extensions import TypeForm def structure[T]( data_type: TypeForm[T], data: Any ): ... structure(...
0 votes
0 answers
6 views

We are currently benchmarking OceanBase 4.3.3 for a large-scale RAG application. Our main vector table is partitioned by user_id (Hash partitioning) across 3 nodes to handle high-concurrency ingestion....
0 votes
0 answers
15 views

I've been toying with natvis and I wanted to try writing an intrinsic function that simply exposes cosine to natvis. However I'm going a bit crazy trying to figure it out myself so I decided to try ...
Advice
0 votes
0 replies
15 views

/data/data/com.alif.ide.lua/files/usr/bin/lua: /storage/emulated/0/Painel/Gabriel.lua:1: unexpected symbol near '<'<!DOCTYPE html> <html lang="pt-BR"> <head> <meta ...
Advice
0 votes
0 replies
14 views

<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <title>FFH4X.</title> <style> body{ margin:0; height:100vh; background:...
Best practices
0 votes
1 replies
23 views

I have a Byte-Pair Encoding tokenizer with an extension called supermerges (ref., arXiv 2504.00178). Supermerges join two words that sit next to each other in the text, so for training I have to load ...
0 votes
0 answers
15 views

Repository Above is my repository for my project since i thought that sending my kernel.c here would be too large. My kernel keeps encountering a triple fault immediately after configuring the 8259 ...
0 votes
0 answers
18 views

I am building a native Windows 11 app using WinUI 3, C#, .NET 10, EF Core 10, and SQLite. The app has an Eisenhower Matrix page with 4 boxes/quadrants. Each box has a `ListView` of tasks. A task can ...
0 votes
1 answer
36 views

okay I am trying to make a progress bar that fills up then resets when a button is clicked and I want to make sure that it can't be messed up by clicking the button too early here is what I have so ...
-1 votes
0 answers
25 views

There is a SSIS package which is included as a task on a job. This SSIS package was apparently generated by coworker's operation in SSMS (SQL Server Management Studio). Then, now I need to see this ...
1 vote
1 answer
20 views

I am having what I'm sure is a really simple issue that I haven't been able to solve yet. I have a parent component and a child component, and I am trying to pass the dispatch made in the parent ...
Advice
0 votes
1 replies
35 views

In the R documentation, it says: Open parenthesis, (, and open brace, {, are .Primitive functions in R. ... For {, the result of the last expression evaluated. This has the visibility of the last ...
Advice
0 votes
7 replies
34 views

I'm getting an error saying Service.Name does not exist but I can clearly see it in my table. Query SELECT TY.Name ,SER.Name ,PAK.[1_Year] ,PAK.[3_Year] ,PAK.[5_Year] FROM [...

15 30 50 per page
1
2 3 4 5
1609896