Daniel Tashjian

Results 10 issues of Daniel Tashjian

Lots of errors out there aren't `Clone`. In particular, `sqlx::Error` isn't. Whether they should be or not, the fact is `Clone` cannot be relied upon. Wrapping in an `Arc` does...

enhancement

## Description of the feature I am trying to add an auth layer to my application that does the following: 1. validate JWT 2. extract value from JWT 3. provide...

enhancement

Currently some of the builders perform validation to ensure the data is representative of the specification. The responsibility for validation should be its own component. The builders should only be...

enhancement
medium

Currently only 16-octet and 32-octet initialization vectors are allowed. User code should be able to use arbitrarily strong encryption. To that end, initialization vectors should be of variable size.

enhancement
low

### Bug Description I'm trying to derive postgres / sqlx types for: 1. An enum which is represented as an integer in postgres 2. A struct which uses that enum...

bug

I am using the plugin version 3.2.3. I just spent the whole day trying to figure out why I was getting java 8 class files when compiling despite being sure...

bug

I'm getting the following warning message in the connect logs: ``` > kubectl logs onepassword-connect- ... {"log_message":"(W) Server: (failed to createVerifiedAccess), Authentication: (Invalid bearer token), square/go-jose/jwt: validation failed, token is...

tracked

We would like to be able to send validated email addresses between servers. This pull request adds `serde` support to `EmailAddress` so it can be communicated across the wire in...

Running the causal impact algorithm appears to leak memory. Reproduction code: ```python import gc import pandas as pd from causalimpact import CausalImpact data = pd.read_csv('https://raw.githubusercontent.com/WillianFuks/tfcausalimpact/master/tests/fixtures/arma_data.csv')[['y', 'X']] data.iloc[70:, 0] += 5...

### Is your feature request related to a problem? The existing support for "temp" tables with the Big Query backend is to upload session scoped tables from in-memory tables to...

feature