John Weiss

Results 21 issues of John Weiss

Hi thx for this! I'm able to return HTML with: ``` let sTarget = 'https://docs.google.com/document/d/e/2PACX-1vR3oKZcz-osB2lVto8N8pbBjorb_tbLZ-i_VXRKlqcimthXrbjJ7sbdsnQ5WuQEOKg6U61xC8TloY5E/pub?embedded=true' let sProxy = 'https://cors-anywhere.herokuapp.com/' let sURL = sProxy + sTarget fetch(sURL) ... ``` But, instead...

Does Rubberduck provide a function to do this, or functions which can help me do this? I want to declare a variable by directly writing the declaration directly to memory....

support

Love the --noconfirm switch. Pakku doesn't have that. But, pakku has 'remove build dependencies' feature. Trizen apparently doesn't. Is there a way? You only need to add the trizen equivalent...

Hi, here's a little optimization for your prime number generator. It's about twice as fast as your original. The only difference is `maxtest`, which halves x iterations. We can do...

Hi Is it possible to match ALL websites, ALL domains? Thx

Beginner question: Is it possible to capture all chrome console messages using javascript? This would be a stand-alone chrome browser, _not_ headless. Running inside the same browser-instance-- not a client/remote...

Not sure if i'm running jack1 or jack2. Up to now, it's been running just fine. I'm running alsa only. Pretty sure i do _not_ have pulse installed. Here's the...

SourceForge labels this "Alpha". Is that true?

# Description Preserve all newlines in existing HTML. # Input With this requested feature, this input: ``` ``` # Expected Output Should give this output: ``` ``` ## Environment OS:...

type: discussion

Seems to work on some domains, but not others, including google search (which is where i mainly need it) **Code**: `a:visited{color:green}` **Script type**: CSS **URL Filters**: `http` **DOM Event**: Completed...