James Harton
James Harton
I'd like to add an API for private channel functionality, tied to a specific session. I'm really open to suggestions from people for how to implement this, and as such...
Hey my dude. When attempting to copy a module which contains `@dialyzer {:nowarn_function, [&Cachex.get/2, &Cachex.put/4]}` I get the following compilation error: ``` ** (CaseClauseError) no case clause matching: {:error, [{'lib/core_gateway/session/cache.ex',...
Hi there. I was using local mode on the plane on the way to Summit (which is awesome BTW) but I was surprised that I couldn't type `balena ssh `....
Hi @sikanhe. We ([Narrative](https://github.com/NarrativeApp/)) have been maintaining our own fork of this stripe library for some time in which we have been making improvements as we've needed them. I notice...
When running within a Docker container it is possible to get information about the CPU and memory limits from `/sys/fs/cgroup`. For example `/proc/meminfo` shows the memory information of the host...
### Observed Behaviour I have a job which is trying to cache about 8GB of data rather than download it again from the internet. Sadly it fails with the following...
We should include extra fields like `resource` and anything else you can think of to the `NotLoaded` and `NotSelected` structs.
# Contributor checklist - [ ] Bug fixes include regression tests - [ ] Chores - [ ] Documentation changes - [ ] Features include unit/acceptance tests - [ ]...
This one is a bit weird, because if the data layer isn't postgres do we even _need_ a join resource? if both sides are ETS backed (for example) then can...