Skip to content
#

theme

Here are 6,224 public repositories matching this topic...

ohmyzsh
docz
agriffis
agriffis commented Apr 6, 2020

Bug Report

docz insists on trying to parse README.md as mdx no matter how it's configured

To Reproduce

npx create-docz-app docz-readme-bug
cd docz-readme-bug
echo >> README.md
echo '<img src="https://placekitten.com/200/300" width=200>' >> README.md
npm run dev

results in

 ERROR #98123  WEBPACK

Generating development JavaScript bundle failed

unknown:
cjbrowne
cjbrowne commented Nov 9, 2019

Describe the bug
Using application.NewWindow to create a secondary window, it's not possible to re-use that window after it has been closed. If the user presses the X button, the window doesn't respond to Show() calls any more.

To Reproduce

  1. Create a main window
  2. Create a secondary window
  3. Close the secondary window
  4. Attempt to re-show the secondary window.

Example co

onehungrygeek
onehungrygeek commented Jan 6, 2019

Thanks a ton for any helpful feedback

I need help with getting best quality GIFs.

I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.

I don't know what value to give for shadow

Keboo
Keboo commented Mar 21, 2020

Right now the "Fields" page is getting quite large. It would be good to separate out the combo boxes onto their own page.

This can be done with the following steps:

  • Create a new UserControl to hold the new ComoBox page
  • Add the new page to the MainWindowViewModel.GenerateDemoItems() method
  • Move the documentation links from the fields page to the combo box page
  • Move al
mk12
mk12 commented Dec 11, 2018

I love base16, but it took me a long time to figure out what's useful about it. For me, the killer feature is being able to configure things once -- either with a base16 plugin like for vim, or just sticking to the 8 ANSI colors for simpler things like tmux -- and then switch color themes in everything with a single click in my terminal emulator preferences. It all immediately updates, even in v

svantevit
svantevit commented Nov 5, 2019

I am using MahApps.Metro, v1.6.5.

MetroWindow with mah:DialogParticipation.Register="{Binding}" doesn't get disposed after the ShowDialog() call.

Example usage: I have two windows - MainWindow and MyDialogView. Each has it's own view model - MainWindowViewModel and MyDialogViewModel.
MainWindowViewModel contains a OpenDialogCommand, which opens the dialog view.
MyDialogViewModel contain

rebass
minimal-mistakes
iBug
iBug commented Feb 10, 2020

I see a lot of people open issues for similar questions, so I feel that an FAQ page would be helpful to both sides:

  • Users solve common questions more easily
  • Maintainers spend less time digging through issues to find duplicate sources

The FAQ page would follow your changelog / history page, with each item linked to its original issue thread for faster lookup and navigation.

shervinsahba
shervinsahba commented Oct 29, 2019

On the default settings, each segment is padded on either end by a space " ". This adds visual appeal and clarity. On the other hand, it adds two characters per segment. It'd be nice to customize this option for users who want powerline to span fewer characters.

Would a left_pad and right_pad option be useful?

(PS. This project is awesome. Thanks!)

hugo-academic
anketwokings
anketwokings commented Feb 6, 2018

How to recreate

  • Preview a page that has content stored in contentblocks.

  • When previewing a page that has content stored in contentblocks, the contentblocks do not show.

Expected behaviour

The contentblocks showing exactly as they do on the saved webpage

Error

With strict_variables: true, the error that is given is

Key "block" for array with keys "textsection" do

Improve this page

Add a description, image, and links to the theme topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the theme topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.