Martin Charles
Martin Charles
Hello, I use fragments the following way. I have the following files: // `fragments/StatsField.graphql` fragment StatsFields on SongUserStats { id playCount lastPlayed liked } // test.js import StatsFields from './fragments/StatsFields.graphql';...
In my project, I use both literal `graphql` files for fragments and inline queries. Is there a way to lint both types of file with this plugin? [See for example.](https://github.com/apollographql/eslint-plugin-graphql/issues/106)
Sometimes, you know how long things are going to take. Sometimes you don't. Instead of disabling the progress bar, an indeterminate state would be nice. It would show the elapsed...
When I import and use react-picture-show, I get the following error: ``` addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was...
I've been a longtime user of insta but I previously found it to fall short around parameterized testing, namely generating snapshot tests for a bunch of test data. Recently, I...
integrating the changes from https://github.com/duckdb/duckdb/pull/12682 current issues (needs discussion): * there are a handful of functions missing from the extensions header (duckdb_row_count, duckdb_arrow_row_count, duckdb_query_arrow_array, duckdb_query_arrow_schema, duckdb_arrow_column_count, duckdb_value_varchar, duckdb_execute_prepared_arrow, duckdb_arrow_rows_changed, duckdb_destroy_arrow)....