Jacek Pietal

Results 64 comments of Jacek Pietal

I tried reading about what you pasted but had no success after first try - it seems so complicated have you tried using this tool maybe and can provide some...

> What are the expectations for the ray casts? TBH the goal was they should just work, on all types of bodies, which can be seen in tank demo https://prozi.github.io/detect-collisions/demo/...

> Now that we have the baseline in here, is there a segment you would like to focus our efforts on? hello I think the speed of testing for -...

also thinking of: 1. moving from circleci to github workflows altogether 2. merging the stress test benchmark (npm run benchmark) into the workflow (separate workflow? benchmark workflow?) 3. running tests...

maybe divide the benchmarks into long running and fast running, put both on different workflows/pipelines and add the fast running to pre commit hook ?? those insertion benchmarks and collision...

> This library looks awesome. Appreciate the streamlined focus on doing one thing and doing it well. > > Have you done any benchmark comparisons between this library and more...

also I have more features than some because of: - padding - offset - rotation - scale - polygons - raycasting - concave and convex polygons both @bfelbo thanks

disable adblock lol

this is what I use for middleware function ``` (req, res, next) => { const route = req.path.substr(1) const userId = req.user ? req.user.id : 'guest' acl.isAllowed(userId, route, req.method.toLowerCase(), (err,...

> Could someone help me to remove all these entries/merging them if I give you access to my play activity sqlite? 🥺 image if this db would be a simple...