Shane Creighton-Young
Shane Creighton-Young
The following code (in ApnUtils): ``` java if (mnc == -1) { TelephonyManager tm = (TelephonyManager) context.getSystemService (Context.TELEPHONY_SERVICE); mnc = ((CdmaCellLocation) tm.getCellLocation()).getSystemId(); } ``` doesn't seem to be correct; I...
Hi, thank you so much for Boon. I have been using it for about a year. I have a great love for it. This code adds an ACMD alternate command...
Hello, thanks for your work on Ninja. Today I debugged an issue where a DRF endpoint which calls `int(self.kwargs['a_uuid_path_param'])` started crashing. The cause is we added a new part of...
The section was removed here: https://github.com/jgh-/VideoCore/commit/edb56263633bf35633e9de9e6430fd090b0f75f4
the PDF shouldn't be in the code for the repo requirements: - deploying should work on the command line - the readme should always have an up to date version...
Thank you so much for typed racket.. I hope to be able to help improve it ### What version of Racket are you using? 7.6 ### What program did you...
Here's a minimal repro ```jsx import React from "react"; import store from "./Store"; import Task from "./Task"; import { observer } from "mobx-react"; import "mobx-react-lite/batchingForReactDom"; const App = observer(() =>...
Running metalsmith-permalinks on this directory: ``` Macbook:project me$ ls -R src/ src: first-post.html test src/test: test.txt ``` results in the following permalinks structure (with @pian0's duplicate relative files fix) ```...
Hi, there is no documentation for what the `forUserAccount` parameter is used for. Can you explain it? I would guess that it's a way of storing multiple user's data. Anything...
I'm generating better test data to put into the `shane-hackthenorth` firebase. I'm using http://json-generator.com. It uses json-like input to generate test data, so I'm going to be posting the inputs...