Hossam Hammady
Hossam Hammady
If the `upsert` operation is protected by an `arel_condition` which results in no records upserted, the model callbacks still fire producing errors. If no records are upserted, no callbacks should...
Is it possible to return the number of inserted records (or updated ones) as a result of executing the upsert statement? For example, when the `INSERT` succeeds, it could set...
I know you can check abilities in "server side" views (erb) using the can? method. What if the views are rendered on the client using a Javascript template engine (say...
This started to happen only a couple of days ago. Without any change when starting the server (I am using a container), I get this: ``` > [email protected] start /usr/src/app...
Is there a particular reason why libreadline is not used so that all invaluable command line features (like history, reverse search, ...) are not available? psql supports this out of...
Sample output images in the README are broken.
when trying --em while generating aya, it throws an error: unknown option. when trying --scale in generating page, it has no effect.
This adds Docker support to simplify running the example shiny app. No prerequisites are required except having Docker installed. The README.md is also updated with build/run instructions.
- This PR adds a containerized image using a `Dockerfile`. - It also adds a GitHub action that automatically builds and pushes the image on every push to the master...
## Description This PR introduces the following: 1. A brand new Dockerfile (`docker/Dockerfile_ubuntu_new`) to build alicevision from scratch on the latest Ubuntu and CUDA. 2. A new GitHub action which...