Nelson

Results 8 issues of Nelson

目前的 RSS 輸出並沒有包含薪水資訊,希望可以加上這個功能。 :octocat:

A theme called [Solarized-Extended-Theme](https://github.com/yoyurec/logseq-solarized-extended-theme) put the tabs on top most area, just like what web browsers do. After using it for a couple of days, I find this tweak very...

enhancement
help wanted

**describe the bug描述问题** 這個套件讓 Kobo 網站的搜尋功能失效,移除套件之後搜尋功能就正常了 **testable address 出现问题的网址** https://www.kobo.com/tw/zh **steps to reproduce复现步骤** 1. 到上述網站 2. 在網站內的搜尋框輸入任意字元 3. 應該自動出現可能的搜尋結果卻沒有 4. 應該可以按 Enter 搜尋卻不行 **environment 使用环境** - macOS Big Sur 11.6...

bug

Hi there, There are two issues I've found in your podspec. 1. Since you declare a version tag in podspec, you should give your repo a tag named `v0.0.1`. 2....

I'm trying to prevent user from adding duplicated token, and trying to limit maximum token counts. So I try to do some checking like this: ``` objc - (BOOL)tokenField:(TITokenField *)tokenField...

TITokenField is great, and the result tableview works as expected. I'd like to know if it's possible to make it multi-section?

From `SDAVAssetExportSession.h`, ```objc /** * The settings used for encoding the audio track. * * A value of nil specifies that appended output should not be re-encoded. * The dictionary’s...

For example, I have an enum like this: ``` objc REFLECTABLE_ENUM (NSInteger, ApiError, /* Login errors */ ApiErrorStoreIDNotFound = 701, ApiErrorUserNameNotFound = 702, ApiErrorPasswordAuthenticationFailed = 703 ); NSLog(@"%@", REFAllValuesInApiError()); ```...