Richard Apodaca

Results 11 issues of Richard Apodaca

Tried running Install_DoubleClick_RunInTerminal.sh on a clean install of Ubuntu 12.04.5. Got this output: $ ./Install_DoubleClick_RunInTerminal.sh [sudo] password for rich: Selecting previously unselected package armory. (Reading database ... 144392 files and...

![screenshot from 2015-03-14 23_38_21](https://cloud.githubusercontent.com/assets/34793/6654046/c1ab1604-ca68-11e4-882e-c8a7a2a2816f.png) The above error was produced when attempting to start Armory on an Ubuntu Live DVD. Armory was installed from a freshly-extracted offline bundle by clicking on...

Using a slight modification of the code from the README and version 0.4.0: ```rust #[macro_use] extern crate serde; extern crate serde_xml_rs; use serde_xml_rs::from_reader; #[derive(Debug, Deserialize)] struct Item { pub name:...

Thank you for this excellent project! I've started building extensions with pgx and writing about it [here](https://depth-first.com/articles/2021/08/25/postgres-extensions-in-rust/). I noticed a pull request (https://github.com/zombodb/pgx/pull/107) that mentions GIN and GiST. Is the...

enhancement

From the "Brain Wallet" tab, entering a passphrase generates the address and WIF for an uncompressed public key only. Moreover, the compression status isn't noted on the screen. This could...

I can get serde_qs to parse query parameters with Actix-web using `QsQuery`. However, I can't seem to get form data encoded as x-www-form-urlencoded data to parse. What's the recommended way...

I recently found Helium and it looks very useful, especially with its SMIRKS support. However, in using the Python interface, it looks like stereochemistry isn't supported: ``` >>> smiles =...

A syntax error should report the expected characters at the reported cursor position. This helps clarify the context of the SMILES error so that it can be corrected. Alternatively, it...

I'd like to use Treeize (2.1.2) to make an array of homogeneous compound objects. A simple example would be a product with many pricings. Each pricing is composed of a...