Rich Burdon

Results 35 issues of Rich Burdon

Webstorm 2022.2 hangs after installing this plugin. Now unable to revert or use Webstorm.

question

The example script on the home page returns tornado.httpclient.HTTPError: HTTP 400: Bad Request With the following on the server: titan_1 | 185142 [gremlin-server-worker-1] WARN org.apache.tinkerpop.gremlin.server.handler.HttpGremlinEndpointHandler - Invalid request - responding...

from the CLI `ch ssl` only seems to give the option to change the security mode for `SMTP`. Also, running 2.4.0-build since all other versions fail to run on Apple...

*bug* What is the current behavior? ----------------------------- Setting `aliases` in a command's index file does not propagate to sub-commands. in `./commands/identity`: ``` export default class Identity extends BaseCommand { static...

waiting for interest

``` ▶ npm install -g gitwalk npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11) npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid...

> app.config['ENVIORNMENT'] = self.env Should be "ENVIRONMENT" This could break a lot of apps? So I suggest adding an additional environment attribute and deprecating the old one?

Is it possible to easily parse the output back to the input data?

### What happened? The following error is logged in the browser console when swapping the entire store state (e.g., changing between documents). This started happening in 2.1.4 (migrating from alpha-19)....

bug

How to use `import` so that d3.layout.orbit is accessible? ``` import * as d3 from 'd3'; import 'd3-layout-orbit'; // Null console.assert(d3.layout.orbit) ```

The plugin successfully updates the API Gateway's binary support types, but when I try to serve PNG files from `aws-serverless-express` I'm still getting base64 encoded data returned from: ~~~~ app.use('/static',...