Sam Littlefair
Sam Littlefair
Added some info the Prismic file.
https://github.com/prismicio/slice-machine/blob/d5e869a9fa226992f2d99efa5d4105e758249c52/packages/sm-commons/expect/index.js#L35 It looks like these tests aren't compatible with the latest Slice Builder: ```js expect(model).to.have.property("type", "Slice"); expect(model).to.have.property("fieldset"); expect(model).to.have.property("description"); expect(model).to.have.property("icon"); expect(model).to.have.property("display"); expect(model).to.have.property("non-repeat"); ``` After creating slices with the builder, I tried...
https://github.com/raganwald/javascript-allonge-six/blob/e9102eac19a5b499a6db8dd271ee1c1d33fc95db/manuscript/markdown/1.ComposingData/reassignment.md?plain=1#L23 It looks like this text was copied to "Reassignment" from "rebinding," so it references itself.
## Types of changes - [x] Chore (a non-breaking change which is related to package maintenance) - [ ] Bug fix (a non-breaking change which fixes an issue) - [...
### Describe the bug Of course we expect global styles to apply globally: https://github.com/sveltejs/svelte/issues/11990 There's some confusion about *when* a global style will get applied. For example, you might not...
I've suggested some changes to simplify the readme. I've also added comments (formatted as caution blocks) where more information is necessary.