329 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
63
views
Feedback saved to ChromaDB not displaying on Chainlit UI after chat resumes
I'm building a Chainlit app where users can submit feedback during a chat session. I'm successfully saving this feedback to ChromaDB using an upsert_feedback function. However, when the chat session ...
0
votes
1
answer
61
views
Uploading NOPS feedback from R/exams into Moodle?
I want to upload the HTML files - as generated by nops_eval() - providing results/feedback for written multiple-choice NOPS exams into Moodle.
I have found a very good explanation on how to do a bulk ...
0
votes
0
answers
43
views
Draggable widget does not work in accessibility mode
I am developing a simple puzzle app in Flutter. I am using the draggable widget. Normally my code works perfectly (drag and drop is ok). But when accessibility mode is on (talkback) the draggable ...
2
votes
1
answer
2k
views
How can I directly fetch feedback provided in the Chainlit UI to my app?
I'm currently developing an app using Chainlit and have enabled feedback options with the Literal API key. While I can view all threads, steps, and feedback on the Literal AI dashboard, I need to ...
1
vote
0
answers
156
views
usb2: How to declare interfaces and endpoints for implicit feedback
I am carrying on a project, which simplifying a lot, I could classify as a USB sound card.
Since my device uses its own clock for audio I have declared the following interfaces/endpoints:
Interface 1 ...
1
vote
1
answer
1k
views
How to capture the streamlit-feedback output?
I am facing issue while capturing the feedback given from the front end. Below is my code.
import streamlit as st
from streamlit_feedback import streamlit_feedback
def display_answer():
for i in ...
0
votes
0
answers
34
views
feedback controller for percentual variables
I am working on a control system which controls a system based on percentual parameters.
Both the setpoint and output data are in percentages, as well as the integer value which is being controlled.
I ...
0
votes
1
answer
535
views
MATLAB: why is there an error in the place command?
I am writing a code to find the k in the state feedback, but there's an error
A=[0 0 0 217.28; 0 0 127.33 0; 0 -1 -3.73 0.97; -1 0 0.97 -3.73]; %4*4
B=[0 0 -.38 -1.39; 0 0 -1.18 0.29].'; %4*2
C=[1 0 0 ...
2
votes
0
answers
144
views
How do I add Firebase app Distribution in-app feedback to a flutter app?
I have built a flutter app which I am sharing to users via Firebase App Distribution. I would like to take advantage of the tester feedback of the App Distribution, however, I cannot seem to find a ...
1
vote
1
answer
84
views
cannot use MATLAB function'lsim()' properly
I am encountering trouble while attempting to achieve the same response as Simulink using MATLAB code.
Here is my MATLAB code:
The system contains only a pid and state-space model
M = 1.5;
m = 0.5;
l =...
1
vote
0
answers
44
views
Flutter custom painter feedback: Blending new layer with old ones
I want to build a feedback system where I have an input image, apply some transformations to it, and then use the transformed image as an input for the next frame (with some kind of blending inbetween)...
-1
votes
1
answer
94
views
how can i sum my options like a calculator?
i am making a menu calculator that gives you the total of the products, but im stuck cause i don't know where to start,
i was thinking to use if else statement and put multiple id's on every button ...
1
vote
1
answer
563
views
How to display different feedbackWarnings depending on the input in shiny?
I am trying to create an app where I can have different warnings (using feedbackWarning from the package shinyFeedback) depending on the user's input.
I saw this post where they were talking about ...
0
votes
0
answers
381
views
Implementing a feedback screen in React Native
project output design
Installing Dependencies:-
we need one package called https://github.com/jeanregisser/react-native-slider
Coding :-
Finally, let’s get to what really matters. So... The logic is ...
0
votes
1
answer
334
views
Positive/Negative Feedback from Amazon Lex/CloudFormation
Please forgive the completely noob question.
Background: I am not a developer - at best a hobby programmer who has enough knowledge to be dangerous/useful to my superiors. The AWS/Cloud expert at my ...