4x4NotFound

Results 44 issues of 4x4NotFound

Generator should support leaner clients by specifying transport class upfront **Describe the solution you'd like** Within components subset of client.ts to eliminate switch statements and import only the transport requested....

**Is your feature request related to a problem? Please describe.** Would like to inject `fetch` as the transport client **Describe the solution you'd like** A config option or dependency injection...

I've implemented ajax pagination with kaminari based on the ajax branch example and I'm getting content-type html as the response so it is rending the whole page. The page also...

Add a cheque if id is being represented a a slug. Planning on using this a bit so more pull request potentially to come ^_^

Great tool, @wcygan! Do you know how to create a gradient algo to product something like this? ![image](https://user-images.githubusercontent.com/695698/180798989-c7538aa6-ce49-4765-b35a-b47f6590a6ff.png)

# Why Sometime you just want an object and not have to think about the name # What Have a `new()` method on the proxy object to generate a random...

I would be nice to access the `this.state.storage` object in the proxy object. Why? I've migrated to itty-durable from a standard DO. Itty-durable property proxy stores everything in a `data`...

I'm using itty durable and manually creating a `proxyDurable` the following way: ```ts export const initAccountNodeByName = async ( name: string, durableObject: DurableObjectNamespace ) => { const proxy = await...

# Why Having a default method or property on the DO proxy to reflect the DO object id is useful # What Expose the object id in a property or...