lash

Results 20 issues of lash

This is a screenshot of the render I got: ![](https://g33k.holbrook.no/1f5fac2c) ... using: ``` $ pip freeze alabaster==0.7.12 Babel==2.10.1 certifi==2021.10.8 charset-normalizer==2.0.12 docutils==0.17.1 idna==3.3 imagesize==1.3.0 Jinja2==3.1.2 MarkupSafe==2.1.1 packaging==21.3 Pygments==2.12.0 pyparsing==3.0.9 pytz==2022.1 requests==2.27.1...

I am using a multi sim card device with `gammu`. When trying to interact with sms, `gammu` just outputs "unknown error", According to strace, the command `AT+CPMS=?` fails. I've verified...

compiling the following with `solc --optimize --bin-runtime` ``` pragma solidity ^0.4.11; contract Simple { bytes32 public v; function set(bytes32 _v) { v = _v; } } ``` bytecode: ``` 606060405263ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416637c2efcba81146046578063db80813f146068575b600080fd5b3415605057600080fd5b6056607d565b60405190815260200160405180910390f35b3415607257600080fd5b607b6004356083565b005b60005481565b60008190555b505600a165627a7a72305820645352c019aae26da402b9c2edac41e0989caf52f865879af82a9646ae1f3f9c0029...

Hey, thanks for a brilliantly written tutorial. Impressive clarity! I am trying to make it work with qemu-riscv64 and riscv64-elf-* tools from archlinux. It compiles fine, but when I run,...

Could not get available repo migrations: http.DefaultClient.Do error: Get "https://ipfs.io/ipns/dist.ipfs.io/fs-repo-10-to-11/versions": dial tcp 209.94.90.1:443: i/o timeout `280b5e796651f7e36bcb9f8aee3527009345207e`

need/triage

Trying to get this file with your nodejs xmlhttprequest ``` $ curl -X GET -I http://localhost/test/foo.bin HTTP/1.1 200 OK Date: Wed, 20 Jun 2018 11:58:51 GMT Server: Apache/2.4.33 (Unix) Last-Modified:...

I build devel `d4e77888a45cde3745e7edd7ad9039fffef8ea2b` with command `nox` (I wanted to build `v2.17.3` but if failed due to missing parameters in a file, probably deps version issue). It took 8 whole...

new_contributor

**Describe the bug** Blink seems to not use custom CA added manually in phone. Says it cannot retrieve invoice. **To Reproduce** Steps to reproduce the behavior: 1. Install CA certificate...

How do I build this? There doesn't seem to be build instructions. So far I've tried `npm i` which works, and `npm run make` which complains about missing module "MakerAppImage"...

Is this gitbook? I tried build with gitbook and mdbook. Neither worked. [gitbook](https://gitbook-ng.github.io/setup.html) (3.3.6) gave me: ``` ]$ npx gitbook build info: 13 plugins are installed info: 6 explicitly listed...