Jim Scott
Jim Scott
Curious if you have plans to support merging the JSON data back into the MP4 files.
The release notes show that reverse should have been moved out of the string helpers, but it still appears to be there.
It would be great if like the KV store I could upload files when running in wrangler as this would allow me to much more quickly build my applications locally...
I use pagination in reverse for my blog. page-1 has the oldest content, page-N has the newest. I also setup my permalink such that page-N is just /blog/ This setup...
I found an issue, which I think is related to #53 Starting Schema - schema/Base.ts ``` export const InteractionTypeSchema = Joi.string().valid("CREATE", "DELETE", "UPDATE") .meta({ className: 'InteractionType' }); export const InteractionSchema...
I recently needed to add `type:"module"` to my `package.json` and setup my `modules: "ESNext"`. This has caused joi-to-typescript to break with the following error. ``` TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension...
Looks like the requirements.txt should probably have texttable included.
```[tasklist] ### Tech Debt - [ ] #2246 - [ ] #1481 - [ ] #2743 - [ ] rapidsai/graph_dl#85 - [ ] rapidsai/graph_dl#86 - [ ] #2869 - [...
One stop shop for ideas of things that should be periodically revisited. These ideas are might be worth implementing given certain circumstances. This should be revisited at least every release...
When running tidy on ``` markdown - **Campaign**: indicates the campaign under which the user joined, defined as the following (fictional) campaigns driven by our (also fictional) marketing team: -...