Jevon Mao
Jevon Mao
Make sure there's no open issue for the same bug before submit. **Describe the Bug** The CPU temperature displayed in Eul is not necessarily wrong, but it's misleading. As shown...
This is a placeholder, I will elaborate further
Right now, it seems to use hard coded frame sizes based on Figma sizes. Is it possible to use the proportion between the components, and scale it up or down...
# Description Currently, an issue with the pair autocompletion is that when you type the closing character, it will duplicate. For example, you type `(`, it completes to `()`, and...
# Description Added an option to toggle autosave. # Related Issue * #603 # Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of...
It's been a while since I last tried to work on SwifterSwift. But I'm trying to run the unit tests in Xcode, and I keep getting this compile time error....
I don't know C but I know Python. Are there any existing Python wrappers or implementations of ODAS?
A great looking project, a beautifully designed Reddit client. Is there any future possibility to adapt this on iOS? Are contributors welcome to add iOS support?
## Description Added macOS support by adding macOS specifier to package.swift file. No other change is made to the codebase. **Note: Adding macOS support will break some examples usage that...
It will be really convenient if SwiftSoup implements something like a parent class or protocol that encapsulates common methods between `Element` and `Elements` like `.attr()`. Right now I have to...