I can't find any clue about this problem, what make me wonder if I am wrong from basic knowledge. I am building an application with mongo, nodejs (with passport
Hi everyone i work with cakephp3 and i have implemented the cache from doc Here is my cache configuration using groups Cache::config('users', [ 'classN
I am writing an application at vue and I am getting incorrect behavior, in particular my line :class=require ? 'require' : '' returns the string 'require' even
I got a side navigation bar that is located on the left side of the page. I would like the position of this to be just left of the content. Example of what I w
We have a Drupal project which is integrated with Auth0 using this module https://www.drupal.org/project/auth0 Authentication works as expected and everything i
I have created a multipage user form which dynamically populates with a set of identical frames and each of them has 2 option buttons based on previous user sel
I have a scientific code written in python. The code works as a proper package to be imported and then the underlying functionality used. However, the workflow
I need to restrict input into a TextField to integers. Any advice?