Michael J. Ryan

Results 106 issues of Michael J. Ryan

I created a fork of this repo, in order to use it with Deno at [tracker1/digitalocean-deno](https://github.com/tracker1/digitalocean-deno). One of the things I did, is replace axios with fetch, the other is...

trying to use this in conjunction with the 'esm' module.. ``` node -r esm > var fu = require('findup-sync') ``` drops out of node at time of require.

A simple click, should probably toggle an item, or with ctrl toggle, and without select a single item... think similar to html `` element here. Just a bit of advice,...

Would be really cool to set this up in conjunction with a BBS system, and supporting RLogin would allow for that. Optionally, allowing Username and Password as the local/remote config.

Just curious if there might be interest in a TypeScript sourced, Deno-first implementation? Part of the reasoning is it would be possible to significantly reduce external dependencies and resources for...

Would be nice to include an AppImage based build for Linux users that don't want or cannot easily use the other release targets. Releated to #4728

T: Enhancement

**Describe the bug** **Steps to Reproduce** 1. Create a directory of `./dir_src`. 2. Create and run the script below ```typescript import { ensureSymlinkSync } from "https://deno.land/[email protected]/fs/mod.ts"; ensureSymlinkSync('./dir_src', './dir_dest'); ensureSymlinkSync('./dir_src', './dir_dest');...

bug

# 🐛 bug report I was trying to build a project using the octa-signin-widget. This references an SVG in their CSS that seems to be problematic for the SVG Optimizer....

Would be really nice to add an option to scale the UI to 2x as it's really small on a lot of modern high resolution displays. I know that a...

**Describe the bug** Attempting to run Parcel on a project using okta-signin-widget [Image in question](https://github.com/okta/okta-signin-widget/blob/dfd802db8ac36bca4f5873e16251801afd7b9648/assets/img/appstore/google-play-store.svg) **Expected behavior** Expected the project to build without errors. **Screenshots** ``` parcel build feature/index.html --dist-dir...

bug