Arjen
Arjen
Would be great if the documentation of https://material.angular.io/components/datepicker/overview#choosing-a-date-implementation-and-date-format-settings would have an example of the `matDateFnsModule` implementation. It seems like it is different than the `MatMomentDateModule` (When looking at the `.spec`...
@maapteh anyway you could add it to the documentation? Could not open/find the message in discord
@credli any progress on the documentation? Would be great if it would be easier to use the [graphql-scalars](https://www.graphql-scalars.dev/)
Any news on when/if this will be merged?
Is it possible to create a shareable `rxjs-tslint-rules:recommended` in this project from which we can extend? And describe it in the readme.md Like: - tslint:recommended - [eslint:plugin-jest:recommended](https://github.com/henningmu/eslint-plugin-jest#shareable-configurations) - etc @see...
Indeed. Same problem here with `cv.findByRole()` etc
Hey @apotonick, Thanks for the suggestion. I'm gonna look into that. I managed to get it to work, but I'm not satisfied with the result. I'll post some code and...
Hey @apotonick I'll try to sum up some of the problems I encountered while trying to get things working. _(Been a while so I hope I can remember and describe...
Here is the complete users/crud.rb ``` ruby # Operation class for handling the User's business operations # Uses the Trailblazer framework on top of rails # https://github.com/apotonick/trailblazer require 'trailblazer/operation/policy' class...
Hey @apotonick , Your idea about validations sounds great. Can't wait :+1: You're correct, you can only do certain actions, if you have the correct role/rights. We used to use...