Josh

Results 5 issues of Josh

This would be super handy http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html

feature

Using version: "@cfworker/cosmos": "1.13.5", This doesn't work: ```javascript const res = await this.client.getDocument({ docId: 'User|105dbf77-a3bb-4688-9fc7-9506c96d52d6', partitionKey: 'User|105dbf77-a3bb-4688-9fc7-9506c96d52d6' }); ```` Cosmos returns: 401 code: 'Unauthorized', message: "The input authorization token can't...

I'm trying to run this: http://vuejs.org/examples/tree-view.html in a vueified manner If I have the tree component, item.vue, and I try to import and use item.vue inside that file, watchify succeeds...

Would be awesome if this could 'refresh' one way binds when async data is received Something like ` Edit {{* person.name }} ` ``` asyncData: function () { var self...

When using the example Hono.Js code for [Server Streamed Events](https://hono.dev/helpers/streaming#streamsse) no events are displayed in Chrome DevTools' EventSteam viewer ![image](https://github.com/honojs/node-server/assets/136638/77f641a0-ba56-4935-a92a-2215d7ed9c63) Other stream types like streamText work correctly Reference: [Original PR](https://github.com/honojs/node-server/issues/27)