Michael Blum

Results 7 issues of Michael Blum

Here's the stacktrace: ``` [DEBUG ] "POST /td.pebble.sdk_events HTTP/1.1" 200 0 [ERROR ] global name 'traceEnabled' is not defined Traceback (most recent call last): File "/Users/mblum/Developer/pebble-dev/PebbleSDK-3.1/bin/../tools/pebble.py", line 165, in sys.exit(main())...

- Neo4j version: 3.4.3 - Operating system: Ubuntu 16.04 - API/Driver: ``` compile "org.neo4j.driver:neo4j-java-driver:1.5.1" compile "org.springframework.data:spring-data-neo4j:5.0.5.RELEASE" ``` Using the bundled OGM version: OGM | Neo4j | Bolt | SDN |...

team-kernel

Listening on jQuery onBlur like this: ``` javascript this.$('select').on('blur', $.proxy(function(evt){ this.$('select').data('combobox').hide(); }, this)); ``` change events work but blur fails until i added event triggers in the blur method like...

In the source code, these two functions: ``` javascript , clearElement: function () { this.$element.val('').focus(); } , clearTarget: function () { this.$source.val(''); this.$target.val(''); this.$container.removeClass('combobox-selected'); this.selected = false; } ``` Don't...

- enable s3 bucket versioning - enable s3 bucket-level encryption with aws/s3 default keys Hi Litestream! Was setting up Litestream to replicate to my AWS account and figured I'd update...

version: 4.0.0.2 neo4j: 4.0.0-enterprise [apoc-debug.log](https://github.com/neo4j/cypher-shell/files/4268425/apoc-debug.log) Getting a lot of warnings when starting neo4j. the default APOC jar bundled with Neo4j 4.0.0 is also 4.0.0 but I swapped it out for...

### Version 1.26.0 ### What happened? A bug happened! Running: ``` go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest sqlc generate ``` errors with: > relation "pg_matviews" does not exist. tried `:exec`, `:many` as well...

bug
triage