Jahred Love

Results 20 issues of Jahred Love

### Steps to reproduce Create a release on Windows and execute it using the provided batch file. ### Verbose Logs ``` get-content : Cannot find path 'C:\Users\l_m_s\Documents\apps\some_app\_build\dev\rel\releases\sys.config' because it does...

bug
os:windows
deployment:scripts

Hi, So, I use the install task to create a schema, but when I try to access the database, I get ``` ** (exit) {:aborted, {:no_exists, [UserStore.User, #PID]}} stacktrace: mnesia.erl:310:...

Hi, So, I've got Addict set up nicely, but I've noticed an error occurs silently when calling /recover_password: ``` elixir [error] #PID running Pickpro.Endpoint terminated Server: localhost:4000 (http) Request: POST...

## Prerequisites Here are a few things you should provide to help me understand the issue: - Rust version : rustc 1.59.0 - nom version : 7.1 ## Test case...

I'm trying to utilise this as part of an API server. The client accessing this is a SPA. Once I've called GET on the NEW endpoint, I open an IFrame...

This PR needs an updated `kite-common` to work. To use, build the image passing in the args for the test directory name and config file name: docker build -t kite...

Hi guys, I'm getting an error when performing an aggregation on a lot of data ``` ** (exit) an exception was raised: ** (Mongo.Error) tcp recv: unknown POSIX error -...

Kind:Bug

Could you please advise on the correct use of `next` and `next_batch` with regards to aggregates with `batchSize` set? If I set `batchSize` to 1 and call either of these...

Hi Meh, I see in the README this library should wrap gen_sctp, but I don't see this in the code. Is this a WIP? Thanks, Lee

Currently, when using UClient for TLS, TCP and UDP, a permissions packet is sent, but this doesn't happen for DTLS: turnutils_uclient -e 127.0.0.1 -L 127.0.0.1 -n 100 -p 5349 -v...

bug