agplv3
Here are 89 public repositories matching this topic...
Hey everyone, I hope y'all enjoyed your holidays.
I want to create SuiteCRM users via the V8 api, but the response is invalid json and contains some generic validation error message.
I'm not sure whether my request is actually malformed or the error message just shouldn't appear.
-
Updated
Apr 27, 2021 - Scala
MongoDB changed its license to be untenably restrictive.
It’s been more than a year when the upstream MongoDB decided to change the license of the Server code. The previous license was GNU Affero General Public License v3 (AGPLv3). However, upstream wrote a new license designed to make companies running MongoDB as a service contribute back to the community. The new license is called Server Side
-
Updated
Apr 23, 2021 - Julia
What we need
The admin interface and the user's frontend search forms for proposals and participatory budgeting projects should allow to search content by introducing the id of the content.
There is a breaking change: kantord/LibreLingo#708
It's probably a small thing to fix, so it should be straight forward.
-
Updated
Apr 27, 2021 - JavaScript
Issuing
php setup --uninstall
removes all plugins (even base) without any further confirm!
-
Updated
Mar 4, 2019 - JavaScript
-
Updated
Apr 27, 2021 - Go
-
Updated
May 16, 2020 - Python
-
Updated
Apr 22, 2021 - Ruby
Context
Why do we add this issue?
Our goal is to make it easy to visualise data and to make those visualisations of good quality and thus trustworthy. This also means setting limitations to what users can do, so they do not make mistakes.
Problem or idea
What is the cause?
Line charts are similar to scatter plots except that the measurement points are ordered by their x-axis va
-
Updated
Mar 31, 2021 - Python
-
Updated
Apr 22, 2021 - C++
-
Updated
Mar 28, 2017 - PHP
-
Updated
Jul 8, 2019 - Python
-
Updated
Mar 2, 2020 - Python
-
Updated
Apr 22, 2021 - C#
-
Updated
Oct 21, 2020 - SCSS
Improve this page
Add a description, image, and links to the agplv3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the agplv3 topic, visit your repo's landing page and select "manage topics."
The error message isn't HTML escaped, leading to messages like iv-org/invidious#1755.
should be
The error message is created here: https://github.com/iv-org/invidious/blob/b29e60a97aaef1d513208e177ecae8ffc671a3d9/src/invidious/helpers/errors.cr#L25-L44
See https:/