-
The images aliases documented here are not available when running a task with `--platform windows`:
![image](https://user-images.githubusercontent.com/80741/183500661-3ab6c19b-52b3-4e53-9deb-8d61aa…
-
Feature Request: Escape the `&` `>` passed in `--build-arg` and `--set` options, eg
```
acb build --build-arg arg1=a&b => arg1=a\&b
acb exec --set key1=a>b => key1=a\>b
```
Maybe it's just s…
-
```
Implement LUA scripting support
* Call LUA functions from C# and vice versa
* Load/Unload lua scripts at runtime
* Access C# variables from LUA (and vice versa)
```
Original issue reported on co…
-
If we look at any CI it is obvious that `make check` is the most time consuming part of the sequence
```
$ ./bootstrap.sh
$ ./configure
$ make
$ make tests
$ make check
```
Now, there is no …
-
acb cabscas
-
Before I forget: https://github.com/fredrik-johansson/dirichlet-paper/blob/main/rapid3.c
This just needs some minor cleanup + determining cutoffs to use by default in acb_dirichlet_l / zeta.
-
I have created custom UXKeys, When I run with proguard, It crashes when calling UXKeys.addNewKeyClass(CustomKeys::class.java)
My code in application:
```
override fun onCreate() {
super.on…
-
Example: !price acb
> fetches most recent price data for Armadyl Crossbow
Add necessary / common items to the list; BCP, ACP, etc etc
Similar functions exist for pets, adaptive similarity for pri…
-
**Describe the bug**
Built a simple mule integration using ACB and when trying to run the application, I'm seeing the following issue.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to …
-
The `basename` option description reads, with my emphasis:
> If set, then patterns **without slashes** will be matched against the basename of the path if it contains slashes. For example, a?b woul…