Warn your users when their network goes down. Make sure they don't lose anything.
oskarkrawczyk/honukai-iterm-zsh 1034
Honukai theme and colors for Oh My ZSH and iTerm
Unofficial Overcast Mac app.
Check the JavaScript framework used on a website with just one click . The original WTFramework Bookmarklet
Floom – Image slideshow with a visible timer/progressbar and a funky blinds-like animation for MooTools
ElementStack
Create a tour by moving a highlighted box between elements on the website
oskarkrawczyk/shadow-scroll 11
ShadowScroll will add top and/or bottom shadows to your overflowed scroll area in order to indicate that there's still something to scroll
A Simple Anonymous Plan
MooTools-based, transitionified switcherification!
startedoskarkrawczyk/honukai-iterm-zsh
started time in a day
startedoskarkrawczyk/honukai-iterm-zsh
started time in 2 days
issue openedjsfiddle/jsfiddle-issues
CSS IntelliSense suggestions are virtually useless
When typing a CSS property value, all known CSS values for all properties are recommended in the intellisense regardless of which property it's for. See the below screen recording. When I type table-layout, the only options that should appear are auto, fixed, inherit, initial, and unset. Instead, I get every known CSS value. That's right: absoulte, nowrap, capitalize, anything you can image are in the results. What's the point of intellisense if it's just going to recommend everything all the time?
https://user-images.githubusercontent.com/10633170/109987025-435cd380-7cd4-11eb-8f7c-cabd306dd808.mp4
created time in 2 days
startedoskarkrawczyk/heyoffline
started time in 4 days
issue closedjsfiddle/jsfiddle-issues
I've seen closed issues here that show the sidebar button was added to jsfiddle. However, for some reason I am unable to see it. For anyone else experiencing the same problem, I've managed to find a workaround:
- Install the Custom Javascript for websites extension in Chrome (or use something like Greasemonkey for other browsers).
- Add the following javascript
const hideEl = document.createElement('div');
hideEl.id = 'toggle-sidebar';
hideEl.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-left"><polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline></svg>';
hideEl.setAttribute('data-title', 'Toggle Sidebar');
hideEl.addEventListener('click', () => {
document.body.classList.toggle('hiddenSidebar');
});
document.getElementById('content').appendChild(hideEl);
closed time in 5 days
pryleyissue openedjsfiddle/jsfiddle-issues
I've seen closed issues here that show the sidebar button was added to jsfiddle. However, for some reason I am unable to see it. For anyone else experiencing the same problem, I've managed to find a workaround:
- Install the Custom Javascript for websites extension in Chrome (or use something like Greasemonkey for other browsers).
- Add the following javascript
const hideEl = document.createElement('div');
hideEl.id = 'toggle-sidebar';
hideEl.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-left"><polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline></svg>';
hideEl.setAttribute('data-title', 'Toggle Sidebar');
hideEl.addEventListener('click', () => {
document.body.classList.toggle('hiddenSidebar');
});
document.getElementById('content').appendChild(hideEl);
created time in 5 days
issue commentjsfiddle/jsfiddle-issues
Nullish coalescing operator syntax highlighting warning
Same frustrating issue, use this for now though:
// ...
const foo = null ? null : 'default string';
// ...
const baz = 0 ? 0 : 42;
// ...
comment created time in 6 days
startedoskarkrawczyk/honukai-iterm-zsh
started time in 8 days
fork appden/react-native-windows
A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
fork in 9 days
startedRobLoach/datfile
started time in 10 days
issue commentjsfiddle/jsfiddle-issues
It seems to also be triggered by save, so if you have autosave enabled it will run your code when it autosaves.
comment created time in 10 days
issue openedjsfiddle/jsfiddle-issues
I can not reorder column windows, by default "html, js, css, result", but I want "html, css, js, result". In tab view I can reorder it, but in column view I can not do it
created time in 12 days
startedoskarkrawczyk/honukai-iterm-zsh
started time in 12 days
startedoskarkrawczyk/heyoffline
started time in 12 days
startedpeepo/openGL-RPi-tutorial
started time in 21 days
PR opened oskarkrawczyk/tealweb
Bumps axios from 0.19.0 to 0.21.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>v0.21.1</h2> <h3>0.21.1 (December 21, 2020)</h3> <p>Fixes and Functionality:</p> <ul> <li>Hotfix: Prevent SSRF (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3410">#3410</a>)</li> <li>Protocol not parsed when setting proxy config from env vars (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3070">#3070</a>)</li> <li>Updating axios in types to be lower case (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2797">#2797</a>)</li> <li>Adding a type guard for <code>AxiosError</code> (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2949">#2949</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Remove the skipping of the <code>socket</code> http test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3364">#3364</a>)</li> <li>Use different socket for Win32 test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3375">#3375</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li>Daniel Lopretto <a href="mailto:[email protected]">[email protected]</a></li> <li>Jason Kwok <a href="mailto:[email protected]">[email protected]</a></li> <li>Jay <a href="mailto:[email protected]">[email protected]</a></li> <li>Jonathan Foster <a href="mailto:[email protected]">[email protected]</a></li> <li>Remco Haszing <a href="mailto:[email protected]">[email protected]</a></li> <li>Xianming Zhong <a href="mailto:[email protected]">[email protected]</a></li> </ul> <h2>v0.21.0</h2> <h3>0.21.0 (October 23, 2020)</h3> <p>Fixes and Functionality:</p> <ul> <li>Fixing requestHeaders.Authorization (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3287">#3287</a>)</li> <li>Fixing node types (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3237">#3237</a>)</li> <li>Fixing axios.delete ignores config.data (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3282">#3282</a>)</li> <li>Revert "Fixing overwrite Blob/File type as Content-Type in browser. (<a href="https://github-redirect.dependabot.com/axios/axios/issues/1773">#1773</a>)" (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3289">#3289</a>)</li> <li>Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3200">#3200</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Lock travis to not use node v15 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3361">#3361</a>)</li> </ul> <p>Documentation:</p> <ul> <li>Fixing simple typo, existant -> existent (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3252">#3252</a>)</li> <li>Fixing typos (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3309">#3309</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li>Allan Cruz <a href="mailto:[email protected]">[email protected]</a></li> <li>George Cheng <a href="mailto:[email protected]">[email protected]</a></li> <li>Jay <a href="mailto:[email protected]">[email protected]</a></li> <li>Kevin Kirsche <a href="mailto:[email protected]">[email protected]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/master/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h3>0.21.1 (December 21, 2020)</h3> <p>Fixes and Functionality:</p> <ul> <li>Hotfix: Prevent SSRF (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3410">#3410</a>)</li> <li>Protocol not parsed when setting proxy config from env vars (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3070">#3070</a>)</li> <li>Updating axios in types to be lower case (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2797">#2797</a>)</li> <li>Adding a type guard for <code>AxiosError</code> (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2949">#2949</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Remove the skipping of the <code>socket</code> http test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3364">#3364</a>)</li> <li>Use different socket for Win32 test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3375">#3375</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li>Daniel Lopretto <a href="mailto:[email protected]">[email protected]</a></li> <li>Jason Kwok <a href="mailto:[email protected]">[email protected]</a></li> <li>Jay <a href="mailto:[email protected]">[email protected]</a></li> <li>Jonathan Foster <a href="mailto:[email protected]">[email protected]</a></li> <li>Remco Haszing <a href="mailto:[email protected]">[email protected]</a></li> <li>Xianming Zhong <a href="mailto:[email protected]">[email protected]</a></li> </ul> <h3>0.21.0 (October 23, 2020)</h3> <p>Fixes and Functionality:</p> <ul> <li>Fixing requestHeaders.Authorization (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3287">#3287</a>)</li> <li>Fixing node types (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3237">#3237</a>)</li> <li>Fixing axios.delete ignores config.data (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3282">#3282</a>)</li> <li>Revert "Fixing overwrite Blob/File type as Content-Type in browser. (<a href="https://github-redirect.dependabot.com/axios/axios/issues/1773">#1773</a>)" (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3289">#3289</a>)</li> <li>Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3200">#3200</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Lock travis to not use node v15 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3361">#3361</a>)</li> </ul> <p>Documentation:</p> <ul> <li>Fixing simple typo, existant -> existent (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3252">#3252</a>)</li> <li>Fixing typos (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3309">#3309</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li>Allan Cruz <a href="mailto:[email protected]">[email protected]</a></li> <li>George Cheng <a href="mailto:[email protected]">[email protected]</a></li> <li>Jay <a href="mailto:[email protected]">[email protected]</a></li> <li>Kevin Kirsche <a href="mailto:[email protected]">[email protected]</a></li> <li>Remco Haszing <a href="mailto:[email protected]">[email protected]</a></li> <li>Taemin Shin <a href="mailto:[email protected]">[email protected]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/a64050a6cfbcc708a55a7dc8030d85b1c78cdf38"><code>a64050a</code></a> Releasing 0.21.1</li> <li><a href="https://github.com/axios/axios/commit/d57cd976f3cc0f1c5bb1f0681660e50004781db5"><code>d57cd97</code></a> Updating changelog for 0.21.1 release</li> <li><a href="https://github.com/axios/axios/commit/8b0f373df0574b7cb3c6b531b4092cd670dac6e3"><code>8b0f373</code></a> Use different socket for Win32 test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3375">#3375</a>)</li> <li><a href="https://github.com/axios/axios/commit/e426910be7c417bdbcde9c18cb184ead826fc0e1"><code>e426910</code></a> Protocol not parsed when setting proxy config from env vars (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3070">#3070</a>)</li> <li><a href="https://github.com/axios/axios/commit/c7329fefc890050edd51e40e469a154d0117fc55"><code>c7329fe</code></a> Hotfix: Prevent SSRF (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3410">#3410</a>)</li> <li><a href="https://github.com/axios/axios/commit/f472e5da5fe76c72db703d6a0f5190e4ad31e642"><code>f472e5d</code></a> Adding a type guard for <code>AxiosError</code> (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2949">#2949</a>)</li> <li><a href="https://github.com/axios/axios/commit/768825589fd0d36b64a66717ca6df2efd8fb7844"><code>7688255</code></a> Remove the skipping of the <code>socket</code> http test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3364">#3364</a>)</li> <li><a href="https://github.com/axios/axios/commit/820fe6e41a96f05fb4781673ce07486f1b37515d"><code>820fe6e</code></a> Updating axios in types to be lower case (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2797">#2797</a>)</li> <li><a href="https://github.com/axios/axios/commit/94ca24b5b23f343769a15f325693246e07c177d2"><code>94ca24b</code></a> Releasing 0.21.0</li> <li><a href="https://github.com/axios/axios/commit/2130a0c8acc588c72b53dfef31a11442043ffb06"><code>2130a0c</code></a> Updating changelog for 0.21.0 release</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v0.19.0...v0.21.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in 23 days
create barnchoskarkrawczyk/tealweb
branch : dependabot/npm_and_yarn/axios-0.21.1
created branch time in 23 days
issue openedjsfiddle/jsfiddle-issues
embed.js throws SCRIPT003: Expected ':' on Internet Explorer 11
Hey,
File embed.js contains invalid ES5 syntax.
It seems that this file is written in a way to support IE11.

Thrown errror
SCRIPT1003: Expected ':'
embed.js (80,15)

embed.js
window.parent.postMessage(
[
"embed",
{
slug: slug, // set in layout <!----------------------------- Should be like this
height: height,
},
],
"*"
);
created time in 23 days
issue openedjsfiddle/jsfiddle-issues
Can jsfiddle provide a link to the app all on a webpage like codesandbox.io ?
Can jsfiddle give out a link so that we can run the app and demo to interview companies how it looks like all on a webpage?
(because right now, the app area could be just 600 x 600 in the tiny area)
codesandbox.io does have this popout window feature so for https://codesandbox.io/s/javascript-stopwatch-ftspb?file=/src/index.js
when the top right button above the app is clicked on, it can open up
https://ftspb.csb.app/
or
https://ftspb.codesandbox.io/
to demo the app
created time in 24 days
startedmartinbonnin/vespene
started time in a month
issue commentjsfiddle/jsfiddle-issues
I just noticed this when testing the JSON.stringify method, and the result in the jsfiddle console didn't match the expected (from stackoverflow or multiple other websites). So confusing first, but now it makes sense. This is clearly a bug.
comment created time in a month
issue openedjsfiddle/jsfiddle-issues
Ever thought about creating a iife async function so that you could use top level await?
would be cool!
created time in a month
startedoskarkrawczyk/honukai-iterm-zsh
started time in a month
fork lukaszx0/cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
fork in a month
startedAndrewFromMelbourne/raspidmx
started time in a month
startedDefinitelyTyped/DefinitelyTyped
started time in a month