Carlos Henrique Guardão Gandarez
Carlos Henrique Guardão Gandarez
The documentation refers to a recent archived project https://github.com/sdras/awesome-actions#actions-for-github-automation
**Describe the bug** An empty `file.php` is being parsed as **PHTML** instead of a **PHP** file because PHTML lexer has higher priority (actual 2) over PHP which is 0. To...
Trying to run locally in a macOS Catalina. ```bash Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (83) For more information on...
https://help.obsidian.md/Advanced+topics/Third-party+plugins
@alanhamlett Would it be possible to add support for `/spent` command from GitLab? https://gitlab.com/help/user/project/time_tracking.md _Originally posted by @douglance in https://github.com/wakatime/wakatime/issues/35#issuecomment-588251392_
Marshaling in Golang produces fields in alphabetical order which is not the ideal in this scenario. The outputted log might follow the legacy implementantion. https://golang.org/pkg/encoding/json/#Marshal legacy ``` {"now": "2021/05/04 09:23:29...
This issue aims to map all supported IDEs and their engines to download the current wakatime python cli. * [x] ~~Android Studio - Downloads a zipped file from S3. [ref...
A nice to have would be recursively parsing config files, so you could have a chain of multiple imported config files. However, it's not necessary in the first implementation. _Originally...
Would be good to have wakatime-cli available to be installed using apt-get and use the advatanges of Linux package manager.
```C# [Table("MyTable")] public class TableEntity { [ExplicitKey] public string Name { get; set; } [ExplicitKey] public Guid Id { get; set; } } ``` The error happens when calling ```C#...