Rob Aleck
Rob Aleck
I have a 3 series. I'm not using the API, but wondered if anyone else had noticed this too. When I make a call to /webapi/v1/user/vehicles/'.$vin.'/status i get: ``` {...
docnado doesnt build HTML output from the default/demo site contents: Ive tried python 3.6.9, 3.7.6 and 3.8.2, all on ubuntu 18.04 LTS. All ive done is: 1. install docnado `pip...
When a PR is raised by Dependabot (or anyone without write access to a repo), although all the tests pass, the action is unable to annotate the PR, instead throwing...
I'm using Yarn, which, since v2, offers `yarn dlx` as an equivalent of `npx`. The scripts and VS Code plugin should recognise the package manager in use and format commands...
looking at https://github.com/gfjardim/docker-containers/blob/master/cups/generate_cloudprint_config.py, it appears to call https://www.google.com/accounts/ClientLogin - but this has been disabled for 4 years now (see https://developers.google.com/identity/protocols/AuthForInstalledApps).
I download "Articles + images + simplified web pages". At the moment, you can long-press on an individual feed and select whether to view it in "web" or "feed" mode...
## Bug description unable to generate array type ### Input ```typescript export namespace TfLResponse { export interface StopPoint { naptanId: string; // some other stuff } export interface StopPointArray extends...
## Feature description I have a script which generates all my types based on entries in a config file: ```js const { execSync } = require('child_process') const config = require('../ts-to-zod.config.js')...
Thanks so much for this. The real benefit for me is the screentime integration. I'm struggling a bit with setup - would you mind helping me with a couple of...
I've implemented a basic HTTPS proxy (following @jongio 's [instructions](https://blog.jongallant.com/2020/02/azurite-https-defaultazurecredential/)) but i get this error: ``` [2024-10-16T09:57:46.895Z] [2024-10-16T09:57:46.896Z] AuthenticationFailed [2024-10-16T09:57:46.896Z] Server failed to authenticate the request. Make sure the value...