-
It would be nice if `map`, `mapreduce`, and `reduce` were supported with `@progress`, for example
```julia
squares = @progress map(i -> i^2, 1:10)
prod = @progress map((x,y) -> x * y, 1:10, -5:5)…
-
As a conversation starter around the course outline, here is a brief look at the outlines of a few online Python courses.
## [Google Python Course](https://developers.google.com/edu/python/)
### Licen…
-
## 🐛 Bug
It looks like a great way to define methods in Python format from C++, for debugging and testing purpose.
However, I realized that not all eager-mode definitions are accepted.
## To …
-
Bonjour, @TheGui01 , tout d'abord merci pour ton travail sur ce module, il apporte beaucoup de possibilités pour avoir un fonctionnement de chauffage beaucoup plus efficace en le combinant avec https:…
-
To provide core developers and other contributors with a formal style guide, we could create some minimal documentation about how to contribute source code along the lines of [pandas](https://github.c…
-
I am starting to lose track of all bug reports linked to generics and static early symbol resolution.
### Context
[Quoting @Araq](https://github.com/nim-lang/Nim/issues/5053#issuecomment-2717731…
-
```
What steps will reproduce the problem?
1. start Photoshop CS6 on a Mountain Lion OSX
2. import psutil; [x.as_dict() for x in psutil.process_iter()] # (in .py file,
ipython)
What is the expected…
-
```
What steps will reproduce the problem?
1. start Photoshop CS6 on a Mountain Lion OSX
2. import psutil; [x.as_dict() for x in psutil.process_iter()] # (in .py file,
ipython)
What is the expected…
-
## Problem
I have recurring tasks in my project which will be created post migration. I created an example that is able to reproduce the bug.
The task will be inserted into the `background_task` …
-
I believe there are better options to provide equivalent functionality in an easier to use way. The alternatives include:
`foreach range`
`foreach [series comprehension]`
`foreach [lazy series ge…