mobileben
mobileben
I am not sure why but I've suddenly been seeing this message show up. However, when I hit it, then any subsequent call through the client will result in the...
I'm writing some code for the Mac as was going to potentially use easyloggingpp. I was experimenting with the library, but found that there is an assertion hit in the...
I'm currently using docker-py 3.7.0 on an Ubuntu VM running Docker version 17.09.0-ce. I'm having difficulty in what appears to be properly logging into docker. I've tried to get the...
I was using `XcodeGen` to build a scheme that contained a PreAction script. I created it using YML which looked like the following (only part of it) ``` preActions: -...
This isn't really a "bug". I was curious the best way to add this to a project. I'm currently getting starting with Typescript and webpack. I have a rough prototype...
I'm working on loading up the physics data from JSON. I noticed that both `position` and `linearVelocity` are defined as readonly in `b2BodyDef`. Is there a reason for this? It...
Not sure if people have been implementing debug drawing through `b2Draw` but it looks like there is some deviation. For example, there is no `PushTransform` or `PopTransform`. It seems that...
I was going to to use this action. I have MacOS runners. When trying to use this action, I get the error `Error: Container action is only supported on Linux`...
I realize this is something that Apple is doing with their `xcactivitylog`. It appears with `CompileC` and `CompileSwift` that the `documentURL` will contain the file name of the file that...
I'd like to use epoch time in my log files since I happen to be using epoch time within the server. Is it possible to have this natively supported as...