Jake

Results 13 comments of Jake

@malaxmimdkm I doubt it can. It doesn't appear to have any indexing or other advanced features. If you really need 5gb of data, it's probably best to use an external...

I'd love if we could just have a prop `truncateCharacter` that we can pass to `` to alter the `…` character. I'll try to write a PR for this right...

**Update**: Currently waiting for PR sindresorhus/cli-truncate#19 to be merged, then I'll finish this up

@vadimdemedes Sorry to ping. I wrote tests, but I was unable to actually verify them because *literally every single test in your test suite* seems to fail for some reason.

> Taking a hint from the above comment, I added my preferred `tab_spaces` setting to `rustfmt.toml` and Rust Analyzer seems to abide by it in VS Code. Not sure if...

@dspinellis I'm not really an expert on bash scripting, but I can look into it

@smichel17 It does, but that repo redirects here so it really doesn‘t matter

I can also reproduce this issue, but I have it with `[email protected]`... ``` Download https://dev.jspm.io/npm:@jspm/core@1/nodelibs/timers.js error: Import 'https://dev.jspm.io/[email protected]' failed: 500 Internal Server Error at https://raw.githubusercontent.com/Zhomart/dex/930253915093e1e08d48ec0409b4aee800d8bd0c/lib-dyn/deps.ts:4:26 ``` EDIT: The issue seems...

FYI, I'm on parcel 2.7.0 (building from `node:16-alpine`) and still getting segfaults

I made a fork of the emulator [here](https://github.com/codemaster138/6502js) and fixed the issue partially. the following would now work : ``` define white $01 define topleft $0200 lda #white sta topleft...