Results 9 issues of Nathan Jaremko

When attempting to build on arm, I get this: `src/github.com/mattn/anko/builtins/math/big/big.go:19: constant 4294967295 overflows int` and the build fails.

Improves error handling by: - Adding support for `anyhow` - Implementing `From for Response` Note: After making these changes, I get the following error when I run `wrangler dev`, which...

**Describe the bug** Two, probably related, bugs: 1. Ran the install script on an install with an unencrypted nix volume, it asked if I wanted to encrypt it, I said...

bug
stale

**Is your feature request related to a problem? Please describe.** It seems `haskell_repl` doesn't support providing plugins in the same way as `haskell_library` and `haskell_binary`. For example, right now I'm...

type: feature request
good first issue
P3

I have the following unique index setup in my schema, and IHP can't seem to parse it correctly. Any change I make to the schema or just restarting the app,...

After upgrading to 1.2.2 I'm unable to add a remote schema (either with imported metadata, or adding through the console) Here's the relevant metadata: ``` "remote_schemas": [ { "name": "laravel-schema",...

k/enhancement
c/server
p/high
c/remote-schemas

The current behaviour fails when it encounters `ADD COLUMNS` and merges everything in the `()` into one string with no whitespace. So `ALTER TABLE catalog.table.name ADD COLUMNS (apples int)` becomes...

I can't switch to this because the version you've published to RubyGems doesn't have the relaxing on the protobuf version that you merged a few weeks ago. I'd really appreciate...

Required for [7769](https://github.com/apache/arrow-rs/pull/7769)