Results 179 comments of Kishan B

Google also has a UUID package https://github.com/google/uuid

@jpillora You should be able to do it from the "Project Settings". Link and screenshot below. https://app.circleci.com/pipelines/github/jpillora/backoff?filter=all

@RobWin This is not only a problem with gradle. The problem is the version is tagged as `0.9.` instead of `0.9.0` . The last 0 is missing. https://mvnrepository.com/artifact/io.github.robwin/assertj-swagger/0.9. Can you...

Linus does not accept Github PRs. :-P

Hi @dbatbold If you see the output from ytdl in my previous post (reposted below stripping out other unwanted details) you can see that there are more itags.. ``` ➜...

If it did that i shouldn't be able to download right ? But i am able to.. Also Assuming the ytdl code is wrong.. I Tested that with time tested...

@jwcesign I any idea on why the above is a permanent fork? i couldn't get that part from its documentation

Had the same bug. But when i put ``` import "reflect-metadata"; ``` as the first ever line in `index.tsx` with the following options in `tsconfig.json` ``` "experimentalDecorators": true, "emitDecoratorMetadata": true,...

For json.dumps / loads to succeed an custom json encoder/decoder must be implemented by the library and the consumers can use the same to encode/decode https://realpython.com/lessons/encoding-custom-types-json/ Regarding other libraries, i...