Luke M

Results 13 comments of Luke M

Renamed it to 'charEnum' which I think is more clear.

> This plugin just need to add a `---@module` above the code, it dose not need to modify the `custom_require` itself > > ```lua > ---@module "xxxx" -- add this...

I also got this bug. It only goes 1 level deep.

Just to say we also encountered this problem. When no files are found, it throws an error (same one as above). Maybe an option for "when no files found" could...

> "discoveryAmount" does not sound intuitive. IMO something like "discoveryZoneSize" would describe the intent of this prop better. Personally I think that confuses it with the swipe area width, as...

I think `discoveryZoneSize` makes it sound like you're changing the area where you can click to discover the drawer, which is not what this prop is doing. I think it's...

> In fact, we are missing tests. Would you be willing to add them? @tech-meppem I can try, although I'm not sure how they are done here. I can't see...

> This would be a good reference: https://github.com/mui/material-ui/blob/master/packages/mui-material/src/SwipeableDrawer/SwipeableDrawer.test.js :) I'm looking at that, and while it's somewhat helpful, I'm not really sure how to apply the test for this prop....

@hbjORbj What system / package is being used for the tests? Where can I look up for docs / help on how to solve the problem I listed above?

> @tech-meppem Hi. Would you like to finish this up? :) I was struggling to get the tests to run for a while, as they would just crash / error...