Anthony Dodd
Anthony Dodd
The main idea here is that we will offer a type safe interface for constructing the various Dockerfile instructions. This will help reduce bugs which could only be found once...
Hey, once again I am very pleased with how far this project has come! Keep up the good work. I wanted to suggest an API improvement to `grass::from_path`. There are...
**What problem does this solve or what need does it fill?** An example integration with LDtk would be excellent. Folks wanting to use LDtk output would be able to get...
Definitely some great work here. The library seems to be pretty robust. Getting some documentation in place, so that users don't have to drop into the source code every time,...
**Is your feature request related to a problem? Please describe.** This request is not related to a problem. **Describe the solution you'd like** I would like to add the [Trunk...
#### Use Case: Rocks equivalent: - https://github.com/facebook/rocksdb/wiki/Checkpoints - https://docs.rs/rocksdb/0.15.0/rocksdb/checkpoint/struct.Checkpoint.html The primary use case here is exactly as described in the Rocks use case. Full & incremental backups. In my specific...
**Describe the feature you'd like** I am in the process of creating a Bulma component library for Yew. For many of the components, users will need to attached callback handlers...
Originally when I first starting building Trunk, I thought that I was going to care a lot more about having a semantic `index.html`, and I perceived that others would as...
In ParcelJS, the JS import system is overloaded to allow users to "import" images, css, sass and the like into their JS, and then Parcel will intercept those non-JS imports...