-
I'd like to be able to run dobby without having to be in the exact directory containing the `dobby.toml`. I may make the last git commit from a child directory, and it would smooth out the workflow to…
-
cdk-clj has started taking a very long time to boot for a simple project:
```
>> time cdk ls
lib-tx-spec
cdk ls 21.98s user 1.28s system 121% cpu 19.072 total
```
For comparison:
```
>> tim…
-
Don't suppose anyone knows what is wrong with this
```
// Test
exports.onMessage = function(msg, dobby) {
var terms = msg.split(" ");
var command = terms.shift();
terms = terms.join(" "…
-
**Describe The Bug:**
Whenever the mower faults while mowing the main switch seems to turn off even though the mower would be mowing and is still on. It’s hard to tell it should be mowing like …
-
We can register the request url, response body with some delay.
```sh
curl -X POST http://dobby/register -d
{
"url": "/payment",
"method": "POST",
"responseBody": {
"suc…
-
I manually implemented it on NDK 26 source from https://android.googlesource.com/toolchain/llvm_android/ and build using `python toolchain/llvm_android/build.py --no-build linux`. When trying to compi…
-
https://github.com/ibadfawa/Dobby/actions/runs/8644744439
Download this artifact
-
**Describe the bug**
Getting Duplicate symbols error when trying to use aesSeed flag. Without the aesSeed flags, it works fine
**To Reproduce**
Use this flag `LOCAL_CPPFLAGS += -mllvm -sub -mllvm…
-
Hello! I am using cmake to build a dynamic library (mod) for android armeabi-v7a. Im compiling from windows 10. My compiler is clang.
The error:
```[build] In file included from ..../GDL/libs/dobb…
-
Minimal repro:
```py
from systemd import journal
j = journal.Reader()
j.add_match(_SYSTEMD_UNIT="httpd.service")
```
Error:
```
Traceback (most recent call last):
File "/home/dobby/projec…