Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
35 views

I have a Customer table storing customer information like first name, last name, etc., and a separate Address table. In the customer creation/editing view (UI), I also collect address information from ...
1 vote
1 answer
90 views

I have that code: #include <stdio.h> #include <stdbool.h> #include <unistd.h> #include "esp_system.h" #include "esp_timer.h" #include "freertos/projdefs.h&...
Best practices
0 votes
3 replies
105 views

I always struggle to hook up Controllers with Riverpod NotifierProvider. For example, TextEditingController, MapController or in this case I need to hook it up with TreeController from the ...
0 votes
0 answers
54 views

Models: Ngetest.phpp <?php defined('BASEPATH') or exit('No direct script access allowed'); class Ngetest extends CI_Model { public function showEcho() { return "naisu"; ...
0 votes
1 answer
52 views

I have a list of controllers in Flutter: final List<StackBoardController> _boardControllers = []; When I try to duplicate one controller like this: _boardControllers.add(_boardControllers[3]); ...
1 vote
0 answers
170 views

Currently, I have this configuration for http client that I can use and inject when needed, wrapped with JWT authentication to hit some API address that has multiple end points: builder.Services....
1 vote
1 answer
292 views

I'm building an ASP.NET Core Web API endpoint that needs to receive an array of complex objects via multipart/form-data. Each object includes key-value string pairs and an optional file upload. Each ...
0 votes
1 answer
52 views

I have an ASP.NET MVC controller endpoint of type ActionResult that returns a ViewResult by calling Controller.View(<some html>). When integration testing this endpoint is it possible to convert ...
0 votes
0 answers
39 views

I have a Symfony 6.4 controller that accepts a JSON, retrieves the values from the JSON, sets the arguments and calls a Symfony Command with these arguments. The Command executes certain API calls and ...
1 vote
2 answers
70 views

I work with ASP.NET Core and have written an API controller as follows: public class AcademicController : GenericController<Academic> { public AcademicController(IRepository<Academic> ...
0 votes
3 answers
121 views

I have 3 models in Rails, Category (grandparent) has_many Domain (parents), which has_many Url (children). Here, users can create/edit Url but not the other two; Domain model is automatically created/...
0 votes
1 answer
108 views

I have made a .NET 9 self-hosted Kestrel Windows Forms app with controller(s) located in the same assembly: It works well: Here is the main Windows Form's start-up and shutdown code: private ...
-1 votes
1 answer
108 views

I'm trying to add controller inputs to a game I'm making but when pressing one of the buttons on the controller, the action is not being performed. I was told to use JOYHATMOTION but the Pro ...
uzn4v1's user avatar
  • 25
0 votes
1 answer
65 views

I have the following controller method stub... [HttpPut("myroute")] public async Task<IActionResult> PutMethod([FromBody] MyContract contract) { //parse data from request, headers, ...
Dave L's user avatar
  • 57
0 votes
0 answers
25 views

My first goal is to get the id and code of the language when the user selects a language and keep it in the session. Because I will use the id for database queries and I want to be able to use the ...

15 30 50 per page
1
2 3 4 5
...
1170

AltStyle によって変換されたページ (->オリジナル) /