Dāvis

Results 51 issues of Dāvis

Expose `page` in API so that clients (eg. `epicgames-freebies-claimer`) can reuse cookies we collected. Also add option so clients can provide cookies. Basically currently each time you try to login...

Continuation of #278 (that was closed because it was sent to `beta` branch which is now merged in `master` and removed). Work still in progress.

That would make it a lot easier. I haven't looked into it, but there should be some API with which you can register your device and get `iid` automatically. Like...

enhancement
help wanted

Without this PR, I got this exception ``` dstep: an unknown error occurred: core.exception.AssertError@/usr/include/dlang/dmd/std/range/package.d(10439): Range is not sorted ---------------- ??:? _d_assert_msg [0xc5ba2228] /usr/include/dlang/dmd/std/range/package.d:10439 pure void std.range.SortedRange!(clang.TranslationUnit.TranslationUnit.relativeLocationAccessorImpl!(clang.Visitor.Visitor).relativeLocationAccessorImpl(clang.Visitor.Visitor).Entry[], "a < b").SortedRange.dbgVerifySorted() [0xc5ad4c87]...

Really awesome tutorial and thanks! but there isn't any mention of lighting, normals nor materials. I consider them to be quite important.

Update numerizer to 2.0. All tests does pass.

If signal handler is called inside `malloc` we might deadlock, issue #47 Got this deadlock with jemalloc ``` #0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135 #1 0x00007f3a01900c55 in __GI___pthread_mutex_lock (mutex=0x7f39fd400310) at ../nptl/pthread_mutex_lock.c:80...

Currently if a linux case-sensitive filesystem is mapped to Windows guest using virtiofs then a lot of programs doesn't work trying to access files on this mapped disk because of...

Feature request
virtio-fs

Hi, So I was working on https://github.com/Revadike/epicgames-freebies-claimer and https://github.com/Revadike/node-epicgames-client But just found this project and it has a lot more functionality already so I think abandoning `epicgames-freebies-claimer` and using this...

Even when using latest git version, it still fails to save login info. Basically login flow works correctly. I enter user/pass/captcha then SMS code and it shows me ``` {"R":"","S":"OK"}...