Lightzane

Results 6 issues of Lightzane

### Describe the feature you would like to see added As a developer, I want to customize or hide the icons in the Yes/No button of ConfirmDialog So that I...

enhancement

Since vue-router is working in development mode, I think I had mistakenly log issue on vue-router github. Because I lately found out that I'm running it on ```serve``` (after ```npm...

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

The eight white stones on the lower left of the board are not identified as deadstones. But they are actually deadstones. ```ts await deadstones.guess([ [0, 1, 0, 1, 0, 1,...

**Issue** Using Vite with React Router is loading the assets folder from the deep routes **Steps to Reproduce:** 1. Navigate to frontend "/example/deep/again?something=123 2. Refresh the page **Expected:** Navigates successfully...

```js let input = 'entrpsre'; const result = didYouMean(input, [ 'apple', 'entrepreneur', 'enterprise', 'entry', 'surprise', ]); console.log(result); // null ``` ### Expected `'enterprise'` ### Actual `null`