drift
Here are 67 public repositories matching this topic...
Problem
We currently fetch ALL conversation records when we hit the ChatApi.Conversations.list_conversations_by_account/2 method (i.e. we set no limit or offset in our query, nor do we have cursors or anything like that)
This will not scale very well as more and more data gets added.
Solution
To start off, let's do the following:
- Implement another version of `ChatApi.Conve
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
Nov 24, 2020 - Python
Description
Simple UX in warnings
Today driftctl only displays which resource is concerned by the error, like:
WARN[0017] unable to parse line, invalid length, got 1 expected >= 2 line=github_repository.
It would be easier for the user if it read sth like:
WARN[0017] unable to parse line, invalid length, got 1 expected >= 2 line=63
Example
- add an invalid line to
-
Updated
Nov 6, 2019 - Python
-
Updated
Feb 13, 2020 - Go
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 24, 2020 - C++
-
Updated
Feb 10, 2017 - Shell
-
Updated
May 26, 2020 - Python
-
Updated
Feb 24, 2020 - C#
I'm submitting a ...
- bug report
What is the current behavior? [REQUIRED]
- If username in DB is lower-case but user used upper case to log-in, the server rejects his first packet due to ticket mismatch.
Steps to reproduce [REQUIRED]
- Create user with lower-case (eg. helloworld)
- Login with upper-case (eg. Helloworld)
What is the expected behavior? [REQUIRED]
User
-
Updated
Sep 8, 2017 - R
-
Updated
Feb 16, 2021 - Python
-
Updated
Sep 17, 2020 - TypeScript
Tailor shells out to oc, and expects a valid session (which is checked via whoami). If there is no valid session, it would be nice if Tailor would exit with a special exit code so that downstream scripts can respond well to this case.
ref opendevstack/ods-jenkins-shared-library#460
FYI @clemensutschig
-
Updated
May 14, 2019 - Python
-
Updated
Sep 4, 2017 - C++
-
Updated
Jan 8, 2020 - C#
-
Updated
Nov 28, 2018 - Java
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Oct 17, 2020 - Jupyter Notebook
-
Updated
Feb 14, 2021 - JavaScript
Improve this page
Add a description, image, and links to the drift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drift topic, visit your repo's landing page and select "manage topics."
app/javascript/dashboard/components/layout/Sidebar.vue