so I'm trying to call this function with foreach array i'm pulling from supplier_id but i'm facing this problem $request->validate([ 'destination
I'm pretty new to coding with the use of python, atom, and windows (in the past). I recently just changed to a Macbook and came across this error while trying t
I have two windows: Mainwindow and window1. Window1 has a textbox. Mainwindow has a label and button. When I click the button the value in the textbox will be a
Does Java have an analog of a C++ struct: struct Member { string FirstName; string LastName; int BirthYear; }; I need to use my own data type.
I'm basically creating a contact book, and I want to do it storing data on JSON to practice it. I have sort a code that allows it from a dictionary, but the pro
Consider the following lexer rule: TRUE : 'true' | 'TRUE' | '1'; I'd like all TRUE tokens to be converted to 'true'. I'm using antlr4ts. How do I do that?
I am using the code below to show search results for different post types separately/segmented form. if (have_posts()) { // In the below line of code you ca