Ryanne Graff

Results 14 issues of Ryanne Graff

When supplying a file that has a DIV as the outer most element I only get the DIV in the jade file and not any of it's children.

minor bug

If you declare a Certificate Arn with a Ref to a Parameter like this: ```yaml AppCDNCloudFront: Type: AWS::CloudFront::Distribution DependsOn: AppHostingStorage Properties: DistributionConfig: Aliases: - Ref: AppDomain ViewerCertificate: AcmCertificateArn: # CERT...

Looks like there's a generator for types. Rather than have to run it, and release again, everytime you want to update the package, maybe try to expose it in a...

You can import the Workers as URLs for Parcel (2.0.1) like this... ```tsx // @ts-ignore import JSONWorker from 'url:monaco-editor/esm/vs/language/json/json.worker.js'; // @ts-ignore import CSSWorker from 'url:monaco-editor/esm/vs/language/css/css.worker.js'; // @ts-ignore import HTMLWorker from...

Seeking between paused states doesn't work well with `strictState` because `seekTo` doesn't trigger a state change which is required to resolve a promise. I have reached out to @YouTubeDev on...

bug
help wanted

Update README with: 1. New feature information. 2. Contribution details.

enhancement
help wanted

1. Create test harness applications and build them with RDX: http://rdx.resist.design/ 2. Create End To End (E2E) tests using Codecept: http://codecept.io/ 3. Basic test cases: - Load a video. -...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I would like to...

It does not seem possible to use the default (global for WebStorm when no project is open) ESLint plugin settings in a project. Is this really case???

scripts work in local docker image but not on github because HOME is not the same. I have to add this to my build: ``` mkdir -p /github/home/.config/godot cp /root/.config/godot/editor_settings-4.tres...