PatchTheCode
PatchTheCode
**Version**: 0.4.17 **Xcode**: 9.6 Beta **SampleCode**: [LayoutsSample](https://github.com/patchthecode/layoutTests) Above is the image of the result I am getting. **Expected:** The red square should be height 100. **Actual:** It looks like the...
Thoughts on dropping this requirement?
Does min.io have an SDK to do this instead of directly running curl from the console?
On the site http://learnlayout.com/, i see you are using Jekyll. Can you tell me which what does a web server need to support this? or better yet, can you tell...
Instructions here as of oct-19-24 is broken https://docs.deno.com/runtime/tutorials/how_to_with_npm/vue/ 1. first i ran this `deno run -A npm:create-vite` 2. then i ran this `deno task dev` and it failed here
So this is my original code ```swift extension DiscoverController { struct TrendingHashtagsOutput: Content { let trending_hashes: [String] } func trendingHashTag(req: Request) throws -> EventLoopFuture { guard let pgdb = req.db...