Sameer Puri

Results 18 issues of Sameer Puri

Just simplifying this a bit. I'm also preparing to implement #48, and it looks like we need a `ColorizedStr` since a String cannot be created in a const fn.

If you speak another language, I would appreciate your help in translating the `README.md`. For tables, checklists, or other data that might change, please indicate that that information is in...

help wanted
good first issue

Hi there, First off just wanted to say thanks for creating this, it's a really helpful tool. I recently set up throttled on a Latitude 5420 and am running into...

This PR fixes #12 by splitting large objects into a header and raw data which are individually hashed then patched together for the lobj hash. I kept a fallback to...

This is an idea I had from the very beginning, but requires a lot of time investment for questionable reward. svg2gcode draws paths one by one with a naive DFS...

enhancement

Migrated the code to edition to 2018. Changes include: * `try!(abc)` --> `abc?` * `Box` --> `Box` * No need for extern crate * `use something_from_crate::ABC` --> `use crate::something_from_crate::ABC` *...

Allows you to pass slices, pass by ref, use bytes::BytesMut, etc.

Attempting to use the current version of Gradle in CodeChickenLib with Java 8 returns the error: **NoClassDefFoundError: [Ljava/util/HashMap$Entry** As explained [here](https://discuss.gradle.org/t/using-a-map-in-build-gradle-throws-noclassdeffounderror-ljava-util-hashmap-entry/7325), Gradle 2.0 supports Java 8.

Encountering issues with Zetta-Industries' BigBattery :cry: In method com.bymarcin.zettaindustries.mods.battery.tileentity.TileEntityPowerTap.onTransferEnergy(), calls to com.bymarcin.zettaindustries.utils.WorldUtils.getAdjacentTileEntity() should be cached. See the attached image to see how much time this method is wasting in a...

enhancement