theme
Here are 6,224 public repositories matching this topic...
Issue type
I'm submitting a ... (check one with "x")
- bug report
- feature request
- question about the decisions made in the repository
Issue description
Kin
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:
The website should be updated. I found one typo on http://iterm2colorschemes.com/
Website:
The theme Mokokai Soda was found here.
But this line in the README is:
The theme Monokai Soda was found here.
It's Monokai, not Mokokai.
Summary
Folder icon bug
Expected behavior
Display the arrows icons properly when setting
material_theme_arrow_folders is true
Actual behavior
Steps to reproduce
Just change the setting material_theme_arrow_folders,
Please check the full config bellow
...
"
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
- Create a main window
- Create a secondary window
- Close the secondary window
- Attempt to re-show the secondary window.
Example co
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
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
-
Updated
Apr 13, 2020 - Shell
- Browser: Chrome 75.0.3770.100
- Operating System: macOS 10.14.5
Setup
To set up the extension, [follow the inst
Even with "show_tab_close_buttons": false, the close button is still active when hovering over the modified state indicator:
Is it possible to fully disable it along with "show_tab_close_buttons": false?
It appears that the "stylish" browser extension is now considered to be spyware. See:
- https://meta.stackoverflow.com/a/294045/11750716 (end of post)
- https://github.com/openstyles/stylus/wiki/FAQ#what-are-the-main-differences-and-improvements-over-the-original-stylish-add-on
Please replace with a reference to "stylus" browser extension.
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
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
Steps to reproduce:
- Open https://rebassjs.org/flex
- Click on "Getting Started" (or any item on the left menu)
Expected:
Sends you to "Getting Started Page"
Actual:
Nothing happens. You need to click "Getting Started" a second time, to actually get sent there.
Basically you need to click left nav items twice instead of once, before getting sent to the page.
Create an FAQ page?
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.
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!)
I did not see any reference or example in documentation regarding clean up after ajax upload. I do not wish to have thumbnail still show in preview page after successful upload.
As the project grows, it would be easier to contribute if the project follows a specific javascript style guide.
These are what I use in my personal projects:
Linter: https://github.com/eslint/eslint
Config: https://www.npmjs.com/package/eslint-config-airbnb
But any other would work too
Hugo's v0.60+ renderer (Goldmark) does not directly support opening external links in new tabs (like it did to some extent with its Blackfriday renderer).
In Hugo v0.62 release notes a new approach is given for opening external links appearing within Markdown content in new tabs:
The markdownify template function does not, yet, suppo
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
-
Updated
Oct 18, 2018 - CSS
-
Updated
Jan 12, 2020 - TypeScript
-
Updated
Apr 13, 2020 - JavaScript
To make it even more automatic you can trigger night/day by monitoring for when the system brightness changes below a certain threshold. My favorite hacker news app seems to trigger auto night around 30%.
Improve this page
Add a description, image, and links to the theme topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the theme topic, visit your repo's landing page and select "manage topics."


Describe the bug
When
vi-modeis enabled,shift+tabdoes not cycle backwards through the autocomplete suggestions.If
vi-modeis removed from the plugins, `shift+ta