universal
Here are 697 public repositories matching this topic...
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba
-
Updated
Jun 11, 2022 - Objective-C
Would it be possible to let folks pass their own slugify function to generate slugs for markdown headings? Some usecases for this are
- backward compatibility (if I'm migrating from some other framework)
- customization of slugs (one off custom transformations)
- handling special usecases for non-latin languages (like Urdu)
Possible alternative
If it is too much, [@sindresorhus/sl
-
Updated
Jun 11, 2022 - JavaScript
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jun 5, 2022
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 5, 2018 - Go
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
May 31, 2022 - JavaScript
-
Updated
May 21, 2022 - Vue
-
Updated
Nov 3, 2017 - JavaScript
-
Updated
Jun 10, 2022 - C#
-
Updated
Jun 6, 2022 - TypeScript
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Jun 1, 2022 - TypeScript
Implement all functionality of reports module for mobile platforms
-
Updated
May 26, 2019 - TypeScript
-
Updated
Jun 2, 2022 - TypeScript
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- I checked to make sure that this issue has not already been filed
- I've asked for help in the OneKey Discord before filing this issue.
Summary
iOS 连接 OneKey 之后不能获取账户
Steps to Reproduce (for bug
-
Updated
Jan 18, 2022 - JavaScript
-
Updated
May 31, 2022 - Vue
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Oct 6, 2018 - JavaScript
Improve this page
Add a description, image, and links to the universal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the universal topic, visit your repo's landing page and select "manage topics."
Describe the feature you'd like to request
I want to be able to initialize a Next.js app with the
srcdirectory.It is currently a hassle to create the
srcon your own and movepagesand other folders to it.Describe the solution you'd like
Add an option to
create-next-appto be able to do that. Like:--src, `