Rafael Fernández
Rafael Fernández
This issue is tricky. Because of limit and offset aren't boolean expressions themselves, both are criterias in APIs scenarios. So, the idea of this issue is: - Think about whether...
It is needed to redo / upgrade all showed criteria4s examples in the repo by homogenizing them, creating one for every expression and creating some combined expressions for different data...
Example: - `equals` -> `:==` - `geq` -> `:>=` - `and` -> `:&` Using `:` before the symbol is just an example to avoid confusing with Scala's boolean operators
Ref. - https://docs.oracle.com/javadb/10.6.2.1/ref/rrefsqlj23075.html#rrefsqlj23075 - https://spark.apache.org/docs/latest/sql-ref-functions-builtin.html#predicate-functions
**Describe the bug** Language swticher doesn't work in mobile display format on safari browser. **To Reproduce** Steps to reproduce the behavior: 1. Go to [my blog made with blowfish](https://blog.rafaelfernandez.dev) using...
### Problem The `up.sh` script was functional but not very readable. This change is aimed at improving its clarity and maintainability. ### Solution Refactored the `up.sh` script to make the...