Hugo Poissonnet

Results 62 comments of Hugo Poissonnet

dexdump ``` dexdump: invalid option -- 'v' dexdump: no file specified Copyright (C) 2007 The Android Open Source Project dexdump: [-c] [-d] [-f] [-h] [-i] [-l layout] [-m] [-t tempfile]...

Sorry for respond late, I have upgrade `exodus-core` to `1.0.14` still same issue, 0 trackers found. I have pretty much the same output log than with version `1.0.7`. I will...

Found the issue my `dexdump` failed to parse classes ``` Processing 'fr.playsoft.lefigarov3/classes2.dex'... dexdump: libdex/DexSwapVerify.cpp:382: bool swapMap(CheckState*, DexMapList*): Assertion `((((((typeof(OPAQUE_SAFE_IOP_PREFIX_VARIABLE__a))(-((typeof(OPAQUE_SAFE_IOP_PREFIX_VARIABLE__a))(~((typeof(OPAQUE_SAFE_IOP_PREFIX_VARIABLE__a)) 1

Seems to be `134`

I found a workaround ``` roles: - role: undergreen.mongodb tags: ['mongodb'] ```

I use a dsub client on my phone, not sure if I use a hack, or it works out of the box, I will check on this.

I have experience the same problem with `` input but there is no solution at all. Open a `` with javascript is only possible on WebKit Browser at this time....

This thing is very confusing because the documentation is obviously incomplete. As in [the documentation](https://optimalbits.github.io/bull/#repeatable) ``` Bull is smart enough not to add the same repeatable job if the repeat...

I'm working on it but it's not simple to do, I even identified a "bug" when you do queue.add(repeatableJob) then you do a job.promote(), the job is reschedule 2x times...

So in my PR I just set the first timestamp to the previous iteration not the next. So behavior will be the same except the first job will be not...