-
Updated
Apr 26, 2021 - JavaScript
documents
Here are 485 public repositories matching this topic...
-
Updated
Jul 11, 2020 - Shell
-
Updated
Apr 19, 2021 - Go
-
Updated
Apr 22, 2021 - Java
-
Updated
Apr 22, 2021 - Java
-
Updated
Apr 26, 2021 - C#
-
Updated
Mar 15, 2021 - Emacs Lisp
-
Updated
Apr 26, 2021 - Go
-
Updated
Apr 25, 2021 - SCSS
This is an Easy Hack.
Potential mentors: TBD
We have a mix of Poco::Timestamp and std::chrono - we should move to using the latter consistently.
It would be good to move wsd/* first - since it doesn't use much Poco API anymore - although it would be good to consider whether we need some convenience wrappers around `std::chrono
-
Updated
Apr 2, 2021 - JavaScript
https://docs.ruby-lang.org/ja/latest/method/ObjectSpace/m/define_finalizer.html に
現在のセーフレベルと proc を配列にして返します。
とありますが、Ruby 3.0 でセーフレベルは削除されていて、 rdoc の方では The return value is an array [0, aProc]. と 0 固定で書かれているので、0 固定に書き換えると良さそうです。
-
Updated
Apr 24, 2021 - JavaScript
-
Updated
Apr 26, 2021 - Python
-
Updated
Apr 12, 2021 - Python
-
Updated
Jan 29, 2021 - C#
Current client's /api page shows the swagger HTML for the API definitions. You can execute queries to the API within that page. The problem is that this is limited to localhost, making it unusable for any collection that is not local.
We could look into fixing that, the problem is that the swagger definitions are so outdated (#3531) that I'm not sure what the value of this change would be
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Feb 1, 2019 - Python
Improve this page
Add a description, image, and links to the documents topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the documents topic, visit your repo's landing page and select "manage topics."
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.