amardeep
amardeep
### Bug 🐞 Running `go get -u github.com/nikitavoloboev/gitupdate` fails with following error: ``` go: go.mod file not found in current directory or any parent directory. 'go get' is no longer...
yaml generation fails with following error: ``` Execution failed for task ':generateSwaggerDocumentation'. > org.yaml.snakeyaml.events.MappingStartEvent.(Ljava/lang/String;Ljava/lang/String;ZLorg/yaml/snakeyaml/error/Mark;Lorg/yaml/snakeyaml/error/Mark;Ljava/lang/Boolean;)V ``` gradle version is: 5.4.1: Kotlin: 1.3.21 Groovy: 2.5.4 Ant: Apache Ant(TM) version 1.9.13 compiled on...
Currently labelstudio depends on pytz==2019.3 This causes issues with other packages for eg. latest version of pandas which requires pytz>=2020.1 or celery which requires pytz>=2021.3 Please update pytz dependency. **To...
Bug is detailed in #12012 but it was incorrectly marked as duplicate and closed
It is great that this extension highlights new/unread comments. Could you add a keybinding to jump to next such comment?
It is not really an issue, so should be ok to close it. Just wanted to share my excitement in discovering this tool, as it looks perfect for my need...
Tools such as Datagrip allow aligning AS keyword in column aliases. For eg., given input sql: ```sql SELECT customer_id AS id, customer_name AS name, age FROM customers WHERE age <...
Consider the following url which has non-ascii characters: `https://𝚍𝚒𝚜𝚌𝚘𝚛𝚍.gg` While trying to parse this for the hostname, both nodejs and chrome return ascii string `discord.gg` but corejs returns `xn--ci2hbbs5ase.gg` Here...
I would like non-flake nix commands to refer to same nixpkgs version as the flake. I am guessing right now it is done in [standard/nixos/configuration.nix](https://github.com/Misterio77/nix-starter-configs/blob/691c6579c78d770a7cb67b48119fa3fedef9e363/standard/nixos/configuration.nix#LL53C6-L53C6) ``` nixPath = lib.mapAttrsToList (key:...
https://developers.google.com/discovery/v1/type-format supports type "object": "object | | A JavaScript object. Defined by the JSON Schema spec." Currently, if i use google endpoints v2, and have a Map in a return...