Hello we have this antlr4 Tree Parser: grammar calc; calculator: (d)*; c : c '*' c | c '/' c | c '+' c | c '-' c | '(' c ')' | '-'?
I'm using a POST request to call a URL (1) with some form data. It returns a response code of 302 Found with a Location in the header. Naturally, another reques
I'm trying to make CTE to count blocking sessions on server. Currently I made a function to do so(returns blocking session amount). But still could not write th
I have up to 4-5 forms, the formsets come in last, I used to javascript to generate more forms at the click of a button. After submission and validation, only t
I have a three-step process that needs to run synchronously. First, the app pulls information from one firebase collection, then using that result, pulls inform
I want to trim the end of a series of strings to remove a suffix which follows a pattern. In the following examples, I want to trim the Vx suffix at the end. Th
Everything was working great... until I came back to work from a 3 month break and updated my Firebase from 9.8 to 10.0.1 Now all of my calls to TaskSnapshot a
graalvm version: openjdk version "17.0.2" 2022-01-18 OpenJDK Runtime Environment GraalVM CE 22.0.0.2 (build 17.0.2+8-jvmci-22.0-b05) OpenJDK 64-Bit Server VM Gr
Hello I have a problem.. I have my elastica repository namespace XX\xxx; use FOS\ElasticaBundle\Repository; class TestRepository extends Repository { publi
I have been struggling with this for several days, this is my last resort. Here is an example of my data | PRODUCT NAME | PRICE | LINK | INSTOCK | TAGS