Ian Clarkson

Results 26 issues of Ian Clarkson

I'm really new to PEGs so I'm sure I'm writing some totally messed up grammars. When the parse succeeds, I'm able to tweak things because there's a very helpful dump...

I've seen other issues listing the same problem, but I'm running into it when using this library on an iPhone and the other two issues don't seem to have any...

This is an enhancement request. We have a ton of similar/duplicated text in our translation project that needs to be consistently translated. Without a fast glossary or memory of previous...

enhancement

I've spent many hours trying to figure out why my vehicle was behaving oddly, and this PR solves the problem. Even if for some reason this PR gets closed, I...

I just upgraded to Android Studio Arctic Fox 2020.3.1 and Android Emulator 30.7.5, and am now having trouble getting a GPS position returned within the emulator. I'm running Android Studio...

`size` returns length in characters, but doesn't factor in multibyte Unicode characters. By switching to `bytesize`, we check the relevant measure of how many bytes the worksheet name is. Fixes...

Done in caxlsx

Can be reproduced with the following example: ``` require 'axlsx' Axlsx::Package.new do |p| p.workbook.add_worksheet(:name => "good") p.serialize('good.xlsx') end Axlsx::Package.new do |p| p.workbook.add_worksheet(:name => "\u{1F1EB 1F1F7}1234567890123456789012345678") p.serialize('bad.xlsx') end ``` The file...

Done in caxlsx

## Expected behaviour - I'd like to display links to all other pages on the calendar/tag pages within a given calendar/tag page. ## Actual behaviour - I'm only able to...

Stale

I have a Cocos project that was trying to include a copy of crypto. It seems, though, that I'm unable to use my own version of the crypto library because...

**Describe the bug** During simulated navigation, the audio system plays three loud "beeps" occasionally. A warning is simultaneously output into logcat: ``` W/MediaPlayer: Use of stream types is deprecated for...