Kenny

Results 8 issues of Kenny

Got some simple code: `b2 = B2(B2_KEY_ID, B2_APP_KEY)` `bucket = b2.buckets.get(B2_BUCKET)` That returns a `401 - unauthorized:` This happens in latest version 0.2.1 but if I roll-back to 0.1.10 there...

Quick question that I couldn't find an answer to after walking through the code. The example is given of how to do a dynamic translation loader. But from what I...

I have used this library for many years but just noticed that the tutorial blog post now requires a paid Medium account. Was this on purpose or an oversight? I'd...

I was seeing issues related to how many icons were being requested at a time. Without any sort of throttle and above ~225 icons I was getting errors from S3...

Figma has the notion of variants or grouped nodes. This 2x2 grid has 2 different variations creating 4 possible outcomes. ![Screen Shot 2022-01-24 at 11 54 47 AM](https://user-images.githubusercontent.com/2066227/150855984-983b81a4-cab6-47c3-9173-19a0b15790f5.png) We've begun...

Currently DOMAIN option allows a string. I need more fine control over the DOMAIN name and have added the ability for DOMAIN to be a callback function with a single...

### Which @angular/* package(s) are relevant/related to the feature request? core ### Description With Input signals they are read-only which forces any consumer of the component to have to set...

area: core
core: inputs / outputs
cross-cutting: signals

### Is this a regression? Yes ### Description With the removal of `props` we've noticed an issue with how `createHostDirectory` used to work. Previously (before v17) we were doing something...