Results 20 comments of Ken Fukuyama

Thanks for the response! > 1. The back-end should use the List API to get a list of patients to display in the front-end. In this example, you would require...

> Keto might not have the information you want to use for sorting This seems difficult since the order attributes may change from time to time 🤔 Which leads me...

Thanks Alex, I'll try implementing this. Just need some time.

@jgnagy Thanks for raising this issue. As mentioned in the following issue, the faas-rancher doesn't support `available replicas` yet. https://github.com/openfaas-incubator/faas-rancher/issues/3 Since this is a bad UX, I'll try and fix...

Hi @MAK11, I don't know if this would help but when I got that error message, I haven't installed the `jspm` properly. make sure you ran `jspm install` and installed...

Reading the docs, here are some updates I think that could be made. I guess separate issues can be created for the changes that make sense 👍 WDYT? #### Metadata...

Thanks again for the detailed response! I'm still new to pulumi but am excited to using it in place of terraform. About the executor, do you have a recommendation for...

I've noticed that adding a default executor without a job doesn't make much sense. IIUC, the executor defined in the orb shines when it is used inside its job. I...

#### Use the `env_var_name` According to the [best practices](https://circleci.com/docs/2.0/orbs-best-practices/#parameters), we should probably use the [env_var_name](https://circleci.com/docs/2.0/reusing-config/#environment-variable-name) `type` for the `access-token` parameter in the `login` orb. #### Stick with either kebab-case or...

Same here. Disabling ipv6 didn't change anything for my environment. Thanks for the advice though @masuidrive :) @linas I've read your comment about TOR, but since I'm heavily using MCP,...