Skip to content
#

Framework

A framework is a reusable set of libraries or classes in software. In an effort to help developers focus their work on higher level tasks, a framework provides a functional solution for lower level elements of coding. While a framework might add more code than is necessary, they also provide a reusable pattern to speed up development.

Here are 7,624 public repositories matching this topic...

pere
pere commented Oct 22, 2019

Hi, I have been spending quite sometime wondering why a simple dropdown was not working.
Is not specified on the docs that the must have the class 'dropdown-trigger' (any other is not triggering the dropdown!)

Just a matter of documentation but crucial in order not to waste time :.)
example, this will not work:

<a class='dropdown-button-example btn' href='#' data-target='dropdo
samcoenen
samcoenen commented Mar 11, 2019

Looks closely related to #779

I'm submitting a...


[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

Middleware is being called for every endpoint a request route could potentially match.

Eternal21
Eternal21 commented Feb 4, 2019

I'm currently integrating this awesome template into an ASP .NET Core project, and it took forever to figure out how to get it to work. I had to scour through a bunch of issues where people were asking for the same information, until I finally found a single post that put me on the right track. That user was kind enough to post an actual repo with working steps:

https://github.com/ttma1046/as

iris
BreathYu
BreathYu commented Sep 26, 2018

Hey again Our developers are developed by Aiarron of the frontend developer, Desmond and ZRothschild and Yusn of the backend developer. We have jointly developed the Go Web Iris Chinese community using the go Iris framework.

And for https://docs.iris-go.com/ this document is translated from English to Chinese, and we will also translate other documents and promote it in the go development commu

ianstormtaylor
ianstormtaylor commented Dec 13, 2019

Do you want to request a feature or report a bug?

Improvement.

What's the expected behavior?

Since we're already using the docblock comments to power IntelliSense documentation for VS Code (or anything else that supports it), it would be nice to have the API reference automatically generated from these comments.

I experimented with typedoc a while ago, but the project i

egg
shizhx
shizhx commented Oct 19, 2019

#3587 What happens?
诉求:
一个 npm package 既是 egg-plugin,又可供 require 使用其中的功能。
问题:

  1. VSCode 无法提示插件中扩展的 ctx 属性
  2. 前述问题通过 index.d.ts 解决后又发现 VSCode 无法提示 require 进来的内容

最小可复现仓库

请使用 npm init egg --type=simple bug 创建,并上传到你的 GitHub 仓库
随便

复现步骤,错误日志以及相关配置

  1. 开发插件,扩展 ctx 属性
  2. 工程中引入插件并启用
  3. npm run dev
  4. 查看 VSCode 是否能自动提示 ctx 扩展的属性

结果:不能

尝试的解决方案

在插件根目录写一个 index.d.ts 描述扩

sanic
eric-spitler
eric-spitler commented Oct 25, 2018

Describe the bug
The default port for a Sanic app is 8000, which by HTTP standards is a custom port. This port can also be set during calls to app.run().

When using app.url_for('handler.name', _external=True), the resultant URL does not contain the port without manual intervention.

This line is the final step before the application returns the URL. The URL is build using `urlunp

Wikipedia
Wikipedia
You can’t perform that action at this time.