Dylan Awalt-Conley

Results 15 issues of Dylan Awalt-Conley

Per the documentation, if I create a new file from an encrypted workbook, the new file will not be encrypted. ``` xlsx.fromFileAsync('template.xlsx', { password: 'S3cret!' }) .then(wb => { //...

enhancement

I'd be interested in submitting a pull request to support instagram embeds. Those are a little trickier in that they require a script tag, which you usually don't want more...

[standard](https://www.npmjs.com/package/standard) should be a dev dependency. Currently it installs with the package, which means that certain plugins (in my case [ALE](https://github.com/dense-analysis/ale)), which look in the `node_modules` directory for linters will...

### Describe the issue that you're seeing. Any Loom videos or screenshots usually help a lot! I have a project with a bunch of single-file collections that route to individual...

bug

**(1) Issue/Bug Description:** This was hard for me to understand, I encountered it as just "sometimes keyboard resizing breaks my window layout." After some investigation, I think it only happens...

Resolves #9, resolves #10, and maybe #3. I couldn't get the old tests working with bootcamp & grunt, so I rewrote them using sass-true and jest. I also added a...

The first commit addresses #6, allows for progressive enhancement. The next commits are less important, but some of the `raw` properties were messing up indentation. I ended up converting all...

I was using vidim for a video background with a vertical aspect ratio (3/4) and found that the video wasn't consistently covering the space like the horizontal ratios would. I...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug
help wanted
auth

The current method of getting a relative file path results in some wacky behavior. Taking an example from the docs... ```nunjucks {{ 'path/to/file.svg' | svgContents }} {{ '/path/to/file.svg' | svgContents...