Radosław Mejer

Results 18 issues of Radosław Mejer

In `app/assets/javascripts` I have a bunch of JS files. I'd like to make one of them (jquery.js) to be the first in collection. I decided to do something like this:...

Hey, this issue is just FYI - I've created and AUR package which installs `jd` on Arch-like distros. https://aur.archlinux.org/packages/jd-tool-bin/ Feel free to add this (or not) to the installation notes...

help wanted

In Laravel one can cast attributes from (or to) a given type. Something similar would be useful for Kex. Example case - MySQL with no support for boolean type.

enhancement

It would be nice to have a `whereHas` method which checks if the model has given relation. ```js await User.query() .whereHas('Message') ``` would result in the following query: ``` select...

enhancement