bitbucket
Here are 653 public repositories matching this topic...
-
Updated
Sep 29, 2021 - Ruby
Many repositories need to fix, so please help if you like.
If you could help, it would be helpful if you could comment before starting the work not to overlapping.
Fix example
Run exit command after lint.
echo '::group:: Running golangci-lint with reviewdog 🐶 ...'
go-
Updated
Feb 9, 2021 - C#
-
Updated
Sep 6, 2021 - Ruby
-
Updated
May 22, 2021 - Go
-
Updated
Sep 27, 2021 - C#
-
Updated
Sep 28, 2021 - Lua
-
Updated
Sep 24, 2021 - JavaScript
-
Updated
Aug 30, 2021 - Dart
Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message:
Fatal error: fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Even Permission denied (publickey). message is not shown.
@guyzmo offered to "suggest a
-
Updated
Sep 30, 2021 - Python
Support for Gogs was recently added and some help adding tests would be appreciated.
-
Updated
Sep 28, 2021 - TypeScript
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Sep 30, 2021 - Go
If somebody has time, it would nice to have an https://intelx.io module for your project.
We have a SDK here with some code samples (including Go code): https://github.com/IntelligenceX/SDK
-
Updated
Sep 17, 2021 - Java
-
Updated
Sep 28, 2021 - Dockerfile
-
Updated
Dec 26, 2017 - PHP
Improve this page
Add a description, image, and links to the bitbucket topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitbucket topic, visit your repo's landing page and select "manage topics."

Describe the proposed change(s).
Today we use
re2for any user-provided regex, with the aim being we can't be the victim - intentionally or accidentally - of catastrophic backtracking.But how do we make sure that we don't accidentally add a problematic regex in our own code? Wouldn't we essentially close off the risk if we used
re2for any complex regex instead of using regex literals