Natalie Klestrup Röijezon

Results 86 issues of Natalie Klestrup Röijezon

It seems like the GPIO interface takes some time to load. In the meantime the pin's file will exist in sysfs, but any attempt to change a setting will result...

This is required by [`failure::from_boxed_compat`](https://docs.rs/failure/0.1.5/failure/struct.Error.html#method.from_boxed_compat). `Sync` is not strictly required (it can be wrapped in a mutex separately), but we might as well forward it if the underlying error provides...

I have a class that looks like this: ``` scala package object pimps { implicit class AtomicReferencePimps[T](val ar: AtomicReference[T]) { def transform(f: T => T) { var oldV: Option[T] =...

### Would you like to work on this feature? None ### What problem are you trying to solve? There's currently a *lot* of ceremony around getting an `Api` corresponding to...

help wanted
client

## Motivation This is largely a "shower thoughts" take on https://github.com/kube-rs/kube/issues/1189 and the discussions from the last office hours. It still fails `controller::tests::applier_must_not_deadlock_if_reschedule_buffer_fills` and introduces some type safety regressions that...

### Current and expected behavior For the following code, that tries to attach to a pod running in the cluster: ```rust let pods = Api::::namespaced(..); let mut attachment = pods...

bug

# Proposal ## Problem statement `RangeFrom` is *almost* a convenient way to count and index things, but its adherence to `Iterator` makes `next` fallible, even if there is no actual...

T-libs-api
api-change-proposal

As @Ma27 said in https://github.com/teozkr/Sbtix/pull/26#issuecomment-315321196, not everyone can (Windows users) or wants to use Nix (yet, hopefully). Thus, being able to generate Nix builds without having it installed would help...