Wolfr

Results 157 issues of Wolfr

If you have a request, simply make a new Github issue. One request per icon please with a visual reference of what are you after.

project-info

Like a road sign.

I would like a book-like icon, like a closed book. We already have an open book: I think it would also help if on https://icons.mono.company/ we add the keyword 'guide'...

We should add a list of the icons in .json so it can be referenced e.g. in build scripts.

I implemtented two simple keyboard shortcuts in my app: ``` {{on-key 'ctrl+m' this.toggleVisibility}} {{on-key 'ctrl+b' this.toggleVisibility}} ``` These toggle the visibility of something: ``` import Component from '@glimmer/component'; import {...

This is the PR to track 1.41, which removes `core` from projects using Bedrock. This achieves a better separation of concerns as noted in @thusc 's comment [here](https://github.com/usebedrock/bedrock/issues/320#issuecomment-879811638). The first...

All JS in Bedrock's core should be written as vanilla JS, not using jQuery. This was mentioned before but this is the “official” issue to track progress. ``` import $...

Idea for Bedrock. If you define a mixin anywhere in `content/_components/` it could become available in all templates. This could be done by Bedrock scanning the contents of all files...

The prototype JS bundle size of Bedrock is 842kb. How can we minimize the size? Ideas * Switch from codemirror to prism * Remove jQuery * ...? Suggestions welcome!

In the root of a Bedrock project you can find `clean-up.sh`. It contains a list of files that are safe to delete and that are currently only there to test...

project-info