So im trying to do json calls on my rails app, and i want to use a parameter in my namespace route. in routes.rb i have this : namespace :api do resources :fo
I am building an application in Spring Boot and Thymeleaf that is already built in JSF (Java Server Faces). I have a part of the app in JSF that takes a values
I want to get values of a_1, a_2, ..., a_9 when setting the initial values of a_0 and a_10 and recurrence relation a_(i+2) = (a_(i+1))^2 / (a_i + 0.5). How shou
I am facing a difficulty on my project. I ran the same code in mysql and in my php code, but the result is not the same. It looks like in php my code does not c
I have a list of ids as follows: new_list = ['id1', 'id2', 'id3'] And I want to go through the list and perform for each id a groupby of its columns. The selec
My objective is to have 1 formula (better) or macro that can automatically generate all weekdays from a given day cell reference until today (included). Say I h
What is the best practice for refreshing state across browser sessions without a third party library? I need to make sure data is current before triggering a do
I am using the Python and Pylance extensions in Visual Studio Code for the benefit of syntax highlighting, auto completion and code suggestions. Whenever I save
I am using a NestJS + MikroORM stack and trying to write tests using Jest. On the user.service.spec.ts I am always getting the following error: Nest can't reso