Landon Crabtree

Results 10 comments of Landon Crabtree

Having the same issue. Was working, now it seems to be outputting nothing. echo target.com | waybackurls > out.txt cat out.txt Just is an empty file. I'm thinking maybe some...

I compiled from source. On Apr 23, 2022, 8:09 AM -0500, YSSVirus ***@***.***>, wrote: > > Having the same issue. Was working, now it seems to be outputting nothing. >...

Can you link the tool?

What trouble are you having?

I would like to add to this-- also support for maybe just application name strings? For example, I am using LinearMouse to disable mouse acceleration while playing games via CrossOver...

Ran into the same issue and created a PR to resolve this: https://github.com/Homebrew/brew/pull/18978

> > Ran into the same issue and created a PR to resolve this: > > [#18978](https://github.com/Homebrew/brew/pull/18978) > > [@landoncrabtree](https://github.com/landoncrabtree) - forgive me for not fully understanding but does this...

Solved this very goofy-ly: ```js var fs = require('fs'); var ICAL = require('ical.js'); var tzlib = require('timezones-ical-library'); function randomUid() { return Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15); } // If test.ics,...

> Hey, I forked your project and overhauled it with some fixes and the ability to do code challenges. (They have all solutions in various Google Docs that I found...