Results 24 issues of Arnav Singh

If a struct has too many members, `cargo clippy` will complain that the ctor has too many parameters: ``` warning: this function has too many arguments (16/7), #[warn(too_many_arguments)] on by...

https://github.com/rust-lang-nursery/error-chain/commit/baee12b9faa0b87e61bfd1057c0e6c1828588e7e https://github.com/rust-lang-nursery/error-chain/commit/fb9ea0e30a147e0b4d5705c8401e622ec8625b72 https://github.com/rust-lang-nursery/error-chain/commit/92a54ba9d5b7357b89e611db87819978364ad2a1 https://github.com/rust-lang-nursery/error-chain/commit/1d7157cb4808bb0ab9d87cb4b6007d8ec4f5b5d7

Deriving on a struct should be identical to deriving on an enum with only one variant. Brought up in https://github.com/rust-lang-nursery/failure/issues/66#issuecomment-345840324

Probably via new enum attribute `#[error_chain(sync = "true")]` https://github.com/rust-lang-nursery/error-chain/pull/110 https://github.com/rust-lang-nursery/error-chain/issues/121 https://github.com/rust-lang-nursery/error-chain/issues/134 This is blocked since `error-chain` needs to provide a way to do it first, since this crate uses [the...

Needed to supersede with this. Options: 1. Implement fan curve in `sensord`; no dynamic configuration Easy to implement, but somewhat redundant since `fancontrol` can already do this (albeit with a...

https://github.com/kubernetes/kubernetes/blob/9d278e622427d307d50c1c2440b556005e2f8769/CHANGELOG/CHANGELOG-1.24.md#openapi-v3 >Kubernetes 1.24 offers beta support for publishing its APIs in the OpenAPI v3 format. Compare with the v2 schema to see if anything is documented more precisely, eg using...

The API server exposes its spec at [`/openapi/v2`](https://kubernetes.io/docs/concepts/overview/kubernetes-api/#openapi-and-swagger-definitions) Is it worth allowing a user to run `k8s-openapi-codegen` against this endpoint to generate a custom API bindings crate? --- Edit: Starting...

libcodegen

These are common to spec-generated clients of all languages, but it helps Rust devs who haven't used the other languages' clients before. - Resource types are under `api`, etc, then...

- Kinect.js - Canvas renderer. Contains text metrics support already. [Tutorials](http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-text-tutorial/) | [Source](https://github.com/ericdrowell/KineticJS/blob/master/src/shapes/Text.js) - pixi.js - Combination canvas and WebGL renderer. [Tutorials](http://www.goodboydigital.com/pixi-js-tutorial-getting-started/) | [HN](https://news.ycombinator.com/item?id=5380345) | [TypeScript definitions](https://github.com/borisyankov/DefinitelyTyped/tree/master/pixi) | [Docs](http://www.goodboydigital.com/pixijs/docs/)

- [x] \k ~~should be trivial to implement with `animation-timing-function: step-end`~~ [Done.](https://github.com/Arnavion/libjass/commit/f48f573) - [ ] \ko is harder - there's no CSS property to animate. - [ ] \K's sweeping...