prism
Here are 297 public repositories matching this topic...
User story.
As a developer, I can change a referenced example file, so that I can see the changes after a request to prism.
Is your feature request related to a problem?
Prism only watches the spec file for changes and even if it changes, it doesn't reload referenced examples. This is useful because spec files can get extremely big so $ref usage is a must to keep it manageable.
Verbose logging
There are some issues in the current KaTeX support:
- For now it is assumed that KaTeX formula starts and ends with one "$" sign. But more common behavior is to use double dollar signs as delimiters: "$$". As a result with enabled KaTeX it is impossible to open a text containing more than one dollar. May be it will be better to add some option like 'katexDelimiters' to customize this. Example:
Sample
Every so often you have a requirement where you want to handle a URL within your App. Prism is uniquely positioned here with URL based navigation.
We should have a sample that shows how to take a URL like prismlibrary.com and updates the platform so that when you try to open prismlibrary.com in the browser it will instead redirect you to the Sample where it will show the appropri
-
Updated
Jun 5, 2020 - C
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Template render error: (unknown path)
Error: template not found: base.html
at Object.exports.prettifyError (D:\hexo\node_modules\hexo\node_modules\nunjucks\src\lib.js:34:15)
at D:\hexo\node_modules\hexo\node_modules\nunjucks\src\environment.js:485:31
at eval (eval at _compile
-
Updated
Apr 16, 2020 - CSS
-
Updated
May 2, 2020 - Python
I updated to the latest version 7.2.0.1046 to test the fix for #106. While I can confirm that issue #106 has indeed been resolved, I discovered a new issue:
- Start at
ContentPageA - Perform a relative navigation to
ContentPageB - Perform a relative navigation to
PopupPage - Perform an absolute navigation to
ContentPageC
After step 4, ContentPageC is shown but the naviga
API Docs
I was watching your Documentation Twitch streams @brianlagunas:
Thanks for showing DocFX.
I’ve been using MkDocs so great to see an alternative, and the switch should be quick as most of it is the same, md, yml.
Since there were problems w
-
Updated
Dec 7, 2019 - CSS
-
Updated
Jun 4, 2019 - JavaScript
-
Updated
Aug 5, 2017
-
Updated
Jun 1, 2020 - HTML
-
Updated
May 18, 2020 - TypeScript
-
Updated
May 13, 2020 - C#
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Jun 4, 2020 - C#
-
Updated
Jul 10, 2019 - C#
-
Updated
Nov 6, 2018 - JavaScript
-
Updated
Nov 19, 2018 - C#
-
Updated
Mar 25, 2020 - C#
-
Updated
Apr 28, 2020 - JavaScript
Improve this page
Add a description, image, and links to the prism topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prism topic, visit your repo's landing page and select "manage topics."
Summary
Xamarin.Forms 4.2 added the method 'InvokeOnMainThreadAsync' to it's static Xamarin.Forms.Device class. It's nothing more than a TaskCompletionSource trick in order to make BeginInvokeOnMainThread awaitable. Now, it would be wonderful to have InvokeOnMainThreadAsync either as part of IDeviceService or maybe even better as extension method of IDeviceService (as it does not really add a