Ari Seyhun

Results 105 comments of Ari Seyhun

Here's fun little workaround for anyone in the future needing to get around this. You can modify the search path in the connection string directly: `?options=-c%20search_path%3Dmessage_store`

This is also something needed for my project which is suffering from issues with scrypt.js and node 12. Would love to install https://www.npmjs.com/package/ganache-core with `--ignore-optionals` set permanently.

Nice, thanks for this! I also changed in the same file: ```diff - "image": {{ page_images }}, + "image": {% if page_images %}{{ page_images }}{% else %}""{% endif %}, ```

I wonder if it should be on `CollisionShape`, or a separate component entirelly 🤔

Hm this is interesting. In my case I don't really benefit by having the ray actually be a component... I just need to check if I cast a ray, does...

I made a simple ray casting implementation in my repo . It's not the most generic approach with the API, but the logic is there for simple ray casting (thanks...

I'm not very experienced with physics engines and collision detection math, so I'm sure your method would be much better. My use for ray casting is to create a 2D...

I haven't been in touch with anyone from the urql team, though I think that might be best for the community. I haven't had time to maintain this and keep...

Sadly I don't think I had completed subscription support 100% yet. And I don't know when I'll get a chance to work on this as I'm preparing to fligh back...

Unfortunately not at the moment since I don't have much time to spend on solid-urql. I'm open to PR's though :)