Brendan Matkin

Results 11 comments of Brendan Matkin

For the sake of discussion: Technically the HTTP/1.1 RFC document says that POST is a cacheable method: https://tools.ietf.org/html/rfc7231#section-4.2.3. MDN also says it is cacheable if `freshness information is included`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST...

@kuitos ok thanks! I'll chew on it. For now I'm thinking (since it seems to be needed in only a few edge cases), that checking if the body has changed...

Also having trouble with this!

I think the MglMap expects a container prop.. and then it takes 100% of the height of that container. That's what I did anyway and seems to work. ``` ```

@cberthiaume This is what I did. HOWEVER, I've since switched to https://github.com/phegman/vue-mapbox-gl - I'm not 100% sure if this example still works, but should be close: ```Vue // App.vue import...

I like it mostly because it does less. Also a few documentation gaps with this library made it a bit frustrating to get up and running. vue-mapbox-gl creates the component...

Thanks to what I found here I got it to partially work (using `nuxt 2.12.2` & `@nuxtjs/vuetify 1.11.0`) These work (basically treated as user variables): `preset/index.js` `preset/overrides.scss` These don't work...

Note for future searchers if you are using sveltekit. Pico depends on `main`, `footer`, `header` being direct children of `body` for certain layouts, but that's not possible with sveltekit if...

@giltig I don't have the project set up anymore (I ended up switching back to DaisyUI) so I can't verify this - BUT one way is to edit the css...

@Staszek-org I haven't tried to use this in many years. I'll give it a whirl some time soon but can't at the moment. In the mean time, have you tried...