Sameer Rahmani
Sameer Rahmani
First of all kudos mate. It is really a helpful and handy tool. I've added the project wide configuration for `Cider` to the template tree. This way cider can work...
Is it possible to use dot instead of face for indentation guides ? or a character like middle dot ? for example something like this: ``` ruby class Sample ....
Hi First of all kudos. I have several components which everyone of them has an input stream and an output stream. I connected my input and output of components like:...
Hi. In several different projects I had to use some sort of a build configuration for my cljs app to build it conditionally based on some data defined using `closure-defines`...
We need to make the migration configurable. For example user might not want to use lockable user.
In previous version we experienced lots of problems with our complicated assets pipeline. In Rails `5.1` thanks to `yarn` and `webpack` integrations we can make it really simple. So we...
Refactor and remove dead code from `resource` and `view` generators
We needed `Faalis::I18n` because of some missing features from rails I18n system. So we need to review it again.
Right now, `Faalis::ORM` module contains several functions to specify the type of current orm which we need to change it to specify the type of database in use and its...