Laravel web auth was working well. I'm trying to use jwt-auth module. Here's my code with jwt-auth module ---authcontroller.php public function login(Reques
Pretty straightforward question. I want to allow only DTO models in inputs (class & record types). If I leave the class constraint only, I'm still able to p
I just installed meld in Ubuntu 20.04. Upon trying to launch meld, I got the following error message: Traceback (most recent call last): File "/usr/bin/meld",
I am working on a program through Xcode, it is supposed to read a file and perform various functions: displayMenu, doDisplay, doView, doAdd, doEdit, doDelete. I
I have the following webservice that returns a JSON response: API signature: http://feiertage.jarmedia.de/api/?jahr=2016 I need to query the first level (wher
currently I am making a navbar that only shows when you scroll up, to prevent useEffect to run everytime when the visible state get changed, I had to use both a
I have two lists of objects builders of type Builder and adminUsers of type AdminUser. Here are type defenitions of the classes: public class
need to generate JSON schema for below definition where T can be single object or List of objects. class Response<T> { private T data; } e.g. Resp
I have controller "MyController" which has a class method "my_controller_class_method" which accepts arguments a,b,c is there a way to pass "MyController.my_con