Will Stevens

Results 29 comments of Will Stevens

This is a known issue. Since it only affects the 1x1 keyboard I have not spent the time to figure out what the problem is. Sorry about that...

This implementation is no longer maintained. It is recommended to use the new implementation. https://github.com/swill/kad Cheers...

This is something I am also planning to add. I think people would appreciate it. I need to look up what the specs are though. I don't remember them, but...

This is because there is no `w` attribute, so my tool is treating it as a `1u` key. the `w2` creates the additional space so it takes the space of...

The gist you have linked does place a stabilizer and it also treats it as a `2u` key. This is because from the first example, the `w2` was changed to...

Yes, I saw that. This is a bit hard for me to support as the `w` and `w2` have unique functionality. I could potentially check the `w2` option if the...

I just modified the key via the via the `Properties` configuration in KLE, and the builder works as expected. ![image](https://user-images.githubusercontent.com/13644/55657910-d54ac180-57c9-11e9-8496-6e0aa98eb43e.png) ![image](https://user-images.githubusercontent.com/13644/55657920-e1368380-57c9-11e9-87d0-bbc7abf0d2a8.png)

This is currently not supported... If you fork this repository, you could probably change the code of this repo to do that for you, but I don't officially support that...

I spent many hours trying to troubleshoot this issue today. I posted my findings here: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/issues/1229#issuecomment-827896078 TLDR; While I could not get the `env` or `envFrom` methods to work, I...