Alex Matchneer

Results 86 issues of Alex Matchneer

`createModelDataFor` was the old name before it was changed to `createRecordDataFor`

:dart: canary
:label: test
good-first-issue

I think it should be possible to call .load() on a sync belongsTo reference, but if you do, you get an AssertionError: Assertion Failed: You looked up the 'team' relationship...

changelog:feat

Using `resetNamespace:true` when _mounting_ an engine works, but if the engine itself has routes with `resetNamespace:true`, those routes get entirely stripped of their engine mount prefix, causing errors within link-to...

I was just wondering if there's been any talks/RFCs/proposals to inline some pg_party functionality into Rails core? In particular, it feels kinda bad that you have to do [all this...

I'm trying to use Kafka-Streams to parse the data I've loaded into Kafka using Postgres and I'm getting ``` Exception in thread "StreamThread-1" org.apache.kafka.streams.errors.StreamsException: Extracted timestamp value is negative, which...

I _know_ I technically/probably shouldn't be asking this in a Github issue, but maybe it's not so terrible an idea: Are there any hosted Postgres solutions that would let me...

The current GitHub title of this repo is "Source-agnostic distributed change data capture system". This is a confusing title since databus only works for Oracle (right?). As someone who's trying...

I have a private helper lane that accepts options, does some shared logic, and then calls out to `aws_s3` with something that looks like: ``` aws_s3( #... ipa: options[:ipa], apk:...

There's a lot of places throughout the codebase ([example](https://github.com/keen/keen-dataviz.js/blob/75dbed09ea1e77a59f24c45819be95236b479617/lib/libraries/default/funnel.js#L336)) that use Element.remove(), but this isn't actually supported in IE11 (and presumably older IEs). In IE11 the chart won't render and...

This implements support for the Ruby 3.0+ Fiber Scheduler interface. If a Fiber Scheduler (such as the one defined by the Async library) is present, then we invoke its hooks...