-
Currently, the only scope available for functions is global:
```
function foo1
function foo2
echo hello
end
foo2
end
> foo1
hello
> foo2
hello
>
```
It'd be nice if we could att…
-
In order to provide insightful errors and remove ambiguity, parsing helper functions should return `Result` instead of `Option`.
-
Activities should have its own service isolated. Create a new folder for activities in the repo
Things to do:
- [x] Create a new branch
- [x] Create a new folder for activities
- [x] Implemen…
-
I have a module with a set of helper functions that I intend to call from my main module, in a parallelized way using joblib. However, this yields the following error:
> BrokenProcessPool: A task h…
-
Basically, in the `sunkit-image.radial` module, the exported functions are all "full, stand-alone" algorithms except for the "set attenuation coefficients" function, which is just a helper for the FNR…
-
More concrete thoughts after our chat, and how to work on tackling it iteratively. Thoughts and comments please @AngusMcLure!
**Goals of refactoring**
- reduce the shiny-specific code required to …
-
roadmap for parts
#9133
#9148
I still don't have an overview and design for the desired module structure, especially where to put helper functions and model/estimation functions that are reused i…
-
Add docstrings for the two helper functions: `random_varname` and `all_subclasses`.
-
`basename`, `dirname`, and `pathinfo` are locale aware, meaning that they will only handle characters that match up with the PHP default locale (ASCII). For example, Using Non-ASCII Unicode filenames …
-
**Is your feature request related to a problem? Please describe.**
No problems!
**Describe the solution you'd like**
I have quite a few helper functions that I think might be useful to phsmethods…