David Patrick

Results 7 issues of David Patrick

Great work on the fragments library so far; I've found it very helpful in upgrading from the old Ember Data to the new 1.0 Beta series. However, I am wondering...

enhancement
discuss

After echoing back the "client_id" that was provided by EPF for the parent document, I discovered a non-deterministic error that occurs on updates. (Haven't been able to replicate it for...

I just got an error that seems pretty weird to me. ``` Uncaught Error: Assertion Failed: Must be attached to a session. deps.js:23517 Ember.assert deps.js:23517 require.define.Ep.LazyModel.Ep.ModelPromise.extend.load deps.js:74141 ``` Not really...

What is the correct (and simplest) means of notifying EPF about Embedded Documents? Earlier, I thought that I had figured it out; but now, I'm running into the follow issue:...

### Describe the bug Without an `impl From for RecordIdKey` updating and querying a record by UUID seems impossible. ### Steps to reproduce Given a record whose `id` is `Thing::from(("table_name",...

topic:rust
sdk-issue

**Describe the bug** Odd warnings are being generated when using `Transition|Suspense` inside of a "parent" element; such as: `` or ``. Example warning: ```[WARNING] Non-fatal error at ... while calling...

bug

**Is your feature request related to a problem? Please describe.** The Leptos 0.7 Release Notes shows: ```rust let user = Resource::new(|| (), |_| user_id()); let posts = Resource::new( move ||...

good first issue