Results 150 issues of Samuel Ainsworth

**Do you want to request a *feature* or report a *bug*?** feature request **What is the current behavior?** `yarn workspaces run lint` aborts as soon as the lint command in...

triaged

I have a machine that I can ssh into without any issues: ``` Host barb HostName foo.bar.com User myusername ``` but when I try to use `et` to connect to...

## Description I have a schema with ```graphql ... type Subscription { buildEvents(buildId: ID!): BuildMessage } ``` graphqlgen generates ```typescript export namespace SubscriptionResolvers { export const defaultResolvers = {}; export...

bug/2-confirmed
status/pr-welcome
area/generation
kind/bug

## Description The outputted TS contains redundant type info. ## Steps to reproduce Here's my schema: ```graphql type Query { foo(bar: String!): String! } ``` Now, I run `yarn graphqlgen`...

area/generation
area/config

### Problem you have encountered: `tensorflow` is not listed as a dependency in `setup.py` here: https://github.com/google/flax/blob/35d5d8a4ff466f57bf6af4d0f8c147d472795743/setup.py#L27-L33 but is required by flax here: https://github.com/google/flax/blob/aad0be1e9b20e3a571c9a6d7814bda7a9951ba5c/flax/training/checkpoints.py#L31 ### What you expected to happen: `tensorflow`...

Status: pull requests welcome
Priority: P2 - eventual

I'm seeing the following failures: ``` =========================== short test summary info ============================ FAILED haiku/_src/integration/jax_transforms_test.py::JaxTransformsTest::test_jit_Recurrent(Conv1DLSTM, dynamic_unroll) FAILED haiku/_src/integration/jax_transforms_test.py::JaxTransformsTest::test_jit_Recurrent(Conv1DLSTM, static_unroll) FAILED haiku/_src/integration/jax_transforms_test.py::JaxTransformsTest::test_jit_Recurrent(Conv2DLSTM, dynamic_unroll) FAILED haiku/_src/integration/jax_transforms_test.py::JaxTransformsTest::test_jit_Recurrent(Conv2DLSTM, static_unroll) FAILED haiku/_src/integration/jax_transforms_test.py::JaxTransformsTest::test_jit_Recurrent(Conv3DLSTM, dynamic_unroll) FAILED haiku/_src/integration/jax_transforms_test.py::JaxTransformsTest::test_jit_Recurrent(Conv3DLSTM, static_unroll)...

I'm seeing one test failure: ``` =================================== FAILURES =================================== _______________________ Bfloat16Test.test_float16_ConvND _______________________ [gw27] linux -- Python 3.9.11 /nix/store/bvzpppawf2naqv3qhxqv66jxaq3iaxyj-python3-3.9.11/bin/python3.9 self = module_fn = , shape = (8, 2, 2) dtype =...

# Description ```bash % pypi2nix --version % pypi2nix -r difftaichi/requirements.txt ``` Contents of requirements.txt: ``` taichi>=0.6.16 matplotlib numpy opencv-python scipy ``` Here's the complete log: ``` ❯ nix-shell -p pypi2nix...

**Describe the bug** Just tried to run the "Select Environment" command from the command palette, but got an odd error. **To Reproduce** Steps to reproduce the behavior: 1. Open the...

bug

**Is your feature request related to a problem? Please describe.** I frequently find myself working in a monorepo setup. It's often the case that I have a `shell.nix` file in...

enhancement