Julian Meyer

Results 11 issues of Julian Meyer

Phore is a fork of PIVX. Details: Tether: https://phore.io/ Github: https://github.com/phoreproject/phore Bitcointalk: https://bitcointalk.org/index.php?topic=2307909.0 Marketcap: https://coinmarketcap.com/currencies/phore/ Tested on my Ledger Nano S and seems to be working fine.

Bytecode to reproduce: ``` 600160025b5b01 ``` Disassembled bytecode: ``` ; Procedure 0x0 [ 0x0] | PUSH1 | [1] [ 0x2] | PUSH1 | [2] ; Procedure 0x4 [ 0x4] |...

bug

I'm currently getting a crash sometimes when connecting to a remote database. ``` BrokenPipe: Broken pipe (os error 32) at write (ext:deno_net/01_net.js:34:21) at TcpConn.write (ext:deno_net/01_net.js:97:12) at BufWriter.flush (https://deno.land/[email protected]/io/buffer.ts:745:40) at Connection.#preparedQuery...

If we had a field `last_heartbeat`, we could more quickly detect when a job fails due to process crashes, etc where it may not properly update to failed. One example...

### Description The iOS page sheet presentation jumps when releasing page sheet. This is reproducible in the `Examples` project in the repo as well. https://user-images.githubusercontent.com/1247379/201390954-ea41e6a1-4ae0-4520-96fc-f8fa56bb36f5.mp4 (see bottom of screen) ###...

Platform: iOS
Repro provided

regenerator shouldn't change code of the form: ```javascript if (false) { // do something } ``` to ```javascript case 1: if (true) break; // do something ``` It seems to...

Created a bulk extraction tool that can be used to extract entire folders of addons, making it easier for server owners to automate WorkshopDL to FastDL.

**Describe the bug** The edge-runtime does not terminate the worker for a few minutes after starting. This causes a pretty severe memory leak since a new worker is created for...

**Description** In order to run interop consolidation, we need to validate historical block hashes up to 7 days ago. With Reth as the backend, calling `eth_getProof` can be slow (30...

S-stale