Results 30 comments of olexiyb

![image](https://user-images.githubusercontent.com/352780/66261336-143aed80-e7d4-11e9-92de-8eb287088a57.png) This is working config for Freeipa

At this moment we use [Authorization outside of GraphQL](https://blog.apollographql.com/authorization-in-graphql-452b1c402a9) approach in this boilerplate I personally was not able to run in the web browser authorized queries and I ended up...

@clifinger I have 20 years of C++, but only 2 weeks in rust at this moment :-) I am currently learning rust for my personal needs, not because of work...

> For cli and generator isn't rust way better and faster? But usually I never find myself using cli in laravel or rails as its always faster to create new...

BTW, this may be interesting [Askama](https://github.com/djc/askama) > Askama implements a template rendering engine based on Jinja. It generates Rust code from your templates at compile time based on a user-defined...

Hi all, I personally tried to use rust unit [testing](https://actix.rs/docs/testing/), but I found that rust is still in an infant state. I personally found that [jest](https://jestjs.io/) is way better and...

@Exmoond in my case build took Version: webpack 4.19.1 Time: 23384ms (23 seconds) I have drive Samsung SSD 950 PRO and Intel i7-7700K CPU

the hooks using default toolchain enabled on your system, If you want to check your code against different platforms it will be better to do using Github Actions for example...

BTW take a look into [sqlx](https://github.com/launchbadge/sqlx). It supports multiple db, it's native driver, no need to use C wrapper libpq for postrgres DB, I found the syntax is easier to...

Can anyone take ownership? If not, should we establish riker2.rs? I really like the documentation and the code and ideas of the Riker actor system. From many discussed [here](https://users.rust-lang.org/t/actix-riker-or/38847) I...