I have a doubt here regarding changing data in two tables in public function editar_perfil(Request $request, funcionario $item){ $item->nome = $re
I've a CMake project containing C and C++ files, and I have a CI set up. In the CI, I want to build my project with some additional flags to make the compiler
I receive a string from a database query, then I remove all HTML tags, carriage returns and newlines before I put it in a CSV file. Only thing is, I can't find
I am trying to build my Xamarin.Android project. Initially I had set Linking to Sdk and User Assemblies. This configuration was not giving any errors, but it re
I have the following code export default function Autocomplete() { return ( <div className="wrapper" > <div className={ isLoading ? 'is-
I made a little game with pygame and allthough it looks fine to me, there's one thing I would like to improve: I want the little white square to keep moving whe
I'm trying to send a request to a server and also a json as data argument. If I use straight request, it works, but when I use session I get a bad request as re
I'm working on extending NetLogo Robotic Factory with a mechanism where there can be only one robot per machine and where the machine takes several ticks to per