Sergii Stotskyi

Results 239 comments of Sergii Stotskyi

The issue is that I do t use Webstorm) very likely it’s somehow related to language service. Do you have some plugin for Angular? But I can check in vscode...

Hi I’m not svelte expert. If you want you can create an example and I can guide in case you have some questions/issues

eventually, I plan to move it into https://github.com/stalniy/casl-examples repo but currently have a lack of time to do this. I think it will be done in the next 3-6 months...

I think you are right :) thanks!

integration with nuxt is in my todo list. unfortunately don't have time to do it right now

Currently working on 4.x. Plan to publish an article about my plans.

For those who are looking for the client side or nodejs solution please check https://github.com/stalniy/casl which was ispired by cancan and implements the same logic in JavaScript.

yesterday I created an integration of [Expressjs and Aurelia dependency injection](https://github.com/stalniy/express-aurelia-di) package. Aurelia allows to define 2 separate injectors: * 1 for application level services (lifetime = application lifetime) *...

I'd like to propose design for this: 1. Separate operators and execution logic (#153). 2. Create `AsyncExecutor`. It probably will extend `StaticExecutor` behavior 3. `AsyncExecutor` waits for promises to resolve...

Actually I don't understand why you need so complicated binding and even a custom knockout version. Here is a plunker (http://plnkr.co/30oQkwlfOE0rKTKSgXyc) where I created masonry binding based on `shapeshift` jquery...