Kaylee Sachs
Kaylee Sachs
Hello there, as of OTP 23 we are running into the issue that SSLv3 is no longer supported, which in itself is great. Howerver it seems that HTTPPoison still attempts...
Closes #185 Adds support for _find using mango queries https://docs.couchdb.org/en/2.3.1/api/database/find.html Usage: ```erlang couchbeam:find_docs(Db, {[ {, [ {[{, {[{, }]}}]}, {[{, {[{, }]}}]}, {[{, {[{, }]}}]} ]}, {, {[{, }]}}, {,...
Hello there, CouchDB supports querying the database using Mango queries: https://docs.couchdb.org/en/2.3.1/api/database/find.html This feature looks very useful to have since we currently use a lot of temporary design docs for things...
Closes #12 I could not get this plug to work without these changes as the redirects were really unexpected, especially when hosting the application in a nested route. If I...
#123 mentioned `prependListener` support and opted to not implement it back in late 2017. This poses a problem as `prependListener` turns out to be quite quicial for our current project....
This took quite a while to figure out, but there is an issue that crashes the debugger if a breakpoint is set in a file that `erl_parse` cannot parse(e.g. a...
This library currently is hardcoded to use Poison. As I would like to be able to completely replace the Poison dependency with Jason in all projects this PR adds a...
Add a way to track the reasons for user warnings. This allows to later see all reasons why a user has been warned before.
Hello there! This library looks very promising. However I am currently unable to install it because some dependencies and child dependencies are rather out of date causing a mismatch with...
Discord nowadays heavily encourages the use of the "Label" component over "ActionRow" in modals. Some components like e.g. selects in modals even requiring their use since they don't have a...