Serhii Stotskyi

Results 44 issues of Serhii Stotskyi

**Tasks**: - [x] go through all chat messages & questions and group questions - [ ] cookbook: share permissions between UI and API (the main question is it secure to...

maintenance

- [ ] react redux, react mobx, react-native - [ ] angular ngrx - [ ] feathersjs, share permissions - [ ] nestjs, share permissions - [ ] vuejs +...

- [x] https://github.com/stalniy/casl-vue-api-example - [ ] https://github.com/stalniy/casl-aurelia-example - [ ] persisted permissions with CASL - https://github.com/stalniy/casl-persisted-permissions-example - [ ] https://github.com/stalniy/casl-feathersjs-example Each repository must be archived after the move

I'm trying to decode mpeg2video (live stream) into webm. This command works with original ffmpeg: ```sh ffmpeg -t 5 -i http://s120001v895.hstream.eu/yq5jwun2hp3x3/mpegts?auth=3UYU7E924LEVA6 -c:v libvpx -crf 10 -b:v 1M -f webm trailer.webm...

research

Currently I need to prepend every `dest` field with `dist/` folder, so I do duplicate where I plan to output files in several places (`dest` fields and output options of...

## The issue I use [pnpm](https://pnpm.js.org/) for monorepo management and semantic-release for publishing new releases. [pnpm supports `workspace:` protocol](https://pnpm.js.org/en/workspaces#workspace-ranges-workspace) in package.json, so the packages in monorepo can be always linked...

## Currently graphql.js expects `type` option to be an instance of GraphQLType (`GraphQLInputObjectType`, `GraphQLObjectType`, etc). Example: ```js const AnotherType = new GraphQLObjectType({ ... }) const Type = new GraphQLObjectType({ name:...

needs exploration

Check this fiddle: https://jsfiddle.net/stalniy/ftnk0u0o/ When checkbox is checked then changes are synchronised between component and parent view. But when you uncheck and then check checkbox again parent and component's view...

Currently components lacks really powerful features: 1. Lifecycle. There is only 2 methods `initialize` and `template` and last one is called first then first one. That means that developer can...