Philip Munksgaard
Philip Munksgaard
That's a very good point @retep998. Unfortunately, I'm not very familiar with formatting in the Windows console. Do you know of any good resources?
After reviewing the `checkbox` function from Inquirer.js, I think it feels overengineered. - It functions as a sort of looping list, where you can scroll up and down infinitely. -...
I've started an implementation in #12. Perhaps we need to support having some values enabled by default?
Indeed that would be nice. However, don't you think that use case could be covered by something like the `expand` method from [Inquirer.js](https://www.npmjs.com/package/inquirer)? Of course, we have to decide whether...
> I'm not really a fan of how the implemented "expand". It's far too complicated to use and I think it only makes sense when you have ≥10 options and...
For reference, I have something like the following in my utils file: ```elixir defp path_from_credentials_dir(name) do if credentials_directory = System.get_env("CREDENTIALS_DIRECTORY") do path = Path.join(credentials_directory, name) if File.regular?(path) do path else...
> I think [runner groups](https://docs.github.com/en/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups) could be used for this. That link is down, I think the new link is [this one?](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups)
Good question. A _very_ quick search yields at least the following papers within the last two years: - [An Analysis of Mapping Polybench Kernels to HPC CGRAs](https://ieeexplore.ieee.org/abstract/document/9835185) - [PolyBench/Python: benchmarking...
The older work mentioned is by the way this one: [Auto-tuning a High-Level Language Targeted to GPU Codes](https://ieeexplore.ieee.org/abstract/document/6339595)
In fact, some of the months are also wrong. The following should read "Tue, 1 Mar 2022 18:00:00 GMT": https://github.com/NixOS/nixos-homepage/blob/b698f967b723403bfdb3b703475f96ce7adcc3d9/blog/announcements.xml#L201