Ilya Bersenev
Ilya Bersenev
Hi, it seems your CocoaPods spec for COSTouchVisualizer was hacked yesterday Repo url in the spec is conopsys/COSTouchVisualizer, which is different from this repo, and contains only one text file...
Add support for usage in Xcode build phases. Xcode uses the following format for log warnigs: ```path/to.file: severity: error message``` Usage: ``` path/to/fengniao --project . --xcode-warnings ``` Don't fail build...
Hi, my team have encountered expected incorrect behaviour when custom dictionaries are misconfigured (incorrect order, case, incorrect newlines), so I've made a function to find these errors. The code can...
Hi! Is it possible to add an option to ignore character ranges for tokens? If the whole token matches one ignored character set then it will be skipped. This will...
A fuzzy search tool for the command-line https://github.com/mptre/pick Example: `git log --format=oneline | pick | cut -d' ' -f1`
Add option to disallow numerical affixes (prefixes and suffixes) without % symbols in the usage. We've had a false negative with name "special2020" counting as used because of words "special"...
### What happened? enforceExplicitDependencies causes unit tests to crash when loading cached dynamic framework CSQLite (part of GRDB) without tuist cache or without enforceExplicitDependencies it works as expected ### How...
### What happened? ## Issue: tuist test compiles all targets that are found in the project instead of only selected test targets and dependencies ## Expected behaviour: tuist test compiles...
Fix for https://github.com/TermiT/Flycut/issues/264 using o3 llm llm notes: > I traced the problem to the helper method that synthesizes the Cmd-V event after you press the Flycut paste hot-key. >Previously...