Ian Hunter

Results 60 issues of Ian Hunter

Related to (#32) I don't know how to do the build for this plugin, but I have done my best at the logic required. I may need some assistance to...

I often split my to-dos (especially my work ones) into sub items. e.g. ``` - [ ] Implement new code feature - [ ] Do the code - [ ]...

Bug: ``` from jaconv import alphabet2kana print(alphabet2kana("A")) > A print(alphabet2kana("a")) > あ ``` Fix: call "lower()" at the start of the function.

If compiled with -Wstrict-prototypes using emcc (the emscripten compiler), it successfully catches that this function header is empty (though it is correctly 'void' in the associated header) ``` error: a...

## Description ## How Has This Been Tested ## Change Type - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which...

**Describe the bug** rolling 1d99999999999999999999999999999999 always returns 1 **To Reproduce** ./build/dice 1d99999999999999999999999999999999 **Expected behavior** Either: - An error or - A value between 1 and rolling 99999999999999999999999999999999 **Environment (please complete...

bug

**Is your feature request related to a problem? Please describe.** We need to disable some warnings for YACC/LEX and also for external libraries. It would be nice if we can...

Feature Request

**Is your feature request related to a problem? Please describe.** There is a PR open for browser based GNOLL #468 which is a great addition - however, we don't currently...

Feature Request