-
The following code errors for lodash but not for the similar implementation using the built in `.filter()`. I encountered this, but my minimal repro is inspired by @ialexryan 's report of [microsoft/T…
-
### Prerequisites
- [X] I have checked the existing issues to ensure this is not a duplicate.
- [X] I am running the latest version of Tailcall.
### Describe the bug
I have linked multiple g…
-
### Prerequisites
- [X] I have checked the existing issues to ensure this is not a duplicate.
- [X] I am running the latest version of Tailcall.
### Describe the bug
I have a field that retu…
-
Very similar to #6980, but this one should run tests (expects) in all roc code blocks that have them.
Example code block:
```roc
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/r…
-
Given an integer n, return a string array answer (1-indexed) where:
answer[i] == "FizzBuzz" if i is divisible by 3 and 5.
answer[i] == "Fizz" if i is divisible by 3.
answer[i] == "Buzz" if i is d…
-
https://github.com/hueckert/js-arrays-lab/blob/a8a5cfe3651e3b1876abe4d7cf8410d2dd424213/app.js#L186
Great job! Here's a way to solve it with one forEach .
`nums.forEach(num => {
if (num % 3…
-
Hello @BrianPugh,
Thank you so much for the project—it's truly amazing and simplifies many tasks!
I have recently started my journey with Cyclopts, and I've found that testing my CLIs can be qui…
-
## **Directions**
_Write a program that console logs the nubers from 1 to n. But for multiples of three print "fizz" instead of the number and for the multiples of five print "buzz". For numbers whic…
-
https://leetcode.com/explore/featured/card/top-interview-questions-easy/102/math/743/
-
## Problem
I would like to do:
```python
import cyclopts
app = cyclopts.App()
@app.command
def run(
kwargs: dict | None = None,
):
```
but I get
```console
[...]/cyclopts/_co…