Marc Worrell
Marc Worrell
Yes, makes sense. The current SQL query is: ```sql select rsc_id, serial from rsc_pivot_queue where due < current_timestamp - '10 second'::interval order by is_update, due limit $1 ``` Here we...
I also see this happening with lager 3.9.2 and qlc.
I am running in exactly this issue. In our "umbrella build" we can have apps that include Hex packages that have deps that are already in the umbrella. In relation...
Thanks for clearing that up - rather unexpected for me, but at least it is clear.
I am also a bit surprised by the specificity of this section from the erlang makefiles. Would be good to at least have it build and work on Solaris/SmartOS and/or...
hi @siepkes, the Makefile is here: https://github.com/erlangpack/bcrypt/blob/master/c_src/Makefile This is a new Makefile (derived from erlang-mk) as we are now using rebar3. As you can see it is missing SunOS completely....
I changed the FreeBSD entry into a catch all. This might not be enough for Windows, but will be ok for most *nix OS machines.
Hi, Thanks for your report. We might be able to check if there is a newer `bcrypt.c` file that could be included and might fix the warnings. ~~For the `_BSD_SOURCE...
There is a newer bcrypt version here: https://github.com/openbsd/src/blob/master/lib/libc/crypt/bcrypt.c
Hi, yes, we use a strict Yecc parser for the css. This is on purpose, as we want to sanitize the css and throw it away if it is not...