Brendan Daoud
Brendan Daoud
Hi, I have installed backpack-core globally (`npm i -g`) on my Windows and tested it on the [basic example)](https://github.com/jaredpalmer/backpack/tree/master/examples/basic) It was not working because of the first line of the...
Hey team, Great lib! In the `./package.json`, the default export should be last (https://github.com/slimjs/slim.js/blob/master/package.json#L36) else webpack throws an error "Module not found: Error: Default condition should be last one". Cheers,
The code is currently using redux saga to handle all api calls. It is no longer the advised way. This being said there is a lot of sagas. Is the...
### Version 12.2.2 ### Steps to reproduce See https://github.com/Granipouss/jest-angular-11-issue for minimal repo - Create a angular 11 project - Add jest and this preset - Use a material mixin (I...
Hi, I had a lot of issues setting up the librairy so I tested ou the basic example. ```js var LinvoDB = require("linvodb3"); // The following two lines are very...
Hi! In the file [extractAttributes.js](../blob/master/src/shader/extractAttributes.js), the `pointer` function references the `gl` variable that is not defined in the scope. I think it works because `gl` is mostly defined as a...
3d rendering https://en.wikipedia.org/wiki/Ray_tracing_(graphics)