milahu
milahu
nitpick: > Having trouble properly implementing ShellJS please rename to "using ShellJS"
> so far I've only been able to get responses where the cookie is set in the response body what? ``` $ curl -v "http://httpbin.org/cookies/set?a=1&b=2" --cookie a=1 2>&1 | grep...
also some stack traces will (try to) fetch these sourcemaps sourcemaps are useful for debugging, so ideally, prefetch the sourcemaps on build, and patch the urls
> some stack traces will (try to) fetch these sourcemaps ... to `${workdir}/sourcemaps`, but this fails in my case debug console: > ```Could not read source map for file:///nix/store/xzpplq37c76fnjyl3nzgwdpb038yqvhx-vscodium-1.72.0.22279/lib/vscode/resources/app/out/vs/loader.js: ENOENT:...
> Since the url needs to be hardcoded, to use a local url would be difficult (for all systems) `sourceMappingURL` can be a filename, then its relative to dirname >...
> but there is another problem ... > > > [vscodium-online-sourcemaps.txt](https://github.com/VSCodium/vscodium/files/9741573/vscodium-online-sourcemaps.txt) > > all URLs produce HTTP 404, because sourcemaps are only generated in macos builds or you know... build...
github tree api index file: - [readme.md is used](https://github.com/milahu/random/tree/master/github/github-tree-api-index-file/1) - [index.md is not used](https://github.com/milahu/random/tree/master/github/github-tree-api-index-file/2) - [index.html is not used](https://github.com/milahu/random/tree/master/github/github-tree-api-index-file/5) - [readme.md is preferred over readme.txt](https://github.com/milahu/random/tree/master/github/github-tree-api-index-file/3) - [readme.adoc is preferred over...
> For testing of a .ksy specification against sample files, one approach could be to convert an input binary file into an XML document, YAML document or similar which can...
> ```json > "scripts": { > "test": "./tests/run.sh" > } > ``` my idea was that some binary files can be generated, for example: sqlite database, ext2 filesystem, png image...
> for now we can parse and close the file what if my file has 100GB, but i have only 1GB ram? (example: sqlite3 database) currently `kaitai-struct-compiler` generates ```py @property...