Henrik Feldt

Results 147 issues of Henrik Feldt

Examples does: ``` import schema from '../../../schema.json'; // snip beforeEach(() => { // snip cy.mockGraphql({ schema }); ``` Docs do: ``` cy.task("getSchema").then(schema => { cy.mockGraphql({ schema, operations: { ... }...

``` ./node_modules/graphql/index.mjs 42:0-48:205 Can't reexport the named export 'BREAK' from non EcmaScript module (only default export is available) at HarmonyExportImportedSpecifierDependency._getErrors (src/site/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js:363:6) at HarmonyExportImportedSpecifierDependency.getErrors (src/site/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js:343:16) at Compilation.reportDependencyErrorsAndWarnings (src/site/node_modules/webpack/lib/Compilation.js:1425:22) at hooks.finishModules.callAsync.err (src/site/node_modules/webpack/lib/Compilation.js:1221:10)...

This tutorial https://getindata.com/blog/dbt-run-real-time-analytics-on-apache-flink-announcing-the-dbt-flink-adapter/ ...after downloading the Kafka Table Connector `curl -LO https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kafka/1.16.0/flink-sql-connector-kafka-1.16.0.jar` into the right place... returns: ``` 17:08:33 Running with dbt=1.3.3 17:08:33 Found 4 models, 0 tests, 0 snapshots,...

Is there any nice ways of reading a sequence of mapped results lazily after opening a data reader, without getting 'System.InvalidOperationException: DataReader has been closed`?

bug

https://icanhasdot.net/result?github=logary~2Flogary

![screen shot 2015-02-18 at 09 21 25](https://cloud.githubusercontent.com/assets/193115/6244149/92392194-b74f-11e4-8fd1-7d965916f132.png) Right now `mono NuGet.exe pack` doesn't produce usable nugets. I haven't investigated further.

I'm getting an error if I call return Rollback from within a nested transactional function with Mono.Data.SQLite (or SQLite in general). ``` fsharp let internal op eid = Tx.execNonQueryi "insert...

As a user, Doing joins, I may not want to duplicate all DTOs, But if I don't, I get these exceptions: ``` Exception: Mono.Data.Sqlite.SqliteException: SQLite error no such column: r.images...