Skip to content
#

prism

Here are 297 public repositories matching this topic...

Prism
thomasgalliker
thomasgalliker commented Mar 22, 2020

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

prism
lehphyro
lehphyro commented Apr 10, 2020

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.

flaunsen
flaunsen commented Jan 27, 2020

There are some issues in the current KaTeX support:

  1. 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:
dansiegel
dansiegel commented Jan 17, 2020

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

changoal
changoal commented May 21, 2018

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

TKNos
TKNos commented Apr 14, 2020

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:

  1. Start at ContentPageA
  2. Perform a relative navigation to ContentPageB
  3. Perform a relative navigation to PopupPage
  4. Perform an absolute navigation to ContentPageC

After step 4, ContentPageC is shown but the naviga

Improve this page

Add a description, image, and links to the prism 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 prism topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.