s-r-x

Results 9 comments of s-r-x

Hello, atm status is required for almost all the queries (except by job id). The reason for that is the way Bull stores your queues inside redis. Search without status...

@melalj it is possible in [bull-monitor](https://github.com/s-r-x/bull-monitor)

@mcamis ```sh npm i -D @babel/plugin-transform-react-jsx ``` or ```sh yarn add -D @babel/plugin-transform-react-jsx ``` .babel.rc ```javascript { "presets": ["next/babel", "@linaria"], "plugins": [ [ "@babel/plugin-transform-react-jsx", { "runtime": "automatic" } ] ]...

@mcamis i'm not quire sure tbh. i've just played a little bit with your example and found out that React.createElement works, but jsx syntax is not. So i thought that...

@yharaskrik hi, thank you. looks good, at first glance. i have to run the code before merging in order to find any breaking changes, but unfortunately i don't have much...

@yharaskrik , so i checked the code and unfortunately i don't think that i'm going to merge it in the near future, because there are too many breaking changes, quite...

> Is possible to allow those resource files loaded from the package? so we can compile them as part of our app? nope. i'll try to look into it. you...

[here](https://github.com/s-r-x/pixi-react-8-viewport-hack) is a little trick to make pixi-react 8 work with pixi-viewport