Voile

Results 27 issues of Voile

The task description of Task 17 is "Only match lines with the text `start`, unless the text `end` is before that (`end` may or may not be in the string)"....

bug
quiz

Test 37 says ``` Test 37/56: !#$%&'*+-/=?^_`{|}~ must be allowed in the local-part. ``` but the test only checks if they are allowed before the first dot. It doesn't check...

bug
quiz

Similar to #755, in v3.6.4 infinite loop occurs when trying to do ```javascript picker.set('max', -Infinity); ``` which is a pretty deadly pitfall (the intended code is `picker.set('min', -Infinity);` to reset...

I can easily reproduce this in the demo page by: 1. Use "Events in text field" 2. Select default English keyboard 3. Keep selecting auto-suggestion candidates in iOS mobile Or...

bug

Tested on Leaflet 1.7.1, Esri Leaflet 2.5.1. I've encountered a issue where a request to a Feature layer through resource proxy would fail with 404 error when filter condition reaches...

Help Wanted

I was testing snippets of code from Prelude.Nat in [TIO](https://tio.run): ``` total multRightSuccPlus : (left : Nat) -> (right : Nat) -> left * (S right) = left + (left...

- 希望添加的是什么? ^ - 英文叫什么? ^ - 有什么参考资料? 我自己也只能算半懂(, 所以還是不寫,省得寫錯

Content Request / 内容请求
good first issue / 对新手友好
div. 1

MikuMikuMoving has this feature where .pmx models can be scaled freely like .x models. Is it possible to implement it in nanoem? Without this it is almost impossible to change...

On PS v4 or below `Expand-Archive` is unavailable, so the install script fails. This seems to work (I haven't tested this intensively): ```powershell Add-Type -assembly "system.io.compression.filesystem" [System.IO.Compression.ZipFile]::ExtractToDirectory("$_dir/elan-init.zip", "$_dir") ```

May I know who wrote [Writing Submission Tests](https://docs.codewars.com/authoring/guidelines/submission-tests), specifically the "Reference Solution" part, and why it is so focused on emphasizing - Avoid using a reference solution at all if...