Liam

Results 58 issues of Liam

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

Thanks for a great library! I appreciate your hard work on it. Like in my last issue (which is a distinct encoding issue), I'm running into more trouble with encoding....

Let's say that I do this: ```go tags.SetDefaultEncoding(id3v2.EncodingUTF16) tags.SetVersion(3) // id3v2.3.0 right? ``` I would expect that I'm using ID3v2.3.0, and that my default encoding is UTF-16 (with BOM). But...

I'm trying to import the dump from enwiki-20221001 ``` +----------+--------------------+ | page_id | page_title | +----------+--------------------+ | 71701640 | 104-2,3,(6),(7),11 | +----------+--------------------+ ``` This ends up creating this line (which...

bug
help wanted

### MDN URL https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/Tab ### What specific section or headline is this issue about? Type ### What information was incorrect, unhelpful, or incomplete? At the bottom it says: > Note:...

help wanted
Content:WebExt
p3

### Bug description I just installed via the kickstart script moments ago on FreeBSD. While debugging the immediate segfault I got, I noticed that the rc script has a typo:...

bug
needs triage

**Describe the bug** When I click on the result I want with autocomplete, it ends up running a search for the text of that result. I'm selecting objects from a...

bug

## Motivation In SQLite, the collation for string columns is case-sensitive by default. However, when using `LIKE`, the comparison is case insensitive. When trying to do a case-insensitive query, you...

Resolves #160 So, this does it for the hex display... but two things I'd like feedback on. First, I should probably use a dropdown instead of a spinbox because nobody...

It would be super great if these offsets could optionally be displayed in hex rather than decimal: ![image](https://github.com/Mahlet-Inc/hobbits/assets/363720/b5f3c3a5-b5dc-40f7-968d-c935b837caf5) I'll try to get to this myself!