prototyping
Here are 367 public repositories matching this topic...
Running gatsby build gives the following error:
error Building static HTML failed
15 | * True if the custom elements polyfill is in use.
16 | */
> 17 | export const isCEPolyfill = window.customElements !== undefined &&
| ^
18 | window.customElements.polyfillWrapFlushCallback !==
19 | undefined;
20 | /**
WebpackError: ReferenceError: windo
export by "Clickable Prototype HTML template" , but actually nothing in the result HTML pages is clickable. Check the source code of the page, each page in Pencil was exported as an image, apparently it is un-clickable for any widgets in the page.
- Operating system: macOS Catalina 10.15.3
- Pencil version: 3.1.0
Motivation
We already have the documentations about the nodes. Those would help us knowing what products we can use. Meanwhile, they can get better by showing the icon images. What if we can see the icon images on the docs?
Suggestion
We probably have the two options to make the icon images visible on the docs.
- We create new pages or markdown files for lists of the icons.
- We sho
Sphinx support
-
Updated
Dec 28, 2019 - JavaScript
Is your feature request related to a problem? Please describe.
I'm using Mockoon to test an HTTP client that sends a large JSON payload in the request body. Sometimes I want to verify some data sent in the request using the environment log. Currently it is a little bit frustrating without a text search function (I have to manually read through the text).
*Describe the solution you'd like
It'd be nice to have a Users section for the docs filled with pictures and steps on how to do things :)
From danijar/handout#20 (comment):
doc.add_text('<p style="page-break-before: always">')We can add doc.add_pagebreak() if this is helpful, especially once we have a LaTeX exporter that could also support this.
The title describes the issue well.
We have a private (company custom) source of specs in private gitlab repository (https://gitlab.company.kz/mobile/podspecs.git). We have internal libraries (pods) we share only in our dev team.
We want to create a Playground of our pods, let's say create a DesignSystem Playground of our custom UIKit library, which will bring the Documentation Play
Even if you are planning to show pages as a tree structure, the Sitemap panel should be renamed. Sitemaps are very different things. I guess the icon should also be changed at the same time. The position of the project name coud be improved as well.
Something like this?
-
Updated
Nov 3, 2018 - TypeScript
Getting Started
Create Tutorial - Getting Started
Hello, I believe in the potential of the tool, I would like to help with the project in the documentation and create a brief use tutorial
Autoscale, autosize
-
Updated
Sep 1, 2018 - JavaScript
Hi,
I think it would be useful to parse external files for variable tags.
This way it would be possible to have the response contents outside the mock definition files and still be able to populate it with fake data.
If this is already possible, I can't seem to find how to do it.
An example:
MMock definition:
request:
method: GET
path: "/"
response:
statusCode: 20
Project example
Hi Vuse team,
I really like your project but I think the docs are not that clear.
Your example project looks great. Is it possible to publish this code?
This would be helpful to understand how to set up the project properly.
I am currently facing a problem while setting up Vuse in a Nuxt project:
// plugins/vuse.js
import Vue from 'vue'
import Builder from 'vuse'
Vue.use
Hello, I have successful downloaded all the dependencies including openssl via home-brew and I am having issues with make install.
This is the output when I run make install
$ pip3 install charm-crypto
Collecting charm-crypto
Downloading https://files.pythonhosted.org/packages/2b/6b/2c2abcb66f62155a60f5ecfe6936f651ecb9a115a2203c1b1d60d0e8d15e/Charm-Crypto-0.43.tar.gz (364kB)
100%
Demonstrate Sketchpad's top features.
These might be:
Setup:
- isolated code
- navigation
Running code:
- editable parameters
- custom ui (select fields)
- test vs run mode
- live reload
Coding:
- viewless output (text helpers)
- data output (table)
- injectable markdown
Output:
- pagination
- formatting
Admin:
- tags
- customisability
-
Updated
Mar 8, 2018 - JavaScript
A user on support was advise to update their prototype gradually, version by version (eg, 6 > 7 > 8 > 9 > latest). However, we don't explain how to do this, or where to get those earlier releases from.
Migration guide: https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio
Branch: https://github.com/ttu/dotnet-fake-json-server/tree/update-to-core-30
New System.Text.Json doesn't support all serializations required by Fake Server, so have to use NewtonsoftJson.
TODO:
[ ] Fix Swagger Authentication filters
[x] Fix InputFormatters / Consumes
If a cell has rows/cols greater than that are greater than the size of the grid, it messes with guide lines. I think we should not allow cells to go out of bounds.
-
Updated
Sep 27, 2017 - JavaScript
-
Updated
Apr 28, 2017 - Ruby
The tests run by pytest -S doc_doctests don't actually seem to run the doctests in the doc source files (implementation here: https://github.com/odlgroup/odl/blob/b6ed3bcb067f57c4ea668f9cc73fdef811f29659/odl/test/test_doc.py#L62-L67).
This might be helpful. Two persons already asked for supporting React and Preact.
We know that we have to add a dependency, a babel plugin (or preset) for JSX, configure ESLint etc … but it isn’t a no brainer at all.
Attached you find a patch for setting a minimal preact example.
I would like to propose using GitHubs
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jun 27, 2020
Improve this page
Add a description, image, and links to the prototyping topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prototyping topic, visit your repo's landing page and select "manage topics."

We could add easily repeating gradient
We can find the concept in css
https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_gradient-linear_repeating2
https://developer.apple.com/library/content/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Gradients/Gradient.html
We need for that the number of repetitions
We could add parameter to the
GradientModeor I prefer