Angular CLI + Electron
PKief/angular-global-error-handling 15
Created with StackBlitz ⚡️
PKief/latex-thesis-template 11
LaTeX - Template for a bachelor thesis
PKief/angular-events-chatbot 6
Chatbot that searches for events in your environment.
PKief/angular-material-starter 6
Angular Material Starter
Snake game with JavaScript
PKief/angular-electron-starter 2
An angular starter kit based on electron.
PKief/material-color-converter 2
Convert any CSS color to a similar color of the Material Design
This project is part of the #WirVsVirus Hackathon of the Federal Government
PKief/angular-webpack-starter 1
Basic Angular Webpack Setup
pull request commentPKief/vscode-material-icon-theme
Done. Thank you for the suggestion, I wasn't aware of that color conversion tool
comment created time in 15 hours
issue openedPKief/vscode-material-icon-theme
[icon request] sonarqube icon for folder .scannerwork
hi, just adding sonarqube icon
for folder .scannerwork
SonarQube.zip\SonarQube\SonarQube Logo\icon\SonarQube icon.svg
https://www.sonarqube.org/logos/download/SonarQube.zip
let me know if anything else is needed :)
thanks for your time!
created time in 16 hours
issue openedPKief/vscode-material-icon-theme
Add jest folder icon to jest folder
hi, just adding the jest icon folder
to the folder with the name jest
or Jest
. I see that icon jest is already implemented in the project.
let me know if anything else is needed :)
thanks for your time!
created time in 17 hours
startedPKief/vscode-material-icon-theme
started time in 18 hours
issue commentPKief/vscode-material-icon-theme
If the icons folder was outside the extension directory - so directly under .vscode, as it is described in the docs - I was not able to get it working. Not sure where exactly the issue was. I will experiment with it a little bit but will update the documentation if it's still not working as described.
FWIW I could also only get it to work like that too — e.g.
"material-icon-theme.files.associations": {
"jest-preprocess.js": "jest",
"jest-setupTests.js": "jest",
"*.stories.tsx": "../../icons/storybook",
"tsconfig.json": "typescript",
"config.yml": "../../icons/circleci"
},
"material-icon-theme.folders.associations": {
".storybook": "../../../../icons/folder-storybook"
}
comment created time in 21 hours
startedPKief/vscode-material-icon-theme
started time in a day
Pull request review commentPKief/vscode-material-icon-theme
Update storybook and add folder-storybook
export const folderIcons: FolderTheme[] = [ { name: 'folder-quasar', folderNames: ['.quasar'] }, { name: 'folder-cobol', folderNames: ['cobol'] }, { name: 'folder-husky', folderNames: ['husky', '.husky'] },+ { name: 'folder-storybook', folderNames: ['.storybook'] },
Done 🙂
comment created time in a day
Pull request review commentPKief/vscode-material-icon-theme
Update storybook and add folder-storybook
export const folderIcons: FolderTheme[] = [ { name: 'folder-quasar', folderNames: ['.quasar'] }, { name: 'folder-cobol', folderNames: ['cobol'] }, { name: 'folder-husky', folderNames: ['husky', '.husky'] },+ { name: 'folder-storybook', folderNames: ['.storybook'] },
Storybook setups now ship with a stories
folder. Maybe consider adding that too?
comment created time in a day
startedPKief/vscode-material-icon-theme
started time in a day
PR opened PKief/vscode-material-icon-theme
Add icon for svgo configuration file (see https://github.com/svg/svgo )
pr created time in 2 days
PR opened PKief/vscode-material-icon-theme
The circleci folder was previously using the same folder color as github but a different and in my opinion too bright color for the logo.
I also cleaned up the svg while I was at it.
TL;DR logo on folder changed from #FAFAFA
to #ECEFF1
pr created time in 2 days
pull request commentPKief/vscode-material-icon-theme
Add storybook folder icon (https://storybook.js.org/)
FWIW this uses the old branding. I took a stab at it with the new branding in #1020
comment created time in 2 days
Pull request review commentPKief/vscode-material-icon-theme
-<svg stroke-miterlimit="1.4142" style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.4142" version="1.1" viewBox="0 0 300 300" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g transform="translate(11.5 2.2608)" style="fill:#ec407a"><g transform="translate(-.006806 .000978)"><path transform="translate(-11.5 -2.2608)" d="m257.53 22.271-18.676 1.377v36.545l-16.613-7.1191-16.613 7.1191v-34.096l-128.74 9.4922 11.061 234.02 169.59 8.1172zm-87.213 48.121v.002c31.663 0 49.853 17.289 48.955 52.32l-36.152.90039c.67367-18.863-7.4134-20.66-11.904-20.66-4.2666 0-11.451 1.3481-11.451 11.453 0 24.926 61.529 23.578 61.529 73.879 0 28.294-22.008 41.316-50.078 41.316-28.968 0-54.343-9.8807-51.424-53.221h37.951c-.44912 17.516 3.3698 23.807 13.025 23.807 7.4104 0 10.777-4.2674 10.777-11.453 0-25.6-60.629-26.501-60.629-73.434 0-26.947 17.738-44.91 49.4-44.91z" style="clip-rule:evenodd;fill-rule:nonzero;fill:#ec407a;paint-order:fill markers stroke"/><path d="m50.77 33.329h-19.795l8.2949 234.02h22.56z" style="clip-rule:evenodd;fill-rule:nonzero;fill:#ba68c8;paint-order:fill markers stroke"/></g></g></svg>+<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg">+ <path+ d="M10.14 41.86L8.9 8.84a2.01 2.01 0 011.88-2.08L38.86 5A2.01 2.01 0 0141 7.01V43a2.01 2.01 0 01-2.1 2l-26.85-1.2a2.01 2.01 0 01-1.91-1.93z"+ fill="#FF4081" />
Note that this is a change from #ec407a
before. Storybook themselves use #fe4785
and #FF4081
was the closest match using https://pkief.github.io/material-color-converter/
comment created time in 2 days
PR opened PKief/vscode-material-icon-theme
This PR updates the storybook icon to match current version: https://storybook.js.org/images/logos/icon-storybook.png and also adds a folder icon
Storybook file | Folder | Folder open |
---|---|---|
![]() |
![]() |
![]() |
pr created time in 2 days
fork larsenwork/vscode-material-icon-theme
Available on the VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
fork in 2 days
startedSerenityOS/serenity
started time in 2 days
startedinfinyon/node-bindgen
started time in 2 days
delete branch PKief/angular-events-chatbot
delete branch : dependabot/npm_and_yarn/bot-client/ssri-6.0.2
delete time in 2 days
Pull request review commentPKief/vscode-material-icon-theme
Add jest folder icon to jest folder (#995)
export const fileIcons: FileIcons = { { name: 'vue', fileExtensions: ['vue'] }, { name: 'vue-config', fileNames: ['vue.config.js', 'vue.config.ts'] }, { name: 'vuex-store', fileExtensions: ['store.js', 'store.ts'], fileNames: ['store.js', 'store.ts'], enabledFor: [IconPack.Vuex] },- { name: 'nuxt', fileNames: ['nuxt.config.js', 'nuxt.config.ts'] },+ { name: 'nuxt', fileNames: ['nuxt.config.js', 'nuxt.config.ts', '.nuxtignore'] },
Oh, I'm my bad. It was just a request for the icon. I am not sure why I am included in these changes, as far as I know, I didn't change any code. I hope I didn't cause you any problems.
comment created time in 2 days
startedPKief/vscode-material-icon-theme
started time in 2 days
pull request commentPKief/vscode-material-icon-theme
awesome i was just about to try adding it, glad u did already thanks!
comment created time in 2 days
startedtrungk18/jira-clone-angular
started time in 3 days
startedtrungk18/angular-spotify
started time in 3 days
startedwebdriverio/webdriverio-schematics
started time in 3 days
PR opened PKief/vscode-material-icon-theme
hi, just adding the jest icon folder
to the folder with the name jest
. I see that icon jest
is already implemented in the project.
let me know if anything else is needed :)
thanks
pr created time in 3 days
PR opened PKief/angular-events-chatbot
Bumps ssri from 6.0.1 to 6.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md">ssri's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/zkat/ssri/compare/v6.0.1...v6.0.2">6.0.2</a> (2021-04-07)</h2> <h3>Bug Fixes</h3> <ul> <li>backport regex change from 8.0.1 (<a href="https://github.com/zkat/ssri/commit/b30dfdb">b30dfdb</a>), closes <a href="https://github-redirect.dependabot.com/zkat/ssri/issues/19">#19</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/ssri/commit/b7c8c7c61db89aeb9fbf7596c0ef17071bc216ef"><code>b7c8c7c</code></a> chore(release): 6.0.2</li> <li><a href="https://github.com/npm/ssri/commit/b30dfdb00bb94ddc49a25a85a18fb27afafdfbb1"><code>b30dfdb</code></a> fix: backport regex change from 8.0.1</li> <li>See full diff in <a href="https://github.com/npm/ssri/compare/v6.0.1...v6.0.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~nlf">nlf</a>, a new releaser for ssri since your current version.</p> </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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will 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 3 days
create barnchPKief/angular-events-chatbot
branch : dependabot/npm_and_yarn/bot-client/ssri-6.0.2
created branch time in 3 days