Jovansonlee Cesar
Jovansonlee Cesar
This is actually good, since I'm mostly using this for development. Caching files would be a nightmare when used in development. I've used simple-http-server before but it seems to be...
It seems that mirror is outdated.
Hi, I appreciate your detailed exploration and explanation of this pet project, but I wrote this project while I was just learning rust and exploring voxels as well. It was...
Hello @iqualfragile I'm itching on scratching more on this project. I'm ambitious of implementing a detailed volumetric rendering implementation using high resolution voxels. I know rust better now, and understand...
Hi @iqualfragile I did an initial rewrite of the code, but at that time my PC broke down with the uncommitted code with it. Unfortunately, I'm not touching any of...
Yep, some records that are selected for deleting are not deleted. I haven't looked into the details, but this comes down to the [filter parser](https://github.com/ivanceras/inquerest) which I am currently rewriting...
Yes, PostgREST is relevant, in fact I even wrote it in my rest filter parser project (https://github.com/ivanceras/inquerest) as inspired by PostgREST. If I go the route of using PostgREST as...
@jmealo Apologize for a long delays on my replies, as I have been busy for this last month. Yes, the CRUD functionality is sending multiple Operations on multiple data at...
The 0.4.0 version of iron seems a bit off and I don't get the idea behind the routeID where you specify the name of the route? seems like a useless...
I think this could be easier if done using the same way javascript allow type to be accessed using a camel-case on the identifier that has a dash. example: `z-index`...