LoganDark

Results 873 comments of LoganDark

That could work as an example, or another application. But this is a library, it does not have any executable or functionality that you can just invoke from the command...

> Is this crate still actively maintained? Evidently not, although thankfully `0.2.9` has made it to crates.io as of ~5 months ago (almost a year after this issue was filed)....

In order to properly enforce this, it would require an invariant lifetime like [`drop_arena`](https://docs.rs/drop_arena), which would make it incredibly painful to include an `Arena` as a field in any other...

`NonZeroU64` now has `saturating_add`, so there should be no need to convert it to a regular `u64` and back anymore.

![image](https://user-images.githubusercontent.com/4723091/44295961-c8905200-a268-11e8-966a-bf1fc55cf3d5.png) @yessky I've never heard of it, I've never heard of anyone using it, and you have horrible grammar...

![image](https://user-images.githubusercontent.com/4723091/44295956-a72f6600-a268-11e8-9943-d653871a5ca3.png) 1. Capitalize your sentences 2. Spaces after periods and commas, please 3. Try spelling out words instead of using `u` `u` isn't a word.

![image](https://user-images.githubusercontent.com/4723091/44295969-e362c680-a268-11e8-951d-a1e7b3cea990.png) I see what you tried to pull, I've updated my comments.

See the [`addByBuffer`](https://github.com/wavesoft/jbb/blob/d04b200680e9f9838f091adcaf068c120eb4811e/decoder.js#L1161) method of the BinaryLoader. Then you just call `load` as usual

> Would need to see if we could get a test environment for this one. If you don't mind following LFS-jr, the [KISS Linux installation guide](https://kisslinux.org/install#001) will take up an...

> if there are multiple systems installed, I would require the user to specify which they want to use. This isn't in control of the developer so I think you...