Louw Hyman

Results 6 issues of Louw Hyman

#### Problem: When I do a gridsome build with the component it doesn't render it, when I run `this.$modal.show('example')` it renders it properly. #### Version: Latest #### Example & screenshots:...

stale

As a side note, when I requere the same lib as a const variable, it complains and says that this variable is already implemented in another file.

I have a suggestion for making the options more dynamic. When you create a component using this code ``` const { myGetter } from 'getters-i-created' @Component({ computed: { myGetter }...

Hi, firstly thanks for the component, its a really cool/useful idea. However it seems that the resizing doesn't apply when you reload the page, it would be very cool if...

In this image I've got the text in Strapi which is quill 1.6, here you can see I've added the lists. ![image](https://github.com/quilljs/quill/assets/14559737/3adce1e8-5d2b-491f-bc81-bd2bf4307975) Then here we have it being loaded in...

I am busy rewriting ursina.prefabs.platformer_controller_2d In the update function, you can see it uses boxcast 3 times (the last time doesn't matter as much) . https://github.com/pokepetter/ursina/blob/c587be243ce04aeed918af4d21a283842c76076f/ursina/prefabs/platformer_controller_2d.py#L80 I've refactored it to...