Skip to content

Instantly share code, notes, and snippets.

View asymmetric's full-sized avatar
👾
:

asymmetric asymmetric

👾
:
View GitHub Profile
@asymmetric
asymmetric / nix-build.log
Last active March 27, 2023 14:16
nixdoc woes
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/3nk7j6z1m0gdz2wgq4n68d1dz1z430j0-doc
source root is doc
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
@asymmetric
asymmetric / Cargo.lock
Created June 9, 2019 11:23
wasmtime Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..b961a31
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,1608 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+[[package]]
+name = "aho-corasick"
@asymmetric
asymmetric / parity-dev-constantinople.json
Created April 8, 2019 17:43
Parity dev chain with EIP-145
{
"name": "UnlimitedChain",
"engine": {
"instantSeal": {
"params": {}
}
},
"params": {
"gasLimitBoundDivisor": "0x0400",
"accountStartNonce": "0x0",
{
pkgs ? import <nixpkgs> {},
}:
with pkgs.python36Packages;
let prettytable = pkgs.python36Packages.prettytable.overrideAttrs(_: rec {
pname = "prettytable";
version = "0.7.2";
name = "${pname}-${version}";
[ERROR] Failed to execute goal org.nixos.mvn2nix:mvn2nix-maven-plugin:1.2.0:mvn2nix (default-cli) on project api: Downloading SHA-1 for org.codehaus.plexus:plexus-utils:jar:1.5.5: File: https
://s3.amazonaws.com/repo.runtime.verification/repository/internal/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.jar.sha1 , ReasonPhrase:Not Found. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
{ stdenv, fetchFromGitHub, rofi, pkgconfig, cairo, glib, libqalculate, autoreconfHook }:
stdenv.mkDerivation rec {
name = "rofi-calc-${version}";
version = "v0.1";
src = fetchFromGitHub {
owner = "svenstaro";
repo = "rofi-calc";
rev = version;

Keybase proof

I hereby claim:

  • I am asymmetric on github.
  • I am asymmetric (https://keybase.io/asymmetric) on keybase.
  • I have a public key ASCwpv4HSFSTIqhCD905cy6who4kvFbGPLUBQmvIhySkuQo

To claim this, I am signing this object:

@asymmetric
asymmetric / README.md
Last active April 28, 2016 15:41 — forked from agnoster/README.md
My ZSH Theme

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark

@asymmetric
asymmetric / workshop.md
Created April 1, 2015 07:59
BDD Workshop

BDD Workshop

Steps

  • install ruby 1.9.3-p551
  • update rubygems with gem update --system
  • install gems bundle install --without staging:production

Activities

@asymmetric
asymmetric / kaminari-issue-291
Created September 27, 2012 13:23
be gem list
actionmailer (3.2.6)
actionpack (3.2.6)
activeadmin (0.4.4)
activemodel (3.2.6)
activerecord (3.2.6)
activeresource (3.2.6)
activesupport (3.2.6)
addressable (2.3.2)
arel (3.0.2)
bcrypt-ruby (3.0.1)