almoehi
almoehi
This happens, when I select images from a library. The debugger stops at: NBUAssetsGroup.m on line 158 I'm using iOS 8.1, so maybe it is related to this SO post...
Changes: GET /version New! This endpoint now returns Os, Arch and KernelVersion. POST /containers/create POST /containers/(id)/start New! You can set ulimit settings to be used within the container. GET /info...
Changes: The most "breaking" change is addition of the ```label feature. I gues this will break the JSON parsers in some cases. The build supports LABEL command. Use this to...
Changes: GET /info New! info now returns the number of CPUs available on the machine (NCPU), total memory available (MemTotal), a user-friendly name describing the running Docker daemon (Name), a...
Changes: POST /containers/create New! It is now possible to set a container's HostConfig when creating a container. Previously this was only available when starting a container.
Changes: New! The hostConfig option now accepts the field CapAdd, which specifies a list of capabilities to add, and the field CapDrop, which specifies a list of capabilities to drop....
Changes: New! Sockets parameter added to the /info endpoint listing all the sockets the daemon is configured to listen on. POST /containers/(name)/start POST /containers/(name)/stop New! start and stop will now...
``` Removing intermediate container 8cb49e6250b7 Step 51/65 : RUN npm install -g . ---> Running in c565791d1a88 npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm...
Hey - I have some code that uses ZIO Clock service. It's a very simple service method which does the following: - get current nanos using Clock.currentTime - create a...
Hey - is it possible / are there plans to release a scala 3 build ? Or is the code base not scala 3 compatible ?